Home
last modified time | relevance | path

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

/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DWallpaperWindowsTestUtils.java65 boolean expectedVisibility) { in waitForMatchingWindowVisibility() argument
67 (wmState) -> checkMatchingWindowVisibility(name, expectedVisibility), in waitForMatchingWindowVisibility()
68 "Visibility of " + name + " is not " + expectedVisibility); in waitForMatchingWindowVisibility()
81 private boolean checkMatchingWindowVisibility(String name, boolean expectedVisibility) { in checkMatchingWindowVisibility() argument
84 w -> w.getName().equals(name) && w.isSurfaceShown() == expectedVisibility); in checkMatchingWindowVisibility()
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceViewTest.java88 int expectedVisibility = mMockSurfaceView.getVisibility(); in testSurfaceView() local
90 assertEquals(expectedVisibility, actualVisibility); in testSurfaceView()