Searched refs:hideMySoftInput (Results 1 – 6 of 6) sorted by relevance
36 void hideMySoftInput(int flags); in hideMySoftInput() method
248 public void hideMySoftInput(int flags) { in hideMySoftInput() method in InputMethodPrivilegedOperations254 ops.hideMySoftInput(flags); in hideMySoftInput()
3622 private void hideMySoftInput(@NonNull IBinder token, int flags) { in hideMySoftInput() method in InputMethodManagerService5205 public void hideMySoftInput(int flags) { in hideMySoftInput() method in InputMethodManagerService.InputMethodPrivilegedOperationsImpl5206 mImms.hideMySoftInput(mToken, flags); in hideMySoftInput()
2435 InputMethodPrivilegedOperationsRegistry.get(token).hideMySoftInput(flags); in hideSoftInputFromInputMethod()
2268 mPrivOps.hideMySoftInput(flags); in requestHideSelf()
7240 …ver/inputmethod/InputMethodManagerService$InputMethodPrivilegedOperationsImpl;->hideMySoftInput(I)V7300 PLcom/android/server/inputmethod/InputMethodManagerService;->hideMySoftInput(Landroid/os/IBinder;I)V