Searched refs:notifyKey (Results 1 – 13 of 13) sorted by relevance
257 virtual void notifyKey(const NotifyKeyArgs* args) = 0;279 virtual void notifyKey(const NotifyKeyArgs* args) override;
115 context->getListener()->notifyKey(&args); in synthesizeButtonKey()
357 getListener()->notifyKey(&args); in processKey()
1886 getListener()->notifyKey(&args); in dispatchVirtualKey()
75 virtual void notifyKey(const NotifyKeyArgs* args) override;
154 void TestInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::TestInputListener
93 mClassifier->notifyKey(&args); in TEST_F()
1696 mDispatcher->notifyKey(&keyArgs); in TEST_F()2014 mDispatcher->notifyKey(&keyArgs); in TEST_F()2028 mDispatcher->notifyKey(&keyArgs); in TEST_F()2044 mDispatcher->notifyKey(&keyArgs); in TEST_F()2373 mDispatcher->notifyKey(&keyArgs); in TEST_F()2806 mDispatcher->notifyKey(&keyArgs); in sendAndConsumeKeyDown()2830 mDispatcher->notifyKey(&keyArgs); in sendAndConsumeKeyUp()3102 mDispatcher->notifyKey(&keyArgs); in testNotifyKey()3104 mDispatcher->notifyKey(&keyArgs); in testNotifyKey()
375 void InputClassifier::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::InputClassifier377 mListener->notifyKey(args); in notifyKey()
229 virtual void notifyKey(const NotifyKeyArgs* args) override;
93 listener->notifyKey(this); in notify()332 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::QueuedInputListener
97 void notifyKey(const NotifyKeyArgs* args) override;
3739 void InputDispatcher::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::inputdispatcher::InputDispatcher