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

  /frameworks/native/services/inputflinger/
InputListener.h 164 virtual void notifyMotion(const NotifyMotionArgs* args) = 0;
183 virtual void notifyMotion(const NotifyMotionArgs* args);
InputListener.cpp 100 listener->notifyMotion(this);
159 void QueuedInputListener::notifyMotion(const NotifyMotionArgs* args) {
InputReader.cpp     [all...]
InputDispatcher.h 377 virtual void notifyMotion(const NotifyMotionArgs* args);
    [all...]
InputDispatcher.cpp     [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 262 << "Expected notifyMotion() to have been called.";
271 << "Expected notifyMotion() to not have been called.";
296 virtual void notifyMotion(const NotifyMotionArgs* args) {
    [all...]

Completed in 407 milliseconds