Searched refs:HideFlags (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InputMethodSession.java | 180 @InputMethodManager.HideFlags int hideFlags); in toggleSoftInput()
|
H A D | InputMethodManager.java | 2247 public @interface HideFlags {} annotation in InputMethodManager 2271 public boolean hideSoftInputFromWindow(IBinder windowToken, @HideFlags int flags) { in hideSoftInputFromWindow() 2299 public boolean hideSoftInputFromWindow(IBinder windowToken, @HideFlags int flags, in hideSoftInputFromWindow() 2305 private boolean hideSoftInputFromWindow(IBinder windowToken, @HideFlags int flags, in hideSoftInputFromWindow() 2517 @HideFlags int hideFlags) { in toggleSoftInputFromWindow() 2543 public void toggleSoftInput(@ShowFlags int showFlags, @HideFlags int hideFlags) { in toggleSoftInput() 3561 public void hideSoftInputFromInputMethod(IBinder token, @HideFlags int flags) { in hideSoftInputFromInputMethod()
|
H A D | IInputMethodManagerGlobalInvoker.java | 315 @Nullable ImeTracker.Token statsToken, @InputMethodManager.HideFlags int flags, in hideSoftInput()
|
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/ |
H A D | InputMethodPrivilegedOperations.java | 260 public void hideMySoftInput(@InputMethodManager.HideFlags int flags, in hideMySoftInput()
|
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | ImeVisibilityStateComputer.java | 257 @InputMethodManager.HideFlags int hideFlags) { in canHideIme()
|
H A D | InputMethodManagerService.java | 3653 @Nullable ImeTracker.Token statsToken, @InputMethodManager.HideFlags int flags, in hideSoftInput() 3684 @InputMethodManager.HideFlags int flags, ResultReceiver resultReceiver, in hideCurrentInputLocked() 4875 private void hideMySoftInput(@NonNull IBinder token, @InputMethodManager.HideFlags int flags, in hideMySoftInput() 6866 public void hideMySoftInput(@InputMethodManager.HideFlags int flags, in hideMySoftInput()
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | InputMethodService.java | 1341 @InputMethodManager.HideFlags int hideFlags) { in toggleSoftInput() 3282 public void requestHideSelf(@InputMethodManager.HideFlags int flags) { 3286 private void requestHideSelf(@InputMethodManager.HideFlags int flags, 3458 @InputMethodManager.HideFlags int hideFlags) {
|