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

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

Completed in 67 milliseconds