HomeSort by relevance Sort by last modified time
    Searched refs:notifyKey (Results 1 - 6 of 6) sorted by null

  /frameworks/base/services/input/
InputListener.h 162 virtual void notifyKey(const NotifyKeyArgs* args) = 0;
181 virtual void notifyKey(const NotifyKeyArgs* args);
InputListener.cpp 63 listener->notifyKey(this);
154 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) {
InputDispatcher.h 376 virtual void notifyKey(const NotifyKeyArgs* args);
    [all...]
InputReader.cpp 188 context->getListener()->notifyKey(&args);
    [all...]
InputDispatcher.cpp     [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp 223 << "Expected notifyKey() to have been called.";
232 << "Expected notifyKey() to not have been called.";
267 virtual void notifyKey(const NotifyKeyArgs* args) {
    [all...]

Completed in 207 milliseconds