Searched refs:InputListenerInterface (Results 1 – 16 of 16) sorted by relevance
28 class InputListenerInterface; variable42 virtual void notify(InputListenerInterface& listener) const = 0;59 void notify(InputListenerInterface& listener) const override;90 void notify(InputListenerInterface& listener) const override;144 void notify(InputListenerInterface& listener) const override;171 void notify(InputListenerInterface& listener) const override;191 void notify(InputListenerInterface& listener) const override;210 void notify(InputListenerInterface& listener) const override;228 void notify(InputListenerInterface& listener) const override;246 void notify(InputListenerInterface& listener) const override;[all …]
23 class InputListenerInterface; variable26 const sp<InputReaderPolicyInterface>& policy, InputListenerInterface& listener);
28 class UnwantedInteractionBlockerInterface : public InputListenerInterface {
28 class InputListenerInterface; variable58 virtual InputListenerInterface& getListener() = 0;
55 const sp<InputReaderPolicyInterface>& policy, InputListenerInterface& listener);147 InputListenerInterface& getListener() REQUIRES(mReader->mLock) override;
47 void NotifyConfigurationChangedArgs::notify(InputListenerInterface& listener) const { in notify()92 void NotifyKeyArgs::notify(InputListenerInterface& listener) const { in notify()223 void NotifyMotionArgs::notify(InputListenerInterface& listener) const { in notify()247 void NotifySwitchArgs::notify(InputListenerInterface& listener) const { in notify()282 void NotifySensorArgs::notify(InputListenerInterface& listener) const { in notify()300 void NotifyVibratorStateArgs::notify(InputListenerInterface& listener) const { in notify()316 void NotifyDeviceResetArgs::notify(InputListenerInterface& listener) const { in notify()334 void NotifyPointerCaptureChangedArgs::notify(InputListenerInterface& listener) const { in notify()347 QueuedInputListener::QueuedInputListener(InputListenerInterface& innerListener) in QueuedInputListener()
90 explicit UnwantedInteractionBlocker(InputListenerInterface& listener);91 explicit UnwantedInteractionBlocker(InputListenerInterface& listener, bool enablePalmRejection);
90 class InputClassifierInterface : public InputListenerInterface {241 explicit InputClassifier(InputListenerInterface& listener);
317 UnwantedInteractionBlocker::UnwantedInteractionBlocker(InputListenerInterface& listener) in UnwantedInteractionBlocker()320 UnwantedInteractionBlocker::UnwantedInteractionBlocker(InputListenerInterface& listener, in UnwantedInteractionBlocker()
370 InputClassifier::InputClassifier(InputListenerInterface& listener) : mQueuedListener(listener) {} in InputClassifier()
24 const sp<InputReaderPolicyInterface>& policy, InputListenerInterface& listener) { in createInputReader()
45 InputListenerInterface& listener) in InputReader()957 InputListenerInterface& InputReader::ContextImpl::getListener() { in getListener()
31 class TestInputListener : public InputListenerInterface {
1276 InputListenerInterface& listener) in InstrumentedInputReader()
36 class InputDispatcherInterface : public InputListenerInterface {
52 inline InputListenerInterface& getListener() { return getContext()->getListener(); } in getListener()