Searched defs:notifyMotion (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/input/
H A DInputListener.cpp99 listener->notifyMotion(this);
158 void QueuedInputListener::notifyMotion(const NotifyMotionArgs* args) { function in class:android::QueuedInputListener
H A DInputDispatcher.cpp2724 void InputDispatcher::notifyMotion(const NotifyMotionArgs* args) { function in class:android::InputDispatcher
2726 LOGD("notifyMotion - eventTime=%lld, deviceId=%d, source=0x%x, policyFlags=0x%x, "
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp224 << "Expected notifyMotion() to have been called.";
233 << "Expected notifyMotion() to not have been called.";
258 virtual void notifyMotion(const NotifyMotionArgs* args) { function in class:android::FakeInputListener

Completed in 486 milliseconds