Home
last modified time | relevance | path

Searched refs:UnwantedInteractionBlocker (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/
DUnwantedInteractionBlocker.cpp338 UnwantedInteractionBlocker::UnwantedInteractionBlocker(InputListenerInterface& listener) in UnwantedInteractionBlocker() function in android::UnwantedInteractionBlocker
339 : UnwantedInteractionBlocker(listener, isPalmRejectionEnabled()){}; in UnwantedInteractionBlocker()
341 UnwantedInteractionBlocker::UnwantedInteractionBlocker(InputListenerInterface& listener, in UnwantedInteractionBlocker() function in android::UnwantedInteractionBlocker
345 void UnwantedInteractionBlocker::notifyConfigurationChanged( in notifyConfigurationChanged()
351 void UnwantedInteractionBlocker::notifyKey(const NotifyKeyArgs& args) { in notifyKey()
356 void UnwantedInteractionBlocker::notifyMotion(const NotifyMotionArgs& args) { in notifyMotion()
375 void UnwantedInteractionBlocker::enqueueOutboundMotionLocked(const NotifyMotionArgs& args) { in enqueueOutboundMotionLocked()
380 void UnwantedInteractionBlocker::notifyMotionLocked(const NotifyMotionArgs& args) { in notifyMotionLocked()
394 void UnwantedInteractionBlocker::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch()
399 void UnwantedInteractionBlocker::notifySensor(const NotifySensorArgs& args) { in notifySensor()
[all …]
DUnwantedInteractionBlocker.h88 class UnwantedInteractionBlocker : public UnwantedInteractionBlockerInterface {
90 explicit UnwantedInteractionBlocker(InputListenerInterface& listener);
91 explicit UnwantedInteractionBlocker(InputListenerInterface& listener, bool enablePalmRejection);
106 ~UnwantedInteractionBlocker();
DInputManager.cpp159 mBlocker = std::make_unique<UnwantedInteractionBlocker>(*mTracingStages.back()); in InputManager()
DAndroid.bp95 "UnwantedInteractionBlocker.cpp",
/frameworks/native/services/inputflinger/tests/
DUnwantedInteractionBlocker_test.cpp411 mBlocker = std::make_unique<UnwantedInteractionBlocker>(mTestListener, in SetUp()