Searched refs:IME_VISIBLE (Results 1 – 3 of 3) sorted by relevance
265 public static final int IME_VISIBLE = 0x2; field in InputMethodService489 IME_ACTIVE | (showing ? IME_VISIBLE : 0), mBackDisposition); in showSoftInput()961 IME_ACTIVE | (showing ? IME_VISIBLE : 0), mBackDisposition); in resetStateForNewConfiguration()1646 (mWindowVisible ? IME_ACTIVE : 0) | (isInputViewShown() ? IME_VISIBLE : 0); in showWindowInner()1685 final int nextImeWindowStatus = IME_ACTIVE | (isInputViewShown() ? IME_VISIBLE : 0); in showWindowInner()
264 boolean imeShown = (vis & InputMethodService.IME_VISIBLE) != 0; in setImeWindowStatus()
2124 } else if ((visibility & InputMethodService.IME_VISIBLE) == 0) { in shouldShowImeSwitcherLocked()2202 dismissImeOnBackKeyPressed = ((vis & InputMethodService.IME_VISIBLE) != 0); in setImeWindowStatus()2206 (vis & InputMethodService.IME_VISIBLE) != 0, in setImeWindowStatus()4358 if ((imeWindowVis & InputMethodService.IME_VISIBLE) != 0) { in imeWindowStatusToString()