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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp3086 bool TouchInputMapper::hasExternalStylus() const { function in class:android::TouchInputMapper
3110 if (hasExternalStylus()) {
4118 if (mDeviceMode == DEVICE_MODE_DIRECT && hasExternalStylus() && mExternalStylusId != -1) {
4145 if (mDeviceMode != DEVICE_MODE_DIRECT || !hasExternalStylus()) {
H A DInputReader.h1498 virtual bool hasExternalStylus() const;

Completed in 360 milliseconds