Searched refs:IME_ACTIVE (Results 1 – 2 of 2) sorted by relevance
354 public static final int IME_ACTIVE = 0x1; field in InputMethodService688 setImeWindowStatus(IME_ACTIVE | IME_INVISIBLE, mBackDisposition); in hideSoftInput()1361 setImeWindowStatus(IME_ACTIVE | (showing ? IME_VISIBLE : 0), mBackDisposition); in resetStateForNewConfiguration()2103 (mDecorViewVisible ? IME_ACTIVE : 0) | (isInputViewShown() in showWindow()2124 if ((previousImeWindowStatus & IME_ACTIVE) == 0) { in showWindow()3270 return IME_ACTIVE in mapToImeWindowStatus()
2810 if ((visibility & InputMethodService.IME_ACTIVE) == 0 in shouldShowImeSwitcherLocked()2931 + " active: " + (vis & InputMethodService.IME_ACTIVE) in updateSystemUiLocked()3295 (mImeWindowVis & InputMethodService.IME_ACTIVE) != 0); in hideCurrentInputLocked()