Home
last modified time | relevance | path

Searched defs:hasStylus (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/accumulator/
H A DTouchButtonAccumulator.cpp171 bool TouchButtonAccumulator::hasStylus() const { in hasStylus() function in android::TouchButtonAccumulator
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/
H A DSingleTouchInputMapper.cpp90 bool SingleTouchInputMapper::hasStylus() const { in hasStylus() function in android::SingleTouchInputMapper
H A DMultiTouchInputMapper.cpp227 bool MultiTouchInputMapper::hasStylus() const { in hasStylus() function in android::MultiTouchInputMapper
/aosp_15_r20/frameworks/native/services/inputflinger/
H A DPreferStylusOverTouchBlocker.cpp28 bool hasStylus = false; in checkToolType() local