Searched defs:hideSoftInput (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | IMultiClientInputMethodSession.aidl | 28 void hideSoftInput(int flags, in ResultReceiver resultReceiver); in hideSoftInput() method
|
/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 | 46 boolean hideSoftInput(in IInputMethodClient client, int flags, in hideSoftInput() method
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethod.java | 306 public void hideSoftInput(int flags, ResultReceiver resultReceiver); in hideSoftInput() method
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | MultiClientInputMethodClientCallbackAdaptor.java | 355 public void hideSoftInput(int flags, ResultReceiver resultReceiver) { in hideSoftInput() method in MultiClientInputMethodClientCallbackAdaptor.MultiClientInputMethodSessionImpl 462 void hideSoftInput(int flags, ResultReceiver resultReceiver) { in hideSoftInput() method in MultiClientInputMethodClientCallbackAdaptor.CallbackImpl
|
D | IInputMethodWrapper.java | 363 public void hideSoftInput(int flags, ResultReceiver resultReceiver) { in hideSoftInput() method in IInputMethodWrapper
|
D | InputMethodService.java | 594 public void hideSoftInput(int flags, ResultReceiver resultReceiver) { in hideSoftInput() method in InputMethodService.InputMethodImpl
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | MultiClientInputMethodManagerService.java | 1475 public boolean hideSoftInput( in hideSoftInput() method in MultiClientInputMethodManagerService.ApiCallbacks
|
D | InputMethodManagerService.java | 2833 public boolean hideSoftInput(IInputMethodClient client, int flags, in hideSoftInput() method in InputMethodManagerService
|
/frameworks/base/core/java/android/widget/ |
D | NumberPicker.java | 1328 private void hideSoftInput() { in hideSoftInput() method in NumberPicker
|