Searched defs:HIDE_NOT_ALWAYS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1016 public static final int HIDE_NOT_ALWAYS = 0x0002; field in class:InputMethodManager
1086 * {@link #HIDE_NOT_ALWAYS} bit set.
1111 * {@link #HIDE_NOT_ALWAYS} bit set.
1462 mService.hideSoftInput(mClient, HIDE_NOT_ALWAYS, null);
1792 * {@link #HIDE_NOT_ALWAYS} bit set.

Completed in 401 milliseconds