Home
last modified time | relevance | path

Searched defs:hideMySoftInput (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/inputmethod/
DIInputMethodPrivilegedOperations.aidl38 void hideMySoftInput(int flags, int reason, in AndroidFuture future /* T=Void */); in hideMySoftInput() method
DInputMethodPrivilegedOperations.java260 public void hideMySoftInput(@InputMethodManager.HideFlags int flags, in hideMySoftInput() method in InputMethodPrivilegedOperations
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java4875 private void hideMySoftInput(@NonNull IBinder token, @InputMethodManager.HideFlags int flags, in hideMySoftInput() method
6866 public void hideMySoftInput(@InputMethodManager.HideFlags int flags, in hideMySoftInput() method in InputMethodPrivilegedOperationsImpl
/frameworks/opt/car/services/builtInServices/src_imms/com/android/server/inputmethod/
DCarInputMethodManagerService.java4806 private void hideMySoftInput(@NonNull IBinder token, int flags, in hideMySoftInput() method
6796 public void hideMySoftInput(int flags, @SoftInputShowHideReason int reason, in hideMySoftInput() method in InputMethodPrivilegedOperationsImpl