Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/inputmethod/
H A DIInputMethodPrivilegedOperations.aidl41 void showMySoftInput(int flags, in IVoidResultCallback resultCallback); in showMySoftInput() method
H A DInputMethodPrivilegedOperations.java282 public void showMySoftInput(int flags) { in showMySoftInput() method in InputMethodPrivilegedOperations
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java4151 private void showMySoftInput(@NonNull IBinder token, int flags) { in showMySoftInput() method in InputMethodManagerService
5865 public void showMySoftInput(int flags, IVoidResultCallback resultCallback) { in showMySoftInput() method in InputMethodManagerService.InputMethodPrivilegedOperationsImpl