Searched refs:showMySoftInput (Results 1 – 6 of 6) sorted by relevance
37 void showMySoftInput(int flags); in showMySoftInput() method
268 public void showMySoftInput(int flags) { in showMySoftInput() method in InputMethodPrivilegedOperations274 ops.showMySoftInput(flags); in showMySoftInput()
3637 private void showMySoftInput(@NonNull IBinder token, int flags) { in showMySoftInput() method in InputMethodManagerService5211 public void showMySoftInput(int flags) { in showMySoftInput() method in InputMethodManagerService.InputMethodPrivilegedOperationsImpl5212 mImms.showMySoftInput(mToken, flags); in showMySoftInput()
2456 InputMethodPrivilegedOperationsRegistry.get(token).showMySoftInput(flags); in showSoftInputFromInputMethod()
2280 mPrivOps.showMySoftInput(flags); in requestShowSelf()
7246 …ver/inputmethod/InputMethodManagerService$InputMethodPrivilegedOperationsImpl;->showMySoftInput(I)V7324 PLcom/android/server/inputmethod/InputMethodManagerService;->showMySoftInput(Landroid/os/IBinder;I)V