Searched refs:UnwantedInteractionBlocker (Results 1 – 5 of 5) sorted by relevance
338 UnwantedInteractionBlocker::UnwantedInteractionBlocker(InputListenerInterface& listener) in UnwantedInteractionBlocker() function in android::UnwantedInteractionBlocker339 : UnwantedInteractionBlocker(listener, isPalmRejectionEnabled()){}; in UnwantedInteractionBlocker()341 UnwantedInteractionBlocker::UnwantedInteractionBlocker(InputListenerInterface& listener, in UnwantedInteractionBlocker() function in android::UnwantedInteractionBlocker345 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 …]
88 class UnwantedInteractionBlocker : public UnwantedInteractionBlockerInterface {90 explicit UnwantedInteractionBlocker(InputListenerInterface& listener);91 explicit UnwantedInteractionBlocker(InputListenerInterface& listener, bool enablePalmRejection);106 ~UnwantedInteractionBlocker();
159 mBlocker = std::make_unique<UnwantedInteractionBlocker>(*mTracingStages.back()); in InputManager()
95 "UnwantedInteractionBlocker.cpp",
411 mBlocker = std::make_unique<UnwantedInteractionBlocker>(mTestListener, in SetUp()