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.java995 return mService.hideSoftInput(mClient, flags, resultReceiver);
1328 mService.hideSoftInput(mClient, HIDE_NOT_ALWAYS, null);
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethod.aidl53 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.java205 inputMethod.hideSoftInput(msg.arg1, (ResultReceiver)msg.obj);
307 public void hideSoftInput(int flags, ResultReceiver resultReceiver) { method in class:IInputMethodWrapper
H A DInputMethodService.java402 public void hideSoftInput(int flags, ResultReceiver resultReceiver) { method in class:InputMethodService.InputMethodImpl
403 if (DEBUG) Log.v(TAG, "hideSoftInput()");
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java633 hideSoftInput();
645 hideSoftInput();
835 hideSoftInput();
839 hideSoftInput();
1193 private void hideSoftInput() { method in class:NumberPicker
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java1791 public boolean hideSoftInput(IInputMethodClient client, int flags, method in class:InputMethodManagerService
1807 if (DEBUG) Slog.w(TAG, "Ignoring hideSoftInput of uid "
2354 if (DEBUG) Slog.v(TAG, "Calling " + args.arg1 + ".hideSoftInput(0, "
2356 ((IInputMethod)args.arg1).hideSoftInput(0, (ResultReceiver)args.arg2);

Completed in 277 milliseconds