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

/frameworks/base/include/ui/
H A DInputDispatcher.h354 virtual void notifyMotion(nsecs_t eventTime, int32_t deviceId, int32_t source,
431 virtual void notifyMotion(nsecs_t eventTime, int32_t deviceId, int32_t source,
/frameworks/base/libs/ui/
H A DInputReader.cpp1214 getDispatcher()->notifyMotion(when, getDeviceId(), AINPUT_SOURCE_TRACKBALL, 0,
2542 getDispatcher()->notifyMotion(when, getDeviceId(), getSources(), policyFlags,
H A DInputDispatcher.cpp2118 void InputDispatcher::notifyMotion(nsecs_t eventTime, int32_t deviceId, int32_t source, function in class:android::InputDispatcher
2123 LOGD("notifyMotion - eventTime=%lld, deviceId=0x%x, source=0x%x, policyFlags=0x%x, "
/frameworks/base/libs/ui/tests/
H A DInputReader_test.cpp243 << "Expected notifyMotion() to have been called.";
252 << "Expected notifyMotion() to not have been called.";
288 virtual void notifyMotion(nsecs_t eventTime, int32_t deviceId, int32_t source, function in class:android::FakeInputDispatcher

Completed in 284 milliseconds