Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java265 public static final int IME_VISIBLE = 0x2; field in InputMethodService
489 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarFragment.java266 boolean imeShown = (vis & InputMethodService.IME_VISIBLE) != 0; in setImeWindowStatus()