Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h412 virtual bool hasExternalStylus() const;
DTouchInputMapper.cpp152 return mSource | (hasExternalStylus() ? AINPUT_SOURCE_BLUETOOTH_STYLUS : 0); in getSources()
522 bool TouchInputMapper::hasExternalStylus() const { in hasExternalStylus() function in android::TouchInputMapper
1648 if (mDeviceMode == DeviceMode::DIRECT && hasExternalStylus()) { in applyExternalStylusButtonState()
1695 if (mDeviceMode != DeviceMode::DIRECT || !hasExternalStylus()) { in assignExternalStylusId()