/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
|
D | InputMethodManager.java | 1513 return mService.hideSoftInput(mClient, flags, resultReceiver); in hideSoftInputFromWindow() 1916 mService.hideSoftInput(mClient, HIDE_NOT_ALWAYS, null); in closeCurrentInput()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | MultiClientInputMethodClientCallbackAdaptor.java | 355 public void hideSoftInput(int flags, ResultReceiver resultReceiver) { in hideSoftInput() method in MultiClientInputMethodClientCallbackAdaptor.MultiClientInputMethodSessionImpl 361 CallbackImpl::hideSoftInput, mCallbackImpl, flags, in hideSoftInput() 462 void hideSoftInput(int flags, ResultReceiver resultReceiver) { in hideSoftInput() method in MultiClientInputMethodClientCallbackAdaptor.CallbackImpl
|
D | IInputMethodWrapper.java | 223 inputMethod.hideSoftInput(msg.arg1, (ResultReceiver)msg.obj); in executeMessage() 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/core/java/android/widget/ |
D | NumberPicker.java | 721 hideSoftInput(); in NumberPicker() 733 hideSoftInput(); in NumberPicker() 903 hideSoftInput(); in onInterceptTouchEvent() 1327 private void hideSoftInput() { in hideSoftInput() method in NumberPicker 1865 hideSoftInput(); in changeValueByOne()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | MultiClientInputMethodManagerService.java | 1475 public boolean hideSoftInput( in hideSoftInput() method in MultiClientInputMethodManagerService.ApiCallbacks 1500 clientInfo.mMSInputMethodSession.hideSoftInput(flags, resultReceiver); in hideSoftInput()
|
D | InputMethodManagerService.java | 2833 public boolean hideSoftInput(IInputMethodClient client, int flags, in hideSoftInput() method in InputMethodManagerService 3739 ((IInputMethod)args.arg1).hideSoftInput(0, (ResultReceiver)args.arg2); in handleMessage()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/services/ |
D | art-profile | 7301 PLcom/android/server/inputmethod/InputMethodManagerService;->hideSoftInput(Lcom/android/internal/vi…
|