Searched refs:IME_INVISIBLE (Results 1 – 3 of 3) sorted by relevance
367 public static final int IME_INVISIBLE = 0x4; field in InputMethodService688 setImeWindowStatus(IME_ACTIVE | IME_INVISIBLE, mBackDisposition); in hideSoftInput()2104 ? (isPreRenderedAndInvisible ? IME_INVISIBLE : IME_VISIBLE) : 0); in showWindow()3272 ? (mCanPreRender ? (mWindowVisible ? IME_VISIBLE : IME_INVISIBLE) in mapToImeWindowStatus()
22 import static android.inputmethodservice.InputMethodService.IME_INVISIBLE;910 null /* token */, IME_INVISIBLE, BACK_DISPOSITION_DEFAULT, in sendImeInvisibleStatusForPrevNavBar()
2811 || (visibility & InputMethodService.IME_INVISIBLE) != 0) { in shouldShowImeSwitcherLocked()2932 + " inv: " + (vis & InputMethodService.IME_INVISIBLE) in updateSystemUiLocked()