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.java1067 return mService.hideSoftInput(mClient, flags, resultReceiver);
1462 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.aidl54 boolean hideSoftInput(in IInputMethodClient client, int flags,
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeIInputMethodManager.java99 public boolean hideSoftInput(IInputMethodClient arg0, int arg1, ResultReceiver arg2) method in class:BridgeIInputMethodManager
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java209 inputMethod.hideSoftInput(msg.arg1, (ResultReceiver)msg.obj);
325 public void hideSoftInput(int flags, ResultReceiver resultReceiver) { method in class:IInputMethodWrapper
H A DInputMethodService.java421 public void hideSoftInput(int flags, ResultReceiver resultReceiver) { method in class:InputMethodService.InputMethodImpl
422 if (DEBUG) Log.v(TAG, "hideSoftInput()");
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java685 hideSoftInput();
697 hideSoftInput();
887 hideSoftInput();
891 hideSoftInput();
1281 private void hideSoftInput() { method in class:NumberPicker
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java2156 public boolean hideSoftInput(IInputMethodClient client, int flags, method in class:InputMethodManagerService
2172 if (DEBUG) Slog.w(TAG, "Ignoring hideSoftInput of uid "
2200 // There is a chance that IMM#hideSoftInput() is called in a transient state where
2203 // historically we have accepted an incoming call of IMM#hideSoftInput() from the
2205 // since Android Eclair. That's why we need to accept IMM#hideSoftInput() even when only
2847 if (DEBUG) Slog.v(TAG, "Calling " + args.arg1 + ".hideSoftInput(0, "
2849 ((IInputMethod)args.arg1).hideSoftInput(0, (ResultReceiver)args.arg2);

Completed in 173 milliseconds