Home
last modified time | relevance | path

Searched refs:IME_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java354 public static final int IME_ACTIVE = 0x1; field in InputMethodService
688 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()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java2810 if ((visibility & InputMethodService.IME_ACTIVE) == 0 in shouldShowImeSwitcherLocked()
2931 + " active: " + (vis & InputMethodService.IME_ACTIVE) in updateSystemUiLocked()
3295 (mImeWindowVis & InputMethodService.IME_ACTIVE) != 0); in hideCurrentInputLocked()