Searched refs:notifyKey (Results 1 – 13 of 13) sorted by relevance
195 virtual void notifyKey(const NotifyKeyArgs* args) = 0;214 virtual void notifyKey(const NotifyKeyArgs* args);
70 context->getListener()->notifyKey(&args); in synthesizeButtonKey()
354 getListener()->notifyKey(&args); in processKey()
1834 getListener()->notifyKey(&args); in dispatchVirtualKey()
71 virtual void notifyKey(const NotifyKeyArgs* args) override;
136 void TestInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::TestInputListener
92 mClassifier->notifyKey(&args); in TEST_F()
1224 mDispatcher->notifyKey(&keyArgs); in TEST_F()1426 mDispatcher->notifyKey(&keyArgs); in TEST_F()1440 mDispatcher->notifyKey(&keyArgs); in TEST_F()1456 mDispatcher->notifyKey(&keyArgs); in TEST_F()1663 mDispatcher->notifyKey(&keyArgs); in TEST_F()1756 mDispatcher->notifyKey(&keyArgs); in sendAndConsumeKeyDown()1779 mDispatcher->notifyKey(&keyArgs); in sendAndConsumeKeyUp()1993 mDispatcher->notifyKey(&keyArgs); in testNotifyKey()1995 mDispatcher->notifyKey(&keyArgs); in testNotifyKey()
90 listener->notifyKey(this); in notify()261 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::QueuedInputListener
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;
101 virtual void notifyKey(const NotifyKeyArgs* args) override;
3075 void InputDispatcher::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::inputdispatcher::InputDispatcher