Searched refs:showSoftInput (Results 1 - 18 of 18) 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.java829 * Flag for {@link #showSoftInput} to indicate that this is an implicit
836 * Flag for {@link #showSoftInput} to indicate that the user has forced
843 * Synonym for {@link #showSoftInput(View, int, ResultReceiver)} without
852 public boolean showSoftInput(View view, int flags) { method in class:InputMethodManager
853 return showSoftInput(view, flags, null);
858 * {@link #showSoftInput(View, int, ResultReceiver)} and
866 * {@link #showSoftInput(View, int, ResultReceiver)} and
874 * {@link #showSoftInput(View, int, ResultReceiver)} and
882 * {@link #showSoftInput(View, int, ResultReceiver)} and
904 public boolean showSoftInput(Vie method in class:InputMethodManager
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethod.aidl53 void showSoftInput(int flags, in ResultReceiver resultReceiver);
H A DIInputMethodManager.aidl48 boolean showSoftInput(in IInputMethodClient client, int flags,
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
H A DButtonActivity.java60 imm.showSoftInput(v, 0);
/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java143 public void showSoftInput() { method in class:FindActionModeCallback
146 mInput.showSoftInput(mEditText, 0);
H A DWebViewClassic.java3673 mFindCallback.showSoftInput();
4787 imm.showSoftInput(mWebView, 0);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardPasswordView.java81 mImm.showSoftInput(mPasswordEntry, InputMethodManager.SHOW_IMPLICIT);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeIInputMethodManager.java180 public boolean showSoftInput(IInputMethodClient arg0, int arg1, ResultReceiver arg2) method in class:BridgeIInputMethodManager
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java188 inputMethod.showSoftInput(msg.arg1, (ResultReceiver)msg.obj);
276 public void showSoftInput(int flags, ResultReceiver resultReceiver) { method in class:IInputMethodWrapper
H A DInputMethodService.java419 public void showSoftInput(int flags, ResultReceiver resultReceiver) { method in class:InputMethodService.InputMethodImpl
420 if (DEBUG) Log.v(TAG, "showSoftInput()");
1348 * {@link InputMethod#showSoftInput InputMethod.showSoftInput()}
1355 * as per {@link InputMethod#showSoftInput InputMethod.showSoftInput()}.
/frameworks/base/core/java/android/app/
H A DNativeActivity.java369 mIMM.showSoftInput(mNativeContentView, mode);
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java893 showSoftInput();
1149 private void showSoftInput() { method in class:NumberPicker
1156 inputMethodManager.showSoftInput(mInputText, 0);
2115 showSoftInput();
2241 showSoftInput();
H A DSearchView.java1714 inputManager.showSoftInput(this, 0);
H A DTextView.java5329 imm.showSoftInput(this, 0);
7419 handled |= imm != null && imm.showSoftInput(this, 0);
H A DEditor.java1493 imm.showSoftInput(mTextView, 0, null);
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java1666 public boolean showSoftInput(IInputMethodClient client, int flags, method in class:InputMethodManagerService
1682 Slog.w(TAG, "Ignoring showSoftInput of uid " + uid + ": " + client);
2290 ((IInputMethod)args.arg1).showSoftInput(msg.arg1,
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java1808 if (imm.showSoftInput(mEST, 0, mSkr) && mSkr != null) {

Completed in 290 milliseconds