Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
DNavigationBarTest.java24 import static android.inputmethodservice.InputMethodService.IME_VISIBLE;
447 defaultNavBar.setImeWindowStatus(DEFAULT_DISPLAY, null, IME_VISIBLE, in testSetImeWindowStatusWhenImeSwitchOnDisplay()
459 externalNavBar.setImeWindowStatus(EXTERNAL_DISPLAY_ID, null, IME_VISIBLE, in testSetImeWindowStatusWhenImeSwitchOnDisplay()
484 mNavigationBar.setImeWindowStatus(DEFAULT_DISPLAY, null, IME_VISIBLE, in testSetImeWindowStatusWhenKeyguardLockingAndImeInsetsChange()
494 mNavigationBar.setImeWindowStatus(DEFAULT_DISPLAY, null, IME_VISIBLE, in testSetImeWindowStatusWhenKeyguardLockingAndImeInsetsChange()
505 mNavigationBar.setImeWindowStatus(DEFAULT_DISPLAY, null, IME_VISIBLE, in testSetImeWindowStatusWhenKeyguardLockingAndImeInsetsChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DWMShell.java360 && (vis & InputMethodService.IME_VISIBLE) != 0) { in initOneHanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavBarHelper.java510 || (!isKeyguardShowing && (vis & InputMethodService.IME_VISIBLE) != 0); in isImeShown()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java523 public static final int IME_VISIBLE = 0x2; field in InputMethodService
1973 setImeWindowStatus(IME_ACTIVE | (showing ? IME_VISIBLE : 0), mBackDisposition); in resetStateForNewConfiguration()
3114 ? (!mWindowVisible ? IME_INVISIBLE : IME_VISIBLE) : 0);
4441 | (isInputViewShown() ? IME_VISIBLE : 0);
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java2713 InputMethodService.IME_ACTIVE | InputMethodService.IME_VISIBLE, in getInputMethodNavButtonFlagsLocked()
2746 } else if ((visibility & InputMethodService.IME_VISIBLE) == 0) { in shouldShowImeSwitcherLocked()
2827 dismissImeOnBackKeyPressed = ((vis & InputMethodService.IME_VISIBLE) != 0); in setImeWindowStatus()
2892 if ((vis & InputMethodService.IME_VISIBLE) != 0) { in updateSystemUiLocked()
2893 vis &= ~InputMethodService.IME_VISIBLE; in updateSystemUiLocked()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22546 Landroid/inputmethodservice/InputMethodService;->IME_VISIBLE:I