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.aidl37 void hideMySoftInput(int flags, int reason, in AndroidFuture future /* T=Void */); in hideMySoftInput() method
DInputMethodPrivilegedOperations.java261 public void hideMySoftInput(int flags, @SoftInputShowHideReason int reason) { in hideMySoftInput() method in InputMethodPrivilegedOperations
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java4865 private void hideMySoftInput(@NonNull IBinder token, int flags, in hideMySoftInput() method
6706 public void hideMySoftInput(int flags, @SoftInputShowHideReason int reason, in hideMySoftInput() method in InputMethodPrivilegedOperationsImpl