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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2495 NotifyMotionArgs motionArgs; local
2501 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyMotionWasCalled(&motionArgs));
2502 ASSERT_EQ(AMOTION_EVENT_ACTION_DOWN, motionArgs.action);
2503 ASSERT_EQ(AMOTION_EVENT_BUTTON_PRIMARY, motionArgs.buttonState);
2505 ASSERT_NO_FATAL_FAILURE(assertPointerCoords(motionArgs.pointerCoords[0],
2508 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyMotionWasCalled(&motionArgs));
2509 ASSERT_EQ(AMOTION_EVENT_ACTION_BUTTON_PRESS, motionArgs.action);
2510 ASSERT_EQ(AMOTION_EVENT_BUTTON_PRIMARY, motionArgs.buttonState);
2512 ASSERT_NO_FATAL_FAILURE(assertPointerCoords(motionArgs.pointerCoords[0],
2517 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyMotionWasCalled(&motionArgs));
3352 NotifyMotionArgs motionArgs; local
3435 NotifyMotionArgs motionArgs; local
3511 NotifyMotionArgs motionArgs; local
3608 NotifyMotionArgs motionArgs; local
3851 NotifyMotionArgs motionArgs; local
4095 NotifyMotionArgs motionArgs; local
4232 NotifyMotionArgs motionArgs; local
4304 NotifyMotionArgs motionArgs; local
4526 NotifyMotionArgs motionArgs; local
4803 NotifyMotionArgs motionArgs; local
4979 NotifyMotionArgs motionArgs; local
5357 NotifyMotionArgs motionArgs; local
5601 NotifyMotionArgs motionArgs; local
5753 NotifyMotionArgs motionArgs; local
5824 NotifyMotionArgs motionArgs; local
[all...]

Completed in 36 milliseconds