Home
last modified time | relevance | path

Searched refs:ShowFlags (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java282 @interface ShowFlags {} annotation
316 public default void showSoftInputWithToken(@ShowFlags int flags, ResultReceiver resultReceiver, in showSoftInputWithToken()
333 public void showSoftInput(@ShowFlags int flags, ResultReceiver resultReceiver); in showSoftInput()
H A DInputMethodSession.java179 public void toggleSoftInput(@InputMethodManager.ShowFlags int showFlags, in toggleSoftInput()
H A DInputMethodManager.java2046 public @interface ShowFlags {} annotation in InputMethodManager
2080 public boolean showSoftInput(View view, @ShowFlags int flags) { in showSoftInput()
2149 public boolean showSoftInput(View view, @ShowFlags int flags, ResultReceiver resultReceiver) { in showSoftInput()
2155 @ShowFlags int flags, ResultReceiver resultReceiver, in showSoftInput()
2210 public void showSoftInputUnchecked(@ShowFlags int flags, ResultReceiver resultReceiver) { in showSoftInputUnchecked()
2516 public void toggleSoftInputFromWindow(IBinder windowToken, @ShowFlags int showFlags, in toggleSoftInputFromWindow()
2543 public void toggleSoftInput(@ShowFlags int showFlags, @HideFlags int hideFlags) { in toggleSoftInput()
3580 public void showSoftInputFromInputMethod(IBinder token, @ShowFlags int flags) { in showSoftInputFromInputMethod()
H A DIInputMethodManagerGlobalInvoker.java298 @Nullable ImeTracker.Token statsToken, @InputMethodManager.ShowFlags int flags, in showSoftInput()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DImeVisibilityApplier.java43 @InputMethod.ShowFlags int showFlags, ResultReceiver resultReceiver, in performShowIme()
H A DImeVisibilityStateComputer.java231 @InputMethodManager.ShowFlags int showFlags) { in onImeShowFlags()
277 @InputMethod.ShowFlags
292 @InputMethodManager.ShowFlags
H A DDefaultImeVisibilityApplier.java79 @InputMethod.ShowFlags int showFlags, ResultReceiver resultReceiver, in performShowIme()
H A DIInputMethodInvoker.java203 @InputMethod.ShowFlags int flags, ResultReceiver resultReceiver) { in showSoftInput()
H A DInputMethodManagerService.java3418 @Nullable ImeTracker.Token statsToken, @InputMethodManager.ShowFlags int flags, in showSoftInput()
3599 @InputMethodManager.ShowFlags int flags, ResultReceiver resultReceiver, in showCurrentInputLocked()
3607 @Nullable ImeTracker.Token statsToken, @InputMethodManager.ShowFlags int flags, in showCurrentInputLocked()
4897 private void showMySoftInput(@NonNull IBinder token, @InputMethodManager.ShowFlags int flags) { in showMySoftInput()
6880 public void showMySoftInput(@InputMethodManager.ShowFlags int flags, in showMySoftInput()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java615 @InputMethod.ShowFlags
942 public void showSoftInputWithToken(@InputMethod.ShowFlags int flags, in showSoftInputWithToken()
962 public void showSoftInput(@InputMethod.ShowFlags int flags, ResultReceiver resultReceiver) { in showSoftInput()
1340 public void toggleSoftInput(@InputMethodManager.ShowFlags int showFlags, in toggleSoftInput()
2812 public boolean onShowInputRequested(@InputMethod.ShowFlags int flags, boolean configChange) {
2848 private boolean dispatchOnShowInputRequested(@InputMethod.ShowFlags int flags,
3297 public final void requestShowSelf(@InputMethodManager.ShowFlags int flags) {
3457 private void onToggleSoftInput(@InputMethodManager.ShowFlags int showFlags,
H A DIInputMethodWrapper.java436 @InputMethod.ShowFlags int flags, ResultReceiver resultReceiver) { in showSoftInput()
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodPrivilegedOperations.java279 public void showMySoftInput(@InputMethodManager.ShowFlags int flags) { in showMySoftInput()