Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputListener.h166 virtual void notifyMotion(const NotifyMotionArgs* args) = 0;
185 virtual void notifyMotion(const NotifyMotionArgs* args);
DInputListener.cpp100 listener->notifyMotion(this); in notify()
159 void QueuedInputListener::notifyMotion(const NotifyMotionArgs* args) { in notifyMotion() function in android::QueuedInputListener
DInputReader.cpp2785 getListener()->notifyMotion(&releaseArgs); in sync()
2794 getListener()->notifyMotion(&args); in sync()
2806 getListener()->notifyMotion(&pressArgs); in sync()
2820 getListener()->notifyMotion(&hoverArgs); in sync()
2833 getListener()->notifyMotion(&scrollArgs); in sync()
2951 getListener()->notifyMotion(&scrollArgs); in sync()
5276 getListener()->notifyMotion(&args); in dispatchPointerGestures()
6204 getListener()->notifyMotion(&args); in dispatchPointerSimple()
6217 getListener()->notifyMotion(&args); in dispatchPointerSimple()
6232 getListener()->notifyMotion(&args); in dispatchPointerSimple()
[all …]
DInputDispatcher.h383 virtual void notifyMotion(const NotifyMotionArgs* args);
DInputDispatcher.cpp2486 void InputDispatcher::notifyMotion(const NotifyMotionArgs* args) { in notifyMotion() function in android::InputDispatcher
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp318 virtual void notifyMotion(const NotifyMotionArgs* args) { in notifyMotion() function in android::FakeInputListener