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.cpp2697 getListener()->notifyMotion(&releaseArgs); in sync()
2706 getListener()->notifyMotion(&args); in sync()
2718 getListener()->notifyMotion(&pressArgs); in sync()
2732 getListener()->notifyMotion(&hoverArgs); in sync()
2745 getListener()->notifyMotion(&scrollArgs); in sync()
2863 getListener()->notifyMotion(&scrollArgs); in sync()
5154 getListener()->notifyMotion(&args); in dispatchPointerGestures()
6098 getListener()->notifyMotion(&args); in dispatchPointerSimple()
6111 getListener()->notifyMotion(&args); in dispatchPointerSimple()
6126 getListener()->notifyMotion(&args); in dispatchPointerSimple()
[all …]
DInputDispatcher.h383 virtual void notifyMotion(const NotifyMotionArgs* args);
DInputDispatcher.cpp2485 void InputDispatcher::notifyMotion(const NotifyMotionArgs* args) { in notifyMotion() function in android::InputDispatcher
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp295 virtual void notifyMotion(const NotifyMotionArgs* args) { in notifyMotion() function in android::FakeInputListener