Searched defs:hideSoftInput (Results 1 - 6 of 6) 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
/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.java419 public void hideSoftInput(int flags, ResultReceiver resultReceiver) { method in class:InputMethodService.InputMethodImpl
420 if (DEBUG) Log.v(TAG, "hideSoftInput()");
/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/widget/
H A DNumberPicker.java682 hideSoftInput();
694 hideSoftInput();
884 hideSoftInput();
888 hideSoftInput();
1278 private void hideSoftInput() { method in class:NumberPicker
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java2152 public boolean hideSoftInput(IInputMethodClient client, int flags, method in class:InputMethodManagerService
2168 if (DEBUG) Slog.w(TAG, "Ignoring hideSoftInput of uid "
2196 // There is a chance that IMM#hideSoftInput() is called in a transient state where
2199 // historically we have accepted an incoming call of IMM#hideSoftInput() from the
2201 // since Android Eclair. That's why we need to accept IMM#hideSoftInput() even when only
2843 if (DEBUG) Slog.v(TAG, "Calling " + args.arg1 + ".hideSoftInput(0, "
2845 ((IInputMethod)args.arg1).hideSoftInput(0, (ResultReceiver)args.arg2);

Completed in 547 milliseconds