Searched refs:assertNoEvents (Results 1 – 9 of 9) sorted by relevance
187 verifier.assertNoEvents() in testSingleDeviceTouchEventsWithoutA11yFeatures()211 verifier.assertNoEvents() in testSingleDeviceTouchEventsWithAllA11yFeatures()236 verifier.assertNoEvents() in testTouchDownCancelDownWithAllA11yFeatures()262 verifier.assertNoEvents() in testStylusDownCancelDownWithAllA11yFeatures()285 verifier.assertNoEvents() in testStylusThenTouch()303 verifier.assertNoEvents() in testSingleDeviceTouchEventsDisableFeaturesMidGesture()307 verifier.assertNoEvents() in testSingleDeviceTouchEventsDisableFeaturesMidGesture()321 verifier.assertNoEvents() in testSingleDeviceTouchEventsDisableFeaturesMidGesture()351 verifier.assertNoEvents() in testMultiDeviceEventsWithoutA11yFeatures()360 verifier.assertNoEvents() in testMultiDeviceEventsWithoutA11yFeatures()[all …]
35 private fun <T> assertNoEvents(queue: LinkedBlockingQueue<T>) { in assertNoEvents() method83 fun assertNoEvents() { in assertNoEvents() method84 assertNoEvents(mFinishedSignals) in assertNoEvents()85 assertNoEvents(mTimelines) in assertNoEvents()
122 mSender.assertNoEvents() in testSendAndReceiveInvalidTimeline()126 mSender.assertNoEvents() in testSendAndReceiveInvalidTimeline()
96 mSender.assertNoEvents() in testSendMotionToCrashingListenerDoesNotCrash()
145 scenario.activity.assertNoEvents() in <lambda>()
480 void assertNoEvents() { mInputReceiver.assertNoEvents(CONSUME_TIMEOUT_NO_EVENT_EXPECTED); } in assertNoEvents() function in android::inputdispatcher::__anon5807f33d0311::FakeMonitorReceiver780 windowSecond->assertNoEvents(); in TEST_F()984 leftForegroundWindow->assertNoEvents(); in TEST_F()985 leftWallpaperWindow->assertNoEvents(); in TEST_F()1091 leftForegroundWindow->assertNoEvents(); in TEST_F()1092 leftWallpaperWindow->assertNoEvents(); in TEST_F()1093 middleForegroundWindow->assertNoEvents(); in TEST_F()1094 middleWallpaperWindow->assertNoEvents(); in TEST_F()1200 leftForegroundWindow->assertNoEvents(); in TEST_F()1201 leftWallpaperWindow->assertNoEvents(); in TEST_F()[all …]
201 void FakeInputReceiver::assertNoEvents(std::chrono::milliseconds timeout) { in assertNoEvents() function in android::FakeInputReceiver319 void FakeWindowHandle::assertNoEvents(std::optional<std::chrono::milliseconds> timeout) { in assertNoEvents() function in android::FakeWindowHandle325 mInputReceiver->assertNoEvents(timeout.value_or(CONSUME_TIMEOUT_NO_EVENT_EXPECTED)); in assertNoEvents()
93 void assertNoEvents(std::chrono::milliseconds timeout);378 void assertNoEvents(std::optional<std::chrono::milliseconds> timeout = {});
1745 public void assertNoEvents() { in assertNoEvents() method in ViewRootImplTest.InputView1746 mVerifier.assertNoEvents(); in assertNoEvents()1774 view.assertNoEvents(); in checkKeyEvent()