Searched refs:IME_VISIBLE (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarFragmentTest.java | 20 import static android.inputmethodservice.InputMethodService.IME_VISIBLE; 185 mCommandQueue.setImeWindowStatus(DEFAULT_DISPLAY, null, IME_VISIBLE, in testSetImeWindowStatusWhenImeSwitchOnDisplay() 197 IME_VISIBLE, BACK_DISPOSITION_DEFAULT, true); in testSetImeWindowStatusWhenImeSwitchOnDisplay()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | SizeCompatModeActivityControllerTest.java | 93 mController.setImeWindowStatus(DISPLAY_ID, null /* token */, InputMethodService.IME_VISIBLE, in testChangeButtonVisibilityOnImeShowHide()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | InputMethodService.java | 347 public static final int IME_VISIBLE = 0x2; field in InputMethodService 1142 setImeWindowStatus(IME_ACTIVE | (showing ? IME_VISIBLE : 0), mBackDisposition); in resetStateForNewConfiguration() 1883 ? (isPreRenderedAndInvisible ? IME_INVISIBLE : IME_VISIBLE) : 0); in showWindow() 3031 ? (mCanPreRender ? (mWindowVisible ? IME_VISIBLE : IME_INVISIBLE) in mapToImeWindowStatus() 3032 : IME_VISIBLE) : 0); in mapToImeWindowStatus()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SizeCompatModeActivityController.java | 89 boolean imeShown = (vis & InputMethodService.IME_VISIBLE) != 0; in setImeWindowStatus()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarFragment.java | 432 boolean imeShown = (vis & InputMethodService.IME_VISIBLE) != 0; in setImeWindowStatus()
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/ |
D | CarStatusBar.java | 1115 boolean isKeyboardVisible = (vis & InputMethodService.IME_VISIBLE) != 0; in setImeWindowStatus()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerService.java | 2445 } else if ((visibility & InputMethodService.IME_VISIBLE) == 0) { in shouldShowImeSwitcherLocked() 2528 dismissImeOnBackKeyPressed = ((vis & InputMethodService.IME_VISIBLE) != 0); in setImeWindowStatus() 2532 (vis & InputMethodService.IME_VISIBLE) != 0, dismissImeOnBackKeyPressed); in setImeWindowStatus()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 32675 Landroid/inputmethodservice/InputMethodService;->IME_VISIBLE:I
|