Lines Matching refs:WithMotionAction
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()
653 AllOf(WithMotionAction(POINTER_0_UP), WithFlags(FLAG_CANCELED))); in TEST_F()
660 mTestListener.assertNotifyMotionWasCalled(WithMotionAction(MOVE)); in TEST_F()
668 mTestListener.assertNotifyMotionWasCalled(WithMotionAction(UP)); in TEST_F()