Searched refs:notifyKey (Results 1 – 6 of 6) sorted by relevance
165 virtual void notifyKey(const NotifyKeyArgs* args) = 0;184 virtual void notifyKey(const NotifyKeyArgs* args);
63 listener->notifyKey(this); in notify()155 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::QueuedInputListener
382 virtual void notifyKey(const NotifyKeyArgs* args);
212 context->getListener()->notifyKey(&args); in synthesizeButtonKey()2378 getListener()->notifyKey(&args); in processKey()4594 getListener()->notifyKey(&args); in dispatchVirtualKey()
2391 void InputDispatcher::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::InputDispatcher
314 virtual void notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::FakeInputListener