Searched refs:IME_INVISIBLE (Results 1 – 3 of 3) sorted by relevance
354 public static final int IME_INVISIBLE = 0x4; field in InputMethodService602 setImeWindowStatus(IME_ACTIVE | IME_INVISIBLE, mBackDisposition); in hideSoftInput()665 setImeWindowStatus(IME_ACTIVE | IME_INVISIBLE, mBackDisposition); in notifyImeHidden()1883 ? (isPreRenderedAndInvisible ? IME_INVISIBLE : IME_VISIBLE) : 0); in showWindow()3031 ? (mCanPreRender ? (mWindowVisible ? IME_VISIBLE : IME_INVISIBLE) in mapToImeWindowStatus()
22 import static android.inputmethodservice.InputMethodService.IME_INVISIBLE;824 null /* token */, IME_INVISIBLE, BACK_DISPOSITION_DEFAULT, in sendImeInvisibleStatusForPrevNavBar()
2434 || (visibility & InputMethodService.IME_INVISIBLE) != 0) { in shouldShowImeSwitcherLocked()2557 + " inv: " + (vis & InputMethodService.IME_INVISIBLE) in updateSystemUiLocked()