Home
last modified time | relevance | path

Searched refs:hasExternalStylus (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h466 virtual bool hasExternalStylus() const;
DTouchInputMapper.cpp552 bool TouchInputMapper::hasExternalStylus() const { in hasExternalStylus() function in android::TouchInputMapper
642 if (hasExternalStylus()) { in configureSurface()
1655 if (mDeviceMode == DEVICE_MODE_DIRECT && hasExternalStylus() && mExternalStylusId != -1) { in applyExternalStylusButtonState()
1682 if (mDeviceMode != DEVICE_MODE_DIRECT || !hasExternalStylus()) { in assignExternalStylusId()