Home
last modified time | relevance | path

Searched refs:assertWindowBoundsChanged (Results 1 – 2 of 2) sorted by relevance

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DLoginActivityTest.java32 import static android.contentcaptureservice.cts.Assertions.assertWindowBoundsChanged;
232 assertWindowBoundsChanged(unfilteredEvents); in testSimpleLifecycle_rootViewSession()
DAssertions.java530 public static void assertWindowBoundsChanged(@NonNull List<ContentCaptureEvent> events) { in assertWindowBoundsChanged() method in Assertions