Searched refs:IME_VISIBLE (Results 1 – 3 of 3) sorted by relevance
252 public static final int IME_VISIBLE = 0x2; field in InputMethodService436 mImm.setImeWindowStatus(mToken, IME_ACTIVE | (showing ? IME_VISIBLE : 0), in showSoftInput()803 mImm.setImeWindowStatus(mToken, IME_ACTIVE | (showing ? IME_VISIBLE : 0), in onConfigurationChanged()
941 | (inputVisible ? InputMethodService.IME_VISIBLE : 0); in refreshImeWindowVisibilityLocked()1585 || (vis & (InputMethodService.IME_VISIBLE)) != 0); in setImeWindowStatus()
2792 boolean imeShown = (vis & InputMethodService.IME_VISIBLE) != 0;