Searched refs:mQueuedListener (Results 1 – 4 of 4) sorted by relevance
368 InputProcessor::InputProcessor(InputListenerInterface& listener) : mQueuedListener(listener) {} in InputProcessor()418 mQueuedListener.notify(args); in notifyInputDevicesChanged()419 mQueuedListener.flush(); in notifyInputDevicesChanged()424 mQueuedListener.notifyConfigurationChanged(args); in notifyConfigurationChanged()425 mQueuedListener.flush(); in notifyConfigurationChanged()430 mQueuedListener.notifyKey(args); in notifyKey()431 mQueuedListener.flush(); in notifyKey()440 mQueuedListener.notifyMotion(args); in notifyMotion()450 mQueuedListener.notifyMotion(newArgs); in notifyMotion()453 mQueuedListener.flush(); in notifyMotion()[all …]
343 : mQueuedListener(listener), mEnablePalmRejection(enablePalmRejection) {} in UnwantedInteractionBlocker()347 mQueuedListener.notifyConfigurationChanged(args); in notifyConfigurationChanged()348 mQueuedListener.flush(); in notifyConfigurationChanged()352 mQueuedListener.notifyKey(args); in notifyKey()353 mQueuedListener.flush(); in notifyKey()372 mQueuedListener.flush(); in notifyMotion()377 mQueuedListener.notifyMotion(args); in enqueueOutboundMotionLocked()395 mQueuedListener.notifySwitch(args); in notifySwitch()396 mQueuedListener.flush(); in notifySwitch()400 mQueuedListener.notifySensor(args); in notifySensor()[all …]
112 QueuedInputListener mQueuedListener; variable
270 QueuedInputListener mQueuedListener; variable