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