Searched refs:notifyKey (Results 1 – 13 of 13) sorted by relevance
258 virtual void notifyKey(const NotifyKeyArgs* args) = 0;280 virtual void notifyKey(const NotifyKeyArgs* args) override;
113 context->getListener()->notifyKey(&args); in synthesizeButtonKey()
357 getListener()->notifyKey(&args); in processKey()
1915 getListener()->notifyKey(&args); in dispatchVirtualKey()
76 virtual void notifyKey(const NotifyKeyArgs* args) override;
159 void TestInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::TestInputListener
94 mClassifier->notifyKey(&args); in TEST_F()
1712 mDispatcher->notifyKey(&keyArgs); in TEST_F()2154 mDispatcher->notifyKey(&keyArgs); in TEST_F()2168 mDispatcher->notifyKey(&keyArgs); in TEST_F()2184 mDispatcher->notifyKey(&keyArgs); in TEST_F()2608 mDispatcher->notifyKey(&keyArgs); in TEST_F()5571 mDispatcher->notifyKey(&keyArgs); in TEST_F()5585 mDispatcher->notifyKey(&keyArgs); in TEST_F()5617 mDispatcher->notifyKey(&keyArgs); in TEST_F()5631 mDispatcher->notifyKey(&keyArgs); in TEST_F()5663 mDispatcher->notifyKey(&keyArgs); in TEST_F()[all …]
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
98 void notifyKey(const NotifyKeyArgs* args) override;
3785 void InputDispatcher::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::inputdispatcher::InputDispatcher