Searched refs:expectedVisibility (Results 1 – 2 of 2) sorted by relevance
65 boolean expectedVisibility) { in waitForMatchingWindowVisibility() argument67 (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() argument84 w -> w.getName().equals(name) && w.isSurfaceShown() == expectedVisibility); in checkMatchingWindowVisibility()
88 int expectedVisibility = mMockSurfaceView.getVisibility(); in testSurfaceView() local90 assertEquals(expectedVisibility, actualVisibility); in testSurfaceView()