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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPasswordView.java80 mImm.showSoftInput(mPasswordEntry, InputMethodManager.SHOW_IMPLICIT);
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java1073 flags |= InputMethodManager.SHOW_IMPLICIT;
1756 if ((flags&InputMethodManager.SHOW_IMPLICIT) == 0) {
1969 showCurrentInputLocked(InputMethodManager.SHOW_IMPLICIT, null);
1995 showCurrentInputLocked(InputMethodManager.SHOW_IMPLICIT, null);
2005 showCurrentInputLocked(InputMethodManager.SHOW_IMPLICIT, null);
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java847 public static final int SHOW_IMPLICIT = 0x0001; field in class:InputMethodManager
864 * 0 or have the {@link #SHOW_IMPLICIT} bit set.
911 * 0 or have the {@link #SHOW_IMPLICIT} bit set.
1011 * 0 or have the {@link #SHOW_IMPLICIT},
1036 * 0 or have the {@link #SHOW_IMPLICIT},
1580 * 0 or have the {@link #SHOW_IMPLICIT} or

Completed in 128 milliseconds