Searched refs:assertNotifyMotionWasCalled (Results 1 – 7 of 7) sorted by relevance
1688 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyMotionWasCalled(&args)); in assertReceivedMotion()1763 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyMotionWasCalled(&args)); in TEST_P()1769 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyMotionWasCalled(&args)); in TEST_P()1775 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyMotionWasCalled(&args)); in TEST_P()1788 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyMotionWasCalled(&args)); in TEST_P()1797 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyMotionWasCalled(&args)); in TEST_P()1803 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyMotionWasCalled(&args)); in TEST_P()1809 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyMotionWasCalled(&args)); in TEST_P()1816 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyMotionWasCalled(&args)); in TEST_P()1927 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyMotionWasCalled(&args)); in TEST_P()[all …]
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()[all …]
92 void TestInputListener::assertNotifyMotionWasCalled(NotifyMotionArgs* outEventArgs, in assertNotifyMotionWasCalled() function in android::TestInputListener100 void TestInputListener::assertNotifyMotionWasCalled( in assertNotifyMotionWasCalled() function in android::TestInputListener103 ASSERT_NO_FATAL_FAILURE(assertNotifyMotionWasCalled(&outEventArgs, waitUntil)); in assertNotifyMotionWasCalled()
60 void assertNotifyMotionWasCalled(NotifyMotionArgs* outEventArgs = nullptr,63 void assertNotifyMotionWasCalled(const ::testing::Matcher<NotifyMotionArgs>& matcher,
147 mTestListener.assertNotifyMotionWasCalled(); in TEST_F()153 mTestListener.assertNotifyMotionWasCalled(); in TEST_F()167 mTestListener.assertNotifyMotionWasCalled(); in TEST_F()174 mTestListener.assertNotifyMotionWasCalled(); in TEST_F()
224 mTestListener.assertNotifyMotionWasCalled(); in TEST_F()422 mTestListener.assertNotifyMotionWasCalled( in TEST_F()455 mTestListener.assertNotifyMotionWasCalled( in TEST_F()496 mTestListener.assertNotifyMotionWasCalled( in TEST_F()541 mTestListener.assertNotifyMotionWasCalled( in TEST_F()1405 mTestListener.assertNotifyMotionWasCalled( in TEST_F()1431 mTestListener.assertNotifyMotionWasCalled( in TEST_F()1445 mTestListener.assertNotifyMotionWasCalled( in TEST_F()1462 mTestListener.assertNotifyMotionWasCalled( in TEST_F()1477 mTestListener.assertNotifyMotionWasCalled( in TEST_F()[all …]
98 ASSERT_NO_FATAL_FAILURE(mTestListener.assertNotifyMotionWasCalled(testing::Eq(motionArgs))); in TEST_F()