Home
last modified time | relevance | path

Searched refs:SHOW_IMPLICIT (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
DKeyguardPasswordView.java81 mImm.showSoftInput(mPasswordEntry, InputMethodManager.SHOW_IMPLICIT); in onResume()
/frameworks/base/docs/html/training/keyboard-input/
Dvisibility.jd77 imm.showSoftInput(view, InputMethodManager.SHOW_IMPLICIT);
/frameworks/base/services/java/com/android/server/
DInputMethodManagerService.java1057 flags |= InputMethodManager.SHOW_IMPLICIT; in getAppShowFlags()
1743 if ((flags&InputMethodManager.SHOW_IMPLICIT) == 0) { in showCurrentInputLocked()
1956 showCurrentInputLocked(InputMethodManager.SHOW_IMPLICIT, null); in windowGainedFocus()
1982 showCurrentInputLocked(InputMethodManager.SHOW_IMPLICIT, null); in windowGainedFocus()
1992 showCurrentInputLocked(InputMethodManager.SHOW_IMPLICIT, null); in windowGainedFocus()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java846 public static final int SHOW_IMPLICIT = 0x0001; field in InputMethodManager
/frameworks/base/api/
Dcurrent.txt27951 field public static final int SHOW_IMPLICIT = 1; // 0x1