Home
last modified time | relevance | path

Searched refs:HIDE_NOT_ALWAYS (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java1015 public static final int HIDE_NOT_ALWAYS = 0x0002; field in InputMethodManager
1392 mService.hideSoftInput(mClient, HIDE_NOT_ALWAYS, null); in closeCurrentInput()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java2285 requestHideSelf(InputMethodManager.HIDE_NOT_ALWAYS); in onExtractingInputChanged()
/frameworks/base/services/core/java/com/android/server/
DInputMethodManagerService.java1953 if (mShowForced && (flags&InputMethodManager.HIDE_NOT_ALWAYS) != 0) { in hideCurrentInputLocked()
2060 hideCurrentInputLocked(InputMethodManager.HIDE_NOT_ALWAYS, null); in windowGainedFocus()
/frameworks/base/api/
Dsystem-current.txt38047 field public static final int HIDE_NOT_ALWAYS = 2; // 0x2
Dcurrent.txt35813 field public static final int HIDE_NOT_ALWAYS = 2; // 0x2