Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2267 NotifyMotionArgs motionArgs; in TEST_F() local
2273 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyMotionWasCalled(&motionArgs)); in TEST_F()
2274 ASSERT_EQ(AMOTION_EVENT_ACTION_DOWN, motionArgs.action); in TEST_F()
2275 ASSERT_EQ(AMOTION_EVENT_BUTTON_PRIMARY, motionArgs.buttonState); in TEST_F()
2277 ASSERT_NO_FATAL_FAILURE(assertPointerCoords(motionArgs.pointerCoords[0], in TEST_F()
2282 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyMotionWasCalled(&motionArgs)); in TEST_F()
2283 ASSERT_EQ(0, motionArgs.buttonState); in TEST_F()
2285 ASSERT_EQ(AMOTION_EVENT_ACTION_UP, motionArgs.action); in TEST_F()
2286 ASSERT_NO_FATAL_FAILURE(assertPointerCoords(motionArgs.pointerCoords[0], in TEST_F()
2289 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyMotionWasCalled(&motionArgs)); in TEST_F()
[all …]