/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 | 58 void hideSoftInput(in IBinder hideInputToken, int flags, in ResultReceiver resultReceiver); in hideSoftInput() method
|
D | IInputMethodManager.aidl | 46 boolean hideSoftInput(in IInputMethodClient client, IBinder windowToken, int flags, in hideSoftInput() method
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | MultiClientInputMethodClientCallbackAdaptor.java | 362 public void hideSoftInput(int flags, ResultReceiver resultReceiver) { in hideSoftInput() method in MultiClientInputMethodClientCallbackAdaptor.MultiClientInputMethodSessionImpl 368 CallbackImpl::hideSoftInput, mCallbackImpl, flags, in hideSoftInput() 469 void hideSoftInput(int flags, ResultReceiver resultReceiver) { in hideSoftInput() method in MultiClientInputMethodClientCallbackAdaptor.CallbackImpl
|
D | IInputMethodWrapper.java | 392 public void hideSoftInput(IBinder hideInputToken, int flags, ResultReceiver resultReceiver) { in hideSoftInput() method in IInputMethodWrapper
|
D | InputMethodService.java | 663 hideSoftInput(flags, resultReceiver); in hideSoftInputWithToken() 673 public void hideSoftInput(int flags, ResultReceiver resultReceiver) { in hideSoftInput() method in InputMethodService.InputMethodImpl
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethod.java | 374 public void hideSoftInput(int flags, ResultReceiver resultReceiver); in hideSoftInput() method
|
D | InputMethodManager.java | 1766 return mService.hideSoftInput(mClient, windowToken, flags, resultReceiver); in hideSoftInputFromWindow() 2081 mService.hideSoftInput( in closeCurrentInput()
|
/frameworks/base/core/java/android/widget/ |
D | NumberPicker.java | 721 hideSoftInput(); in NumberPicker() 733 hideSoftInput(); in NumberPicker() 902 hideSoftInput(); in onInterceptTouchEvent() 1329 private void hideSoftInput() { in hideSoftInput() method in NumberPicker 1867 hideSoftInput(); in changeValueByOne()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | MultiClientInputMethodManagerService.java | 1534 public boolean hideSoftInput( in hideSoftInput() method in MultiClientInputMethodManagerService.ApiCallbacks 1560 clientInfo.mMSInputMethodSession.hideSoftInput(flags, resultReceiver); in hideSoftInput()
|
D | InputMethodManagerService.java | 3238 public boolean hideSoftInput(IInputMethodClient client, IBinder windowToken, int flags, in hideSoftInput() method in InputMethodManagerService 4221 ((IInputMethod)args.arg1).hideSoftInput( in handleMessage()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13520 method public void hideSoftInput(int, android.os.ResultReceiver); 35734 method public abstract void hideSoftInput(int, android.os.ResultReceiver);
|
/frameworks/base/api/ |
D | current.txt | 23248 method @MainThread public void hideSoftInput(int, android.os.ResultReceiver); 57087 method @MainThread public void hideSoftInput(int, android.os.ResultReceiver);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 30348 HSPLcom/android/internal/view/IInputMethodManager$Stub$Proxy;->hideSoftInput(Lcom/android/internal/…
|
/frameworks/base/services/ |
D | art-profile | 16749 HPLcom/android/server/inputmethod/InputMethodManagerService;->hideSoftInput(Lcom/android/internal/v…
|