Home
last modified time | relevance | path

Searched refs:IME_VISIBLE_IMPERCEPTIBLE (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DTaskbarDelegate.java346 imeShown = (vis & InputMethodService.IME_VISIBLE_IMPERCEPTIBLE) != 0; in setImeWindowStatus()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java520 public static final int IME_VISIBLE_IMPERCEPTIBLE = 0x8; field in InputMethodService
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java3246 vis |= InputMethodService.IME_VISIBLE_IMPERCEPTIBLE; in updateSystemUiLocked()
3249 vis &= ~InputMethodService.IME_VISIBLE_IMPERCEPTIBLE; in updateSystemUiLocked()