Searched defs:hideSoftInput (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java273 public void hideSoftInput(int flags, ResultReceiver resultReceiver); method in interface:InputMethod
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java210 inputMethod.hideSoftInput(msg.arg1, (ResultReceiver)msg.obj);
345 public void hideSoftInput(int flags, ResultReceiver resultReceiver) { method in class:IInputMethodWrapper
H A DInputMethodService.java545 public void hideSoftInput(int flags, ResultReceiver resultReceiver) { method in class:InputMethodService.InputMethodImpl
546 if (DEBUG) Log.v(TAG, "hideSoftInput()");
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java688 hideSoftInput();
700 hideSoftInput();
870 hideSoftInput();
1293 private void hideSoftInput() { method in class:NumberPicker
1771 hideSoftInput();
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java2654 public boolean hideSoftInput(IInputMethodClient client, int flags, method in class:InputMethodManagerService
2670 if (DEBUG) Slog.w(TAG, "Ignoring hideSoftInput of uid "
2698 // There is a chance that IMM#hideSoftInput() is called in a transient state where
2701 // historically we have accepted an incoming call of IMM#hideSoftInput() from the
2703 // since Android Eclair. That's why we need to accept IMM#hideSoftInput() even when only
3409 if (DEBUG) Slog.v(TAG, "Calling " + args.arg1 + ".hideSoftInput(0, "
3411 ((IInputMethod)args.arg1).hideSoftInput(0, (ResultReceiver)args.arg2);

Completed in 127 milliseconds