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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2362 NotifyMotionArgs motionArgs; local
2368 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyMotionWasCalled(&motionArgs));
2369 ASSERT_EQ(AMOTION_EVENT_ACTION_DOWN, motionArgs.action);
2370 ASSERT_EQ(AMOTION_EVENT_BUTTON_PRIMARY, motionArgs.buttonState);
2372 ASSERT_NO_FATAL_FAILURE(assertPointerCoords(motionArgs.pointerCoords[0],
2375 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyMotionWasCalled(&motionArgs));
2376 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action);
2377 ASSERT_EQ(AMOTION_EVENT_BUTTON_PRIMARY, motionArgs.buttonState);
2379 ASSERT_NO_FATAL_FAILURE(assertPointerCoords(motionArgs.pointerCoords[0],
2384 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyMotionWasCalled(&motionArgs));
3219 NotifyMotionArgs motionArgs; local
3302 NotifyMotionArgs motionArgs; local
3378 NotifyMotionArgs motionArgs; local
3475 NotifyMotionArgs motionArgs; local
3718 NotifyMotionArgs motionArgs; local
3962 NotifyMotionArgs motionArgs; local
4099 NotifyMotionArgs motionArgs; local
4171 NotifyMotionArgs motionArgs; local
4388 NotifyMotionArgs motionArgs; local
4665 NotifyMotionArgs motionArgs; local
4841 NotifyMotionArgs motionArgs; local
5213 NotifyMotionArgs motionArgs; local
5457 NotifyMotionArgs motionArgs; local
5609 NotifyMotionArgs motionArgs; local
5680 NotifyMotionArgs motionArgs; local
[all...]

Completed in 520 milliseconds