Home
last modified time | relevance | path

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

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