Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DIInputMethodPrivilegedOperations.aidl38 void hideMySoftInput(int flags, int reason, in AndroidFuture future /* T=Void */); in hideMySoftInput() method
H A DInputMethodPrivilegedOperations.java260 public void hideMySoftInput(@InputMethodManager.HideFlags int flags, in hideMySoftInput() method in InputMethodPrivilegedOperations
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A 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