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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2267 NotifyMotionArgs motionArgs; local
2273 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyMotionWasCalled(&motionArgs));
2274 ASSERT_EQ(AMOTION_EVENT_ACTION_DOWN, motionArgs.action);
2275 ASSERT_EQ(AMOTION_EVENT_BUTTON_PRIMARY, motionArgs.buttonState);
2277 ASSERT_NO_FATAL_FAILURE(assertPointerCoords(motionArgs.pointerCoords[0],
2282 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyMotionWasCalled(&motionArgs));
2283 ASSERT_EQ(0, motionArgs.buttonState);
2285 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, motionArgs.action);
2286 ASSERT_NO_FATAL_FAILURE(assertPointerCoords(motionArgs.pointerCoords[0],
2289 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyMotionWasCalled(&motionArgs));
2899 NotifyMotionArgs motionArgs; local
2982 NotifyMotionArgs motionArgs; local
3056 NotifyMotionArgs motionArgs; local
3299 NotifyMotionArgs motionArgs; local
3460 NotifyMotionArgs motionArgs; local
3597 NotifyMotionArgs motionArgs; local
3669 NotifyMotionArgs motionArgs; local
3886 NotifyMotionArgs motionArgs; local
4163 NotifyMotionArgs motionArgs; local
4339 NotifyMotionArgs motionArgs; local
4711 NotifyMotionArgs motionArgs; local
4872 NotifyMotionArgs motionArgs; local
5024 NotifyMotionArgs motionArgs; local
5095 NotifyMotionArgs motionArgs; local
[all...]

Completed in 47 milliseconds