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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java175 * Flag for {@link #showSoftInput}: this show has been explicitly
183 * Flag for {@link #showSoftInput}: this show has been forced to
202 public void showSoftInput(int flags, ResultReceiver resultReceiver); method in interface:InputMethod
H A DInputMethodManager.java659 * Flag for {@link #showSoftInput} to indicate that this is an implicit
666 * Flag for {@link #showSoftInput} to indicate that the user has forced
673 * Synonym for {@link #showSoftInput(View, int, ResultReceiver)} without
682 public boolean showSoftInput(View view, int flags) { method in class:InputMethodManager
683 return showSoftInput(view, flags, null);
688 * {@link #showSoftInput(View, int, ResultReceiver)} and
696 * {@link #showSoftInput(View, int, ResultReceiver)} and
704 * {@link #showSoftInput(View, int, ResultReceiver)} and
712 * {@link #showSoftInput(View, int, ResultReceiver)} and
734 public boolean showSoftInput(Vie method in class:InputMethodManager
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java148 mInputMethod.showSoftInput(msg.arg1, (ResultReceiver)msg.obj);
229 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()");
1223 * {@link InputMethod#showSoftInput InputMethod.showSoftInput()}
1230 * as per {@link InputMethod#showSoftInput InputMethod.showSoftInput()}.
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java943 public boolean showSoftInput(IInputMethodClient client, int flags, method in class:InputMethodManagerService
955 Log.w(TAG, "Ignoring showSoftInput of: " + client);
1256 ((IInputMethod)args.arg1).showSoftInput(msg.arg1,

Completed in 84 milliseconds