Searched refs:HIDE_IMPLICIT_ONLY (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java948 public static final int HIDE_IMPLICIT_ONLY = 0x0001; field in class:InputMethodManager
965 * 0 or have the {@link #HIDE_IMPLICIT_ONLY} bit set.
980 * 0 or have the {@link #HIDE_IMPLICIT_ONLY} bit set.
1014 * 0 or have the {@link #HIDE_IMPLICIT_ONLY},
1039 * 0 or have the {@link #HIDE_IMPLICIT_ONLY},
1559 * 0 or have the {@link #HIDE_IMPLICIT_ONLY},
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java1840 if ((flags&InputMethodManager.HIDE_IMPLICIT_ONLY) != 0

Completed in 34 milliseconds