Searched refs:imeWinState (Results 1 – 2 of 2) sorted by relevance
860 final WindowState imeWinState = Condition.waitForResult("IME window",867 assertNotNull("IME window must exist", imeWinState);868 assertTrue("IME window must be shown", imeWinState.isSurfaceShown());870 imeWinState.getDisplayId());874 final WindowState imeWinState = Condition.waitForResult("IME window",880 if (imeWinState == null) {883 assertFalse("IME window must be hidden", imeWinState.isSurfaceShown());885 imeWinState.getDisplayId());
674 WindowState imeWinState, DisplayContent display) { in assertImeWindowAndDisplayConfiguration() argument677 final Configuration configurationForIme = imeWinState.getMergedOverrideConfiguration(); in assertImeWindowAndDisplayConfiguration()