Lines Matching refs:assertNotifyMotionWasCalled
454 ASSERT_NO_FATAL_FAILURE(mTestListener.assertNotifyMotionWasCalled(testing::Eq(motionArgs))); in TEST_F()
574 mTestListener.assertNotifyMotionWasCalled(WithMotionAction(DOWN)); in TEST_F()
579 mTestListener.assertNotifyMotionWasCalled(WithMotionAction(MOVE)); in TEST_F()
584 mTestListener.assertNotifyMotionWasCalled(WithMotionAction(CANCEL)); in TEST_F()
600 mTestListener.assertNotifyMotionWasCalled(WithMotionAction(DOWN)); in TEST_F()
607 mTestListener.assertNotifyMotionWasCalled(WithMotionAction(MOVE)); in TEST_F()
615 mTestListener.assertNotifyMotionWasCalled(WithMotionAction(UP)); in TEST_F()
631 mTestListener.assertNotifyMotionWasCalled(WithMotionAction(DOWN)); in TEST_F()
638 mTestListener.assertNotifyMotionWasCalled(WithMotionAction(POINTER_1_DOWN)); in TEST_F()
645 mTestListener.assertNotifyMotionWasCalled(WithMotionAction(MOVE)); in TEST_F()
652 mTestListener.assertNotifyMotionWasCalled( in TEST_F()
660 mTestListener.assertNotifyMotionWasCalled(WithMotionAction(MOVE)); in TEST_F()
668 mTestListener.assertNotifyMotionWasCalled(WithMotionAction(UP)); in TEST_F()