Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/inputmethod/
DIInputMethodPrivilegedOperations.aidl40 void hideMySoftInput(int flags, in IVoidResultCallback resultCallback); in hideMySoftInput() method
DInputMethodPrivilegedOperations.java260 public void hideMySoftInput(int flags) { in hideMySoftInput() method in InputMethodPrivilegedOperations
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java4127 private void hideMySoftInput(@NonNull IBinder token, int flags) { in hideMySoftInput() method in InputMethodManagerService
5870 public void hideMySoftInput(int flags, IVoidResultCallback resultCallback) { in hideMySoftInput() method in InputMethodManagerService.InputMethodPrivilegedOperationsImpl