Searched defs:hideMySoftInput (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/core/java/com/android/internal/inputmethod/ | ||
H A D | IInputMethodPrivilegedOperations.aidl | 40 void hideMySoftInput(int flags, in IVoidResultCallback resultCallback); in hideMySoftInput() method |
H A D | InputMethodPrivilegedOperations.java | 260 public void hideMySoftInput(int flags) { in hideMySoftInput() method in InputMethodPrivilegedOperations |
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/ | ||
H A D | InputMethodManagerService.java | 4131 private void hideMySoftInput(@NonNull IBinder token, int flags) { in hideMySoftInput() method in InputMethodManagerService |