Searched defs:showSoftInput (Results 1 - 7 of 7) 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.java745 * Flag for {@link #showSoftInput} to indicate that this is an implicit
752 * Flag for {@link #showSoftInput} to indicate that the user has forced
759 * Synonym for {@link #showSoftInput(View, int, ResultReceiver)} without
768 public boolean showSoftInput(View view, int flags) { method in class:InputMethodManager
769 return showSoftInput(view, flags, null);
774 * {@link #showSoftInput(View, int, ResultReceiver)} and
782 * {@link #showSoftInput(View, int, ResultReceiver)} and
790 * {@link #showSoftInput(View, int, ResultReceiver)} and
798 * {@link #showSoftInput(View, int, ResultReceiver)} and
820 public boolean showSoftInput(Vie method in class:InputMethodManager
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java184 inputMethod.showSoftInput(msg.arg1, (ResultReceiver)msg.obj);
272 public void showSoftInput(int flags, ResultReceiver resultReceiver) { method in class:IInputMethodWrapper
H A DInputMethodService.java417 public void showSoftInput(int flags, ResultReceiver resultReceiver) { method in class:InputMethodService.InputMethodImpl
418 if (DEBUG) Log.v(TAG, "showSoftInput()");
1323 * {@link InputMethod#showSoftInput InputMethod.showSoftInput()}
1330 * as per {@link InputMethod#showSoftInput InputMethod.showSoftInput()}.
/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java148 public void showSoftInput() { method in class:FindActionModeCallback
151 mInput.showSoftInput(mEditText, 0);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeIInputMethodManager.java157 public boolean showSoftInput(IInputMethodClient arg0, int arg1, ResultReceiver arg2) method in class:BridgeIInputMethodManager
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java1349 public boolean showSoftInput(IInputMethodClient client, int flags, method in class:InputMethodManagerService
1362 Slog.w(TAG, "Ignoring showSoftInput of uid " + uid + ": " + client);
1907 ((IInputMethod)args.arg1).showSoftInput(msg.arg1,

Completed in 660 milliseconds