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