Searched refs:HideFlags (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodSession.java | 180 @InputMethodManager.HideFlags int hideFlags); in toggleSoftInput()
|
D | InputMethodManager.java | 2413 public @interface HideFlags {} annotation in InputMethodManager 2437 public boolean hideSoftInputFromWindow(IBinder windowToken, @HideFlags int flags) { in hideSoftInputFromWindow() 2465 public boolean hideSoftInputFromWindow(IBinder windowToken, @HideFlags int flags, in hideSoftInputFromWindow() 2471 private boolean hideSoftInputFromWindow(IBinder windowToken, @HideFlags int flags, in hideSoftInputFromWindow() 2517 public boolean hideSoftInputFromView(@NonNull View view, @HideFlags int flags) { in hideSoftInputFromView() 2998 @HideFlags int hideFlags) { in toggleSoftInputFromWindow() 3024 public void toggleSoftInput(@ShowFlags int showFlags, @HideFlags int hideFlags) { in toggleSoftInput() 4076 public void hideSoftInputFromInputMethod(IBinder token, @HideFlags int flags) { in hideSoftInputFromInputMethod()
|
D | IInputMethodManagerGlobalInvoker.java | 335 @NonNull ImeTracker.Token statsToken, @InputMethodManager.HideFlags int flags, in hideSoftInput()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | IInputMethodManagerImpl.java | 109 @Nullable ImeTracker.Token statsToken, @InputMethodManager.HideFlags int flags, in hideSoftInput() 278 @NonNull ImeTracker.Token statsToken, @InputMethodManager.HideFlags int flags, in hideSoftInput()
|
D | ZeroJankProxy.java | 199 @Nullable ImeTracker.Token statsToken, @InputMethodManager.HideFlags int flags, in hideSoftInput()
|
D | ImeVisibilityStateComputer.java | 260 @InputMethodManager.HideFlags int hideFlags) { in canHideIme()
|
D | InputMethodManagerService.java | 3581 @NonNull ImeTracker.Token statsToken, @InputMethodManager.HideFlags int flags, in hideSoftInput() 3636 @InputMethodManager.HideFlags int flags, @SoftInputShowHideReason int reason) { in hideCurrentInputLocked() 3644 @InputMethodManager.HideFlags int flags, @Nullable ResultReceiver resultReceiver, in hideCurrentInputLocked() 4758 @InputMethodManager.HideFlags int flags, @SoftInputShowHideReason int reason) { in hideMySoftInput() 6863 @InputMethodManager.HideFlags int flags, @SoftInputShowHideReason int reason, in hideMySoftInput()
|
/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | InputMethodPrivilegedOperations.java | 277 @InputMethodManager.HideFlags int flags, @SoftInputShowHideReason int reason) { in hideMySoftInput()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | InputMethodService.java | 1466 @InputMethodManager.HideFlags int hideFlags) { in toggleSoftInput() 3549 public void requestHideSelf(@InputMethodManager.HideFlags int flags) { 3553 private void requestHideSelf(@InputMethodManager.HideFlags int flags, 3796 @InputMethodManager.HideFlags int hideFlags) {
|