Home
last modified time | relevance | path

Searched refs:isPreventingTouchpadTaps (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/inputflinger/reader/include/
DInputReaderContext.h64 virtual bool isPreventingTouchpadTaps() = 0;
DInputReader.h156 bool isPreventingTouchpadTaps() REQUIRES(mReader->mLock) REQUIRES(mLock) override;
/frameworks/native/services/inputflinger/tests/
DInstrumentedInputReader.h107 bool isPreventingTouchpadTaps() override { return mPreventingTouchpadTaps; } in isPreventingTouchpadTaps() function
DInterfaceMocks.h76 MOCK_METHOD(bool, isPreventingTouchpadTaps, (), (override));
DGestureConverter_test.cpp1341 ASSERT_FALSE(mReader->getContext()->isPreventingTouchpadTaps()); in TEST_F_WITH_FLAGS()
1370 ASSERT_FALSE(mReader->getContext()->isPreventingTouchpadTaps()); in TEST_F_WITH_FLAGS()
1495 ASSERT_FALSE(mReader->getContext()->isPreventingTouchpadTaps()); in TEST_F_WITH_FLAGS()
1513 ASSERT_FALSE(mReader->getContext()->isPreventingTouchpadTaps()); in TEST_F_WITH_FLAGS()
/frameworks/native/services/inputflinger/reader/mapper/gestures/
DGestureConverter.cpp238 } else if (ENABLE_TOUCHPAD_PALM_REJECTION && mReaderContext.isPreventingTouchpadTaps()) { in handleButtonsChange()
652 if (mReaderContext.isPreventingTouchpadTaps()) { in enableTapToClick()
/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