Searched refs:assertViewTreeStarted (Results 1 – 8 of 8) sorted by relevance
24 import static android.contentcaptureservice.cts.Assertions.assertViewTreeStarted;121 assertViewTreeStarted(events, 1); in assertJustInitialViewsAppeared()155 .assertViewTreeStarted() in assertInitialViewsAppeared()198 assertViewTreeStarted(events, i); in assertInitialViewsDisappeared()232 assertor.assertViewTreeStarted() in assertInitialViewsDisappeared()
30 import static android.contentcaptureservice.cts.Assertions.assertViewTreeStarted;317 .assertViewTreeStarted() in testAddAndRemoveImportantChild()324 .assertViewTreeStarted() in testAddAndRemoveImportantChild()363 .assertViewTreeStarted() in testAddImportantChildAfterSessionStarted()412 .assertViewTreeStarted() in testAddAndRemoveImportantChildOnDifferentSession()424 .assertViewTreeStarted() in testAddAndRemoveImportantChildOnDifferentSession()598 assertViewTreeStarted(childEvents, 0); in dinamicallyAddOneChildOnAnotherSessionTest()733 .assertViewTreeStarted() in testDinamicallyManageSiblingSessions()737 .assertViewTreeStarted() in testDinamicallyManageSiblingSessions()743 .assertViewTreeStarted() in testDinamicallyManageSiblingSessions()[all …]
47 .assertViewTreeStarted() in assertDefaultEvents()
24 import static android.contentcaptureservice.cts.Assertions.assertViewTreeStarted;133 assertViewTreeStarted(events, 1); in assertJustInitialViewsAppeared()
30 import static android.contentcaptureservice.cts.Assertions.assertViewTreeStarted;244 assertViewTreeStarted(mainEvents, 1); in testSimpleLifecycle_rootViewSession()380 assertViewTreeStarted(events, 2); in testSimpleLifecycle_changeContextOnCreate()903 .assertViewTreeStarted() in testViewAppeared_withNewContext()944 .assertViewTreeStarted() in testAddChildren_afterAnimation()
144 .assertViewTreeStarted() in testSessionLifecycleEvents()210 .assertViewTreeStarted() in testVirtualView_wrongWay()
87 public EventsAssertor assertViewTreeStarted() { in assertViewTreeStarted() method in EventsAssertor
253 public static void assertViewTreeStarted(@NonNull List<ContentCaptureEvent> events, in assertViewTreeStarted() method in Assertions