Searched refs:QueuedInputListener (Results 1 – 4 of 4) sorted by relevance
64 QueuedInputListener::QueuedInputListener(InputListenerInterface& innerListener) in QueuedInputListener() function in android::QueuedInputListener67 void QueuedInputListener::notifyInputDevicesChanged(const NotifyInputDevicesChangedArgs& args) { in notifyInputDevicesChanged()71 void QueuedInputListener::notifyConfigurationChanged(const NotifyConfigurationChangedArgs& args) { in notifyConfigurationChanged()75 void QueuedInputListener::notifyKey(const NotifyKeyArgs& args) { in notifyKey()79 void QueuedInputListener::notifyMotion(const NotifyMotionArgs& args) { in notifyMotion()83 void QueuedInputListener::notifySwitch(const NotifySwitchArgs& args) { in notifySwitch()87 void QueuedInputListener::notifySensor(const NotifySensorArgs& args) { in notifySensor()91 void QueuedInputListener::notifyVibratorState(const NotifyVibratorStateArgs& args) { in notifyVibratorState()95 void QueuedInputListener::notifyDeviceReset(const NotifyDeviceResetArgs& args) { in notifyDeviceReset()99 void QueuedInputListener::notifyPointerCaptureChanged(const NotifyPointerCaptureChangedArgs& args) { in notifyPointerCaptureChanged()[all …]
112 QueuedInputListener mQueuedListener;
270 QueuedInputListener mQueuedListener;
57 class QueuedInputListener : public InputListenerInterface {60 explicit QueuedInputListener(InputListenerInterface& innerListener);