Searched defs:expectedVisibility (Results 1 – 2 of 2) sorted by relevance
66 boolean expectedVisibility) { in waitForMatchingWindowVisibility()82 private boolean checkMatchingWindowVisibility(String name, boolean expectedVisibility) { in checkMatchingWindowVisibility()
105 int expectedVisibility = mTestSurfaceView.getVisibility(); in testSurfaceView() local