Searched defs:hasStylus (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/accumulator/ | ||
H A D | TouchButtonAccumulator.cpp | 171 bool TouchButtonAccumulator::hasStylus() const { in hasStylus() function in android::TouchButtonAccumulator |
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/ | ||
H A D | SingleTouchInputMapper.cpp | 90 bool SingleTouchInputMapper::hasStylus() const { in hasStylus() function in android::SingleTouchInputMapper |
H A D | MultiTouchInputMapper.cpp | 227 bool MultiTouchInputMapper::hasStylus() const { in hasStylus() function in android::MultiTouchInputMapper |
/aosp_15_r20/frameworks/native/services/inputflinger/ | ||
H A D | PreferStylusOverTouchBlocker.cpp | 28 bool hasStylus = false; in checkToolType() local |