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

/frameworks/base/services/input/tests/
H A DInputReader_test.cpp2239 NotifyMotionArgs motionArgs; local
2245 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyMotionWasCalled(&motionArgs));
2246 ASSERT_EQ(AMOTION_EVENT_ACTION_DOWN, motionArgs.action);
2247 ASSERT_EQ(AMOTION_EVENT_BUTTON_PRIMARY, motionArgs.buttonState);
2249 ASSERT_NO_FATAL_FAILURE(assertPointerCoords(motionArgs.pointerCoords[0],
2254 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyMotionWasCalled(&motionArgs));
2255 ASSERT_EQ(0, motionArgs.buttonState);
2257 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, motionArgs.action);
2258 ASSERT_NO_FATAL_FAILURE(assertPointerCoords(motionArgs.pointerCoords[0],
2261 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyMotionWasCalled(&motionArgs));
2851 NotifyMotionArgs motionArgs; local
2934 NotifyMotionArgs motionArgs; local
3008 NotifyMotionArgs motionArgs; local
3227 NotifyMotionArgs motionArgs; local
3388 NotifyMotionArgs motionArgs; local
3525 NotifyMotionArgs motionArgs; local
3597 NotifyMotionArgs motionArgs; local
3814 NotifyMotionArgs motionArgs; local
4091 NotifyMotionArgs motionArgs; local
4267 NotifyMotionArgs motionArgs; local
4639 NotifyMotionArgs motionArgs; local
4800 NotifyMotionArgs motionArgs; local
4952 NotifyMotionArgs motionArgs; local
5023 NotifyMotionArgs motionArgs; local
[all...]

Completed in 361 milliseconds