Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h1282 virtual bool hasExternalStylus() const;
DInputReader.cpp3446 bool TouchInputMapper::hasExternalStylus() const { in hasExternalStylus() function in android::TouchInputMapper
3523 if (hasExternalStylus()) { in configureSurface()
4554 if (mDeviceMode == DEVICE_MODE_DIRECT && hasExternalStylus() && mExternalStylusId != -1) { in applyExternalStylusButtonState()
4581 if (mDeviceMode != DEVICE_MODE_DIRECT || !hasExternalStylus()) { in assignExternalStylusId()