Home
last modified time | relevance | path

Searched defs:isPreventingTouchpadTaps (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInstrumentedInputReader.h107 bool isPreventingTouchpadTaps() override { return mPreventingTouchpadTaps; } in isPreventingTouchpadTaps() function
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h337 bool isPreventingTouchpadTaps() { return mFdp->ConsumeBool(); }; in isPreventingTouchpadTaps() function
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp1024 bool InputReader::ContextImpl::isPreventingTouchpadTaps() { in isPreventingTouchpadTaps() function in android::InputReader::ContextImpl