Searched refs:generateMotionArgs (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 997 static NotifyMotionArgs generateMotionArgs(int32_t action, int32_t source, int32_t displayId, in generateMotionArgs() function 1030 static NotifyMotionArgs generateMotionArgs(int32_t action, int32_t source, int32_t displayId) { in generateMotionArgs() function 1031 return generateMotionArgs(action, source, displayId, {PointF{100, 200}}); in generateMotionArgs() 1245 generateMotionArgs(AMOTION_EVENT_ACTION_DOWN, AINPUT_SOURCE_TOUCHSCREEN, in TEST_F() 1273 NotifyMotionArgs downMotionArgs = generateMotionArgs(AMOTION_EVENT_ACTION_DOWN, in TEST_F() 1287 NotifyMotionArgs upMotionArgs = generateMotionArgs(AMOTION_EVENT_ACTION_UP, in TEST_F() 1310 NotifyMotionArgs downMotionArgs = generateMotionArgs(AMOTION_EVENT_ACTION_DOWN, in TEST_F() 1318 NotifyMotionArgs pointerDownMotionArgs = generateMotionArgs(AMOTION_EVENT_ACTION_POINTER_DOWN in TEST_F() 1334 NotifyMotionArgs pointerUpMotionArgs = generateMotionArgs(AMOTION_EVENT_ACTION_POINTER_UP in TEST_F() 1343 NotifyMotionArgs upMotionArgs = generateMotionArgs(AMOTION_EVENT_ACTION_UP, in TEST_F() [all …]
|
/frameworks/native/services/inputflinger/benchmarks/ |
D | InputDispatcher_benchmarks.cpp | 218 static NotifyMotionArgs generateMotionArgs() { in generateMotionArgs() function 257 NotifyMotionArgs motionArgs = generateMotionArgs(); in benchmarkNotifyMotion()
|