Searched refs:IME_VISIBLE (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/ |
D | NavigationBarTest.java | 24 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/ |
D | WMShell.java | 360 && (vis & InputMethodService.IME_VISIBLE) != 0) { in initOneHanded()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | NavBarHelper.java | 510 || (!isKeyguardShowing && (vis & InputMethodService.IME_VISIBLE) != 0); in isImeShown()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | InputMethodService.java | 523 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/ |
D | InputMethodManagerService.java | 2713 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/ |
D | hiddenapi-max-target-o.txt | 22546 Landroid/inputmethodservice/InputMethodService;->IME_VISIBLE:I
|