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.java332 public static final int IME_ACTIVE = 0x1; field in InputMethodService
1063 IME_ACTIVE | (showing ? IME_VISIBLE : 0), mBackDisposition); in resetStateForNewConfiguration()
1823 (mWindowVisible ? IME_ACTIVE : 0) | (isInputViewShown() ? IME_VISIBLE : 0); in showWindowInner()
1867 if ((previousImeWindowStatus & IME_ACTIVE) == 0) { in showWindowInner()
2849 return IME_ACTIVE | (isInputViewShown ? IME_VISIBLE : 0); in mapToImeWindowStatus()
/frameworks/base/services/core/java/com/android/server/
DInputMethodManagerService.java2088 if ((mImeWindowVis & InputMethodService.IME_ACTIVE) != 0 && savePosition) { in unbindCurrentMethodLocked()
2228 if ((visibility & InputMethodService.IME_ACTIVE) == 0) return false; in shouldShowImeSwitcherLocked()
2707 (mImeWindowVis & InputMethodService.IME_ACTIVE) != 0); in hideCurrentInputLocked()
4524 if ((imeWindowVis & InputMethodService.IME_ACTIVE) != 0) { in imeWindowStatusToString()