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

  /frameworks/base/services/input/
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/base/services/input/tests/
InputReader_test.cpp 252 << "Expected notifyMotion() to have been called.";
261 << "Expected notifyMotion() to not have been called.";
286 virtual void notifyMotion(const NotifyMotionArgs* args) {
    [all...]

Completed in 121 milliseconds