Searched refs:hideSoftInput (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java221 public void hideSoftInput(int flags, ResultReceiver resultReceiver); method in interface:InputMethod
H A DInputMethodManager.java982 return mService.hideSoftInput(mClient, flags, resultReceiver);
1308 mService.hideSoftInput(mClient, HIDE_NOT_ALWAYS, null);
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethod.aidl55 void hideSoftInput(int flags, in ResultReceiver resultReceiver);
H A DIInputMethodManager.aidl50 boolean hideSoftInput(in IInputMethodClient client, int flags,
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeIInputMethodManager.java97 public boolean hideSoftInput(IInputMethodClient arg0, int arg1, ResultReceiver arg2) method in class:BridgeIInputMethodManager
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java191 inputMethod.hideSoftInput(msg.arg1, (ResultReceiver)msg.obj);
281 public void hideSoftInput(int flags, ResultReceiver resultReceiver) { method in class:IInputMethodWrapper
H A DInputMethodService.java401 public void hideSoftInput(int flags, ResultReceiver resultReceiver) { method in class:InputMethodService.InputMethodImpl
402 if (DEBUG) Log.v(TAG, "hideSoftInput()");
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java628 hideSoftInput();
640 hideSoftInput();
830 hideSoftInput();
834 hideSoftInput();
1163 private void hideSoftInput() { method in class:NumberPicker
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java1747 public boolean hideSoftInput(IInputMethodClient client, int flags, method in class:InputMethodManagerService
1763 if (DEBUG) Slog.w(TAG, "Ignoring hideSoftInput of uid "
2299 ((IInputMethod)args.arg1).hideSoftInput(0,

Completed in 1248 milliseconds