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

/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java914 flags |= InputMethodManager.SHOW_IMPLICIT;
1524 if ((flags&InputMethodManager.SHOW_IMPLICIT) == 0) {
1718 showCurrentInputLocked(InputMethodManager.SHOW_IMPLICIT, null);
1744 showCurrentInputLocked(InputMethodManager.SHOW_IMPLICIT, null);
1754 showCurrentInputLocked(InputMethodManager.SHOW_IMPLICIT, null);
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java778 public static final int SHOW_IMPLICIT = 0x0001; field in class:InputMethodManager
795 * 0 or have the {@link #SHOW_IMPLICIT} bit set.
842 * 0 or have the {@link #SHOW_IMPLICIT} bit set.
942 * 0 or have the {@link #SHOW_IMPLICIT},
967 * 0 or have the {@link #SHOW_IMPLICIT},
1499 * 0 or have the {@link #SHOW_IMPLICIT} or

Completed in 14 milliseconds