Searched refs:notifyKey (Results 1 – 16 of 16) sorted by relevance
85 context->getListener().notifyKey(&args); in synthesizeButtonKey()
357 getListener().notifyKey(&args); in processKey()
1927 getListener().notifyKey(&args); in dispatchVirtualKey()
260 virtual void notifyKey(const NotifyKeyArgs* args) = 0;279 virtual void notifyKey(const NotifyKeyArgs* args) override;
77 virtual void notifyKey(const NotifyKeyArgs* args) override;
166 void TestInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::TestInputListener
88 mClassifier->notifyKey(&args); in TEST_F()
2239 mDispatcher->notifyKey(&keyArgs); in TEST_F()2290 mDispatcher->notifyKey(&keyArgs); in TEST_F()2311 mDispatcher->notifyKey(&keyDown); in TEST_F()2312 mDispatcher->notifyKey(&keyUp); in TEST_F()2379 mDispatcher->notifyKey(&keyDown); in TEST_F()2380 mDispatcher->notifyKey(&keyUp); in TEST_F()2390 mDispatcher->notifyKey(&keyDown); in TEST_F()2391 mDispatcher->notifyKey(&keyUp); in TEST_F()3074 mDispatcher->notifyKey(&keyArgs); in TEST_F()3088 mDispatcher->notifyKey(&keyArgs); in TEST_F()[all …]
455 mBlocker->notifyKey(&args); in TEST_F()
94 void notifyKey(const NotifyKeyArgs* args) override;
244 void notifyKey(const NotifyKeyArgs* args) override;
424 void InputClassifier::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::InputClassifier426 mQueuedListener.notifyKey(args); in notifyKey()
93 listener.notifyKey(this); in notify()356 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::QueuedInputListener
330 void UnwantedInteractionBlocker::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::UnwantedInteractionBlocker331 mQueuedListener.notifyKey(args); in notifyKey()
98 void notifyKey(const NotifyKeyArgs* args) override;
3909 void InputDispatcher::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::inputdispatcher::InputDispatcher