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.cpp2785 getListener()->notifyMotion(&releaseArgs);
2794 getListener()->notifyMotion(&args);
2806 getListener()->notifyMotion(&pressArgs);
2820 getListener()->notifyMotion(&hoverArgs);
2833 getListener()->notifyMotion(&scrollArgs);
2951 getListener()->notifyMotion(&scrollArgs);
5276 getListener()->notifyMotion(&args);
6204 getListener()->notifyMotion(&args);
6217 getListener()->notifyMotion(&args);
6232 getListener()->notifyMotion(
[all...]
H A DInputDispatcher.h383 virtual void notifyMotion(const NotifyMotionArgs* args);
H A DInputDispatcher.cpp2486 void InputDispatcher::notifyMotion(const NotifyMotionArgs* args) { function in class:android::InputDispatcher
2488 ALOGD("notifyMotion - eventTime=%lld, deviceId=%d, source=0x%x, policyFlags=0x%x, "
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp284 << "Expected notifyMotion() to have been called.";
293 << "Expected notifyMotion() to not have been called.";
318 virtual void notifyMotion(const NotifyMotionArgs* args) { function in class:android::FakeInputListener

Completed in 426 milliseconds