Searched refs:hideSoftInput (Results 1 - 7 of 7) 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.java822 return mService.hideSoftInput(mClient, flags, resultReceiver);
1119 mService.hideSoftInput(mClient, HIDE_NOT_ALWAYS, null);
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethod.aidl54 void hideSoftInput(int flags, in ResultReceiver resultReceiver);
H A DIInputMethodManager.aidl44 boolean hideSoftInput(in IInputMethodClient client, int flags,
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java179 inputMethod.hideSoftInput(msg.arg1, (ResultReceiver)msg.obj);
266 public void hideSoftInput(int flags, ResultReceiver resultReceiver) { method in class:IInputMethodWrapper
H A DInputMethodService.java365 public void hideSoftInput(int flags, ResultReceiver resultReceiver) { method in class:InputMethodService.InputMethodImpl
366 if (DEBUG) Log.v(TAG, "hideSoftInput()");
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java1077 public boolean hideSoftInput(IInputMethodClient client, int flags, method in class:InputMethodManagerService
1090 if (DEBUG) Slog.w(TAG, "Ignoring hideSoftInput of uid "
1345 ((IInputMethod)args.arg1).hideSoftInput(0,

Completed in 625 milliseconds