Searched refs:showSoftInput (Results 1 - 11 of 11) 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.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/com/android/internal/view/
H A DIInputMethod.aidl52 void showSoftInput(int flags, in ResultReceiver resultReceiver);
H A DIInputMethodManager.aidl42 boolean showSoftInput(in IInputMethodClient client, int flags,
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
H A DButtonActivity.java44 imm.showSoftInput(v, 0);
/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.java963 public boolean showSoftInput(IInputMethodClient client, int flags, method in class:InputMethodManagerService
975 Log.w(TAG, "Ignoring showSoftInput of: " + client);
1281 ((IInputMethod)args.arg1).showSoftInput(msg.arg1,
/frameworks/base/core/java/android/webkit/
H A DWebView.java3081 imm.showSoftInput(mWebTextView, 0);
3094 imm.showSoftInput(this, 0);
4933 InputMethodManager.getInstance(getContext()).showSoftInput(mWebTextView,
/frameworks/base/core/java/android/app/
H A DSearchDialog.java1816 inputManager.showSoftInput(this, 0);
/frameworks/base/core/java/android/widget/
H A DTextView.java4366 imm.showSoftInput(this, 0);
6584 if (imm.showSoftInput(this, 0, csr) && csr != null) {

Completed in 189 milliseconds