Searched defs:showSoftInput (Results 1 - 8 of 8) 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.java894 * Flag for {@link #showSoftInput} to indicate that this is an implicit
901 * Flag for {@link #showSoftInput} to indicate that the user has forced
908 * Synonym for {@link #showSoftInput(View, int, ResultReceiver)} without
917 public boolean showSoftInput(View view, int flags) { method in class:InputMethodManager
918 return showSoftInput(view, flags, null);
923 * {@link #showSoftInput(View, int, ResultReceiver)} and
931 * {@link #showSoftInput(View, int, ResultReceiver)} and
939 * {@link #showSoftInput(View, int, ResultReceiver)} and
947 * {@link #showSoftInput(View, int, ResultReceiver)} and
979 public boolean showSoftInput(Vie method in class:InputMethodManager
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java206 inputMethod.showSoftInput(msg.arg1, (ResultReceiver)msg.obj);
319 public void showSoftInput(int flags, ResultReceiver resultReceiver) { method in class:IInputMethodWrapper
H A DInputMethodService.java439 public void showSoftInput(int flags, ResultReceiver resultReceiver) { method in class:InputMethodService.InputMethodImpl
440 if (DEBUG) Log.v(TAG, "showSoftInput()");
1516 * {@link InputMethod#showSoftInput InputMethod.showSoftInput()}
1523 * as per {@link InputMethod#showSoftInput InputMethod.showSoftInput()}.
1559 * as per {@link InputMethod#showSoftInput InputMethod.showSoftInput()}.
/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java155 public void showSoftInput() { method in class:FindActionModeCallback
157 mInput.showSoftInput(mEditText, 0);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeIInputMethodManager.java182 public boolean showSoftInput(IInputMethodClient arg0, int arg1, ResultReceiver arg2) method in class:BridgeIInputMethodManager
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java1248 showSoftInput();
1258 showSoftInput();
1267 private void showSoftInput() { method in class:NumberPicker
1274 inputMethodManager.showSoftInput(mInputText, 0);
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java2069 public boolean showSoftInput(IInputMethodClient client, int flags, method in class:InputMethodManagerService
2085 Slog.w(TAG, "Ignoring showSoftInput of uid " + uid + ": " + client);
2837 if (DEBUG) Slog.v(TAG, "Calling " + args.arg1 + ".showSoftInput("
2839 ((IInputMethod)args.arg1).showSoftInput(msg.arg1, (ResultReceiver)args.arg2);

Completed in 642 milliseconds