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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2259 NotifyMotionArgs motionArgs; local
2265 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyMotionWasCalled(&motionArgs));
2266 ASSERT_EQ(AMOTION_EVENT_ACTION_DOWN, motionArgs.action);
2267 ASSERT_EQ(AMOTION_EVENT_BUTTON_PRIMARY, motionArgs.buttonState);
2269 ASSERT_NO_FATAL_FAILURE(assertPointerCoords(motionArgs.pointerCoords[0],
2274 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyMotionWasCalled(&motionArgs));
2275 ASSERT_EQ(0, motionArgs.buttonState);
2277 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, motionArgs.action);
2278 ASSERT_NO_FATAL_FAILURE(assertPointerCoords(motionArgs.pointerCoords[0],
2281 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyMotionWasCalled(&motionArgs));
2891 NotifyMotionArgs motionArgs; local
2974 NotifyMotionArgs motionArgs; local
3048 NotifyMotionArgs motionArgs; local
3291 NotifyMotionArgs motionArgs; local
3452 NotifyMotionArgs motionArgs; local
3589 NotifyMotionArgs motionArgs; local
3661 NotifyMotionArgs motionArgs; local
3878 NotifyMotionArgs motionArgs; local
4155 NotifyMotionArgs motionArgs; local
4331 NotifyMotionArgs motionArgs; local
4703 NotifyMotionArgs motionArgs; local
4864 NotifyMotionArgs motionArgs; local
5016 NotifyMotionArgs motionArgs; local
5087 NotifyMotionArgs motionArgs; local
[all...]

Completed in 360 milliseconds