Searched refs:IME_VISIBLE_IMPERCEPTIBLE (Results 1 – 3 of 3) sorted by relevance
346 imeShown = (vis & InputMethodService.IME_VISIBLE_IMPERCEPTIBLE) != 0; in setImeWindowStatus()
520 public static final int IME_VISIBLE_IMPERCEPTIBLE = 0x8; field in InputMethodService
3246 vis |= InputMethodService.IME_VISIBLE_IMPERCEPTIBLE; in updateSystemUiLocked()3249 vis &= ~InputMethodService.IME_VISIBLE_IMPERCEPTIBLE; in updateSystemUiLocked()