/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethod.java | 221 public void hideSoftInput(int flags, ResultReceiver resultReceiver); in hideSoftInput() method
|
D | InputMethodManager.java | 1049 return mService.hideSoftInput(mClient, flags, resultReceiver); in hideSoftInputFromWindow() 1404 mService.hideSoftInput(mClient, HIDE_NOT_ALWAYS, null); in closeCurrentInput()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | IInputMethod.aidl | 53 void hideSoftInput(int flags, in ResultReceiver resultReceiver); in hideSoftInput() method
|
D | IInputMethodManager.aidl | 54 boolean hideSoftInput(in IInputMethodClient client, int flags, in hideSoftInput() method
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | IInputMethodWrapper.java | 206 inputMethod.hideSoftInput(msg.arg1, (ResultReceiver)msg.obj); in executeMessage() 316 public void hideSoftInput(int flags, ResultReceiver resultReceiver) { in hideSoftInput() method in IInputMethodWrapper
|
D | InputMethodService.java | 412 public void hideSoftInput(int flags, ResultReceiver resultReceiver) { in hideSoftInput() method in InputMethodService.InputMethodImpl
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeIInputMethodManager.java | 97 public boolean hideSoftInput(IInputMethodClient arg0, int arg1, ResultReceiver arg2) in hideSoftInput() method in BridgeIInputMethodManager
|
/frameworks/base/core/java/android/widget/ |
D | NumberPicker.java | 682 hideSoftInput(); in NumberPicker() 694 hideSoftInput(); in NumberPicker() 884 hideSoftInput(); in onInterceptTouchEvent() 888 hideSoftInput(); in onInterceptTouchEvent() 1278 private void hideSoftInput() { in hideSoftInput() method in NumberPicker
|
/frameworks/base/services/core/java/com/android/server/ |
D | InputMethodManagerService.java | 2090 public boolean hideSoftInput(IInputMethodClient client, int flags, in hideSoftInput() method in InputMethodManagerService 2745 ((IInputMethod)args.arg1).hideSoftInput(0, (ResultReceiver)args.arg2); in handleMessage()
|
/frameworks/base/docs/html/ndk/reference/ |
D | group___native_activity.jd | 422 <p>Hide the IME while in the given activity. Calls InputMethodManager.hideSoftInput() for the given…
|
/frameworks/base/api/ |
D | current.txt | 14257 method public void hideSoftInput(int, android.os.ResultReceiver); 38414 method public abstract void hideSoftInput(int, android.os.ResultReceiver);
|
D | system-current.txt | 15205 method public void hideSoftInput(int, android.os.ResultReceiver); 40709 method public abstract void hideSoftInput(int, android.os.ResultReceiver);
|