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