Searched refs:shown (Results 1 – 5 of 5) sorted by relevance
14 directory into the ayeaye checker (as shown in
359 public boolean waitForWindowSurfaceShown(String windowName, boolean shown) { in waitForWindowSurfaceShown() argument360 final String message = windowName + "'s isWindowSurfaceShown to return " + shown; in waitForWindowSurfaceShown()363 return isWindowSurfaceShown(windowName) == shown; in waitForWindowSurfaceShown()371 public void waitAndAssertWindowSurfaceShown(String windowName, boolean shown) {372 assertTrue(waitForWindowSurfaceShown(windowName, shown));
2276 mShown = surfaceProto.shown;
338 final InputMethodInfo shown = getImi(imis, MOCK_IME_ID); in testShowInInputMethodPicker() local339 assertThat(shown).isNotNull(); in testShowInInputMethodPicker()340 assertThat(shown.shouldShowInInputMethodPicker()).isTrue(); in testShowInInputMethodPicker()
41 // ID exactly as shown in the CDD