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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java765 public static final int HIDE_IMPLICIT_ONLY = 0x0001; field in class:InputMethodManager
782 * 0 or have the {@link #HIDE_IMPLICIT_ONLY} bit set.
797 * 0 or have the {@link #HIDE_IMPLICIT_ONLY} bit set.
831 * 0 or have the {@link #HIDE_IMPLICIT_ONLY},
856 * 0 or have the {@link #HIDE_IMPLICIT_ONLY},
1276 * 0 or have the {@link #HIDE_IMPLICIT_ONLY},
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java1031 if ((flags&InputMethodManager.HIDE_IMPLICIT_ONLY) != 0

Completed in 24 milliseconds