Searched refs:IME_ACTIVE (Results 1 – 4 of 4) sorted by relevance
19 import static android.inputmethodservice.InputMethodService.IME_ACTIVE;137 mInputMethodManagerService.mImeWindowVis = IME_ACTIVE; in testApplyImeVisibility_hideImeExplicit()147 mInputMethodManagerService.mImeWindowVis = IME_ACTIVE; in testApplyImeVisibility_hideNotAlways()
517 public static final int IME_ACTIVE = 0x1; field in InputMethodService1973 setImeWindowStatus(IME_ACTIVE | (showing ? IME_VISIBLE : 0), mBackDisposition); in resetStateForNewConfiguration()3113 (mDecorViewVisible ? IME_ACTIVE : 0) | (isInputViewShown()4440 return IME_ACTIVE
2713 InputMethodService.IME_ACTIVE | InputMethodService.IME_VISIBLE, in getInputMethodNavButtonFlagsLocked()2736 if ((visibility & InputMethodService.IME_ACTIVE) == 0 in shouldShowImeSwitcherLocked()2878 + " active: " + (vis & InputMethodService.IME_ACTIVE) in updateSystemUiLocked()3660 && (isInputShownLocked() || (mImeWindowVis & InputMethodService.IME_ACTIVE) != 0); in hideCurrentInputLocked()
22545 Landroid/inputmethodservice/InputMethodService;->IME_ACTIVE:I