Searched defs:showSoftInput (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java180 * Flag for {@link #showSoftInput}: this show has been explicitly
188 * Flag for {@link #showSoftInput}: this show has been forced to
207 public void showSoftInput(int flags, ResultReceiver resultReceiver); method in interface:InputMethod
H A DInputMethodManager.java668 * Flag for {@link #showSoftInput} to indicate that this is an implicit
675 * Flag for {@link #showSoftInput} to indicate that the user has forced
682 * Synonym for {@link #showSoftInput(View, int, ResultReceiver)} without
691 public boolean showSoftInput(View view, int flags) { method in class:InputMethodManager
692 return showSoftInput(view, flags, null);
697 * {@link #showSoftInput(View, int, ResultReceiver)} and
705 * {@link #showSoftInput(View, int, ResultReceiver)} and
713 * {@link #showSoftInput(View, int, ResultReceiver)} and
721 * {@link #showSoftInput(View, int, ResultReceiver)} and
743 public boolean showSoftInput(Vie method in class:InputMethodManager
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java164 mInputMethod.showSoftInput(msg.arg1, (ResultReceiver)msg.obj);
245 public void showSoftInput(int flags, ResultReceiver resultReceiver) { method in class:IInputMethodWrapper
H A DInputMethodService.java383 public void showSoftInput(int flags, ResultReceiver resultReceiver) { method in class:InputMethodService.InputMethodImpl
384 if (DEBUG) Log.v(TAG, "showSoftInput()");
1230 * {@link InputMethod#showSoftInput InputMethod.showSoftInput()}
1237 * as per {@link InputMethod#showSoftInput InputMethod.showSoftInput()}.
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java999 public boolean showSoftInput(IInputMethodClient client, int flags, method in class:InputMethodManagerService
1011 Slog.w(TAG, "Ignoring showSoftInput of: " + client);
1317 ((IInputMethod)args.arg1).showSoftInput(msg.arg1,

Completed in 78 milliseconds