Searched refs:IME_ACTIVE (Results 1 – 1 of 1) sorted by relevance
259 public static final int IME_ACTIVE = 0x1; field in InputMethodService489 IME_ACTIVE | (showing ? IME_VISIBLE : 0), mBackDisposition); in showSoftInput()961 IME_ACTIVE | (showing ? IME_VISIBLE : 0), mBackDisposition); in resetStateForNewConfiguration()1646 (mWindowVisible ? IME_ACTIVE : 0) | (isInputViewShown() ? IME_VISIBLE : 0); in showWindowInner()1685 final int nextImeWindowStatus = IME_ACTIVE | (isInputViewShown() ? IME_VISIBLE : 0); in showWindowInner()1690 if ((previousImeWindowStatus & IME_ACTIVE) == 0) { in showWindowInner()