Lines Matching refs:UnwantedInteractionBlocker

338 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()
404 void UnwantedInteractionBlocker::notifyVibratorState(const NotifyVibratorStateArgs& args) { in notifyVibratorState()
408 void UnwantedInteractionBlocker::notifyDeviceReset(const NotifyDeviceResetArgs& args) { in notifyDeviceReset()
425 void UnwantedInteractionBlocker::notifyPointerCaptureChanged( in notifyPointerCaptureChanged()
431 void UnwantedInteractionBlocker::notifyInputDevicesChanged( in notifyInputDevicesChanged()
438 void UnwantedInteractionBlocker::onInputDevicesChanged( in onInputDevicesChanged()
471 void UnwantedInteractionBlocker::dump(std::string& dump) { in dump()
487 void UnwantedInteractionBlocker::monitor() { in monitor()
491 UnwantedInteractionBlocker::~UnwantedInteractionBlocker() {} in ~UnwantedInteractionBlocker()