Searched refs:IME_VISIBLE (Results 1 – 3 of 3) sorted by relevance
338 public static final int IME_VISIBLE = 0x2; field in InputMethodService1063 IME_ACTIVE | (showing ? IME_VISIBLE : 0), mBackDisposition); in resetStateForNewConfiguration()1823 (mWindowVisible ? IME_ACTIVE : 0) | (isInputViewShown() ? IME_VISIBLE : 0); in showWindowInner()2849 return IME_ACTIVE | (isInputViewShown ? IME_VISIBLE : 0); in mapToImeWindowStatus()
2237 } else if ((visibility & InputMethodService.IME_VISIBLE) == 0) { in shouldShowImeSwitcherLocked()2315 dismissImeOnBackKeyPressed = ((vis & InputMethodService.IME_VISIBLE) != 0); in setImeWindowStatus()2319 (vis & InputMethodService.IME_VISIBLE) != 0, in setImeWindowStatus()4528 if ((imeWindowVis & InputMethodService.IME_VISIBLE) != 0) { in imeWindowStatusToString()
356 boolean imeShown = (vis & InputMethodService.IME_VISIBLE) != 0; in setImeWindowStatus()