Home
last modified time | relevance | path

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

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