Searched refs:notifyMotion (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputListener.h166 virtual void notifyMotion(const NotifyMotionArgs* args) = 0;
185 virtual void notifyMotion(const NotifyMotionArgs* args);
H A DInputListener.cpp100 listener->notifyMotion(this);
159 void QueuedInputListener::notifyMotion(const NotifyMotionArgs* args) { function in class:android::QueuedInputListener
H A DInputReader.cpp2647 getListener()->notifyMotion(&releaseArgs);
2656 getListener()->notifyMotion(&args);
2668 getListener()->notifyMotion(&pressArgs);
2682 getListener()->notifyMotion(&hoverArgs);
2695 getListener()->notifyMotion(&scrollArgs);
5003 getListener()->notifyMotion(&args);
5930 getListener()->notifyMotion(&args);
5943 getListener()->notifyMotion(&args);
5958 getListener()->notifyMotion(&args);
5968 getListener()->notifyMotion(
[all...]
H A DInputDispatcher.h377 virtual void notifyMotion(const NotifyMotionArgs* args);
H A DInputDispatcher.cpp2454 void InputDispatcher::notifyMotion(const NotifyMotionArgs* args) { function in class:android::InputDispatcher
2456 ALOGD("notifyMotion - eventTime=%lld, deviceId=%d, source=0x%x, policyFlags=0x%x, "
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp261 << "Expected notifyMotion() to have been called.";
270 << "Expected notifyMotion() to not have been called.";
295 virtual void notifyMotion(const NotifyMotionArgs* args) { function in class:android::FakeInputListener

Completed in 122 milliseconds