/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethod.java | 283 @interface ShowFlags {} annotation 321 public default void showSoftInputWithToken(@ShowFlags int flags, ResultReceiver resultReceiver, in showSoftInputWithToken() 338 public void showSoftInput(@ShowFlags int flags, ResultReceiver resultReceiver); in showSoftInput()
|
D | InputMethodSession.java | 179 public void toggleSoftInput(@InputMethodManager.ShowFlags int showFlags, in toggleSoftInput()
|
D | InputMethodManager.java | 2196 public @interface ShowFlags {} annotation in InputMethodManager 2230 public boolean showSoftInput(View view, @ShowFlags int flags) { in showSoftInput() 2299 public boolean showSoftInput(View view, @ShowFlags int flags, ResultReceiver resultReceiver) { in showSoftInput() 2303 private boolean showSoftInput(View view, @ShowFlags int flags, in showSoftInput() 2312 @ShowFlags int flags, @Nullable ResultReceiver resultReceiver, in showSoftInput() 2375 public void showSoftInputUnchecked(@ShowFlags int flags, ResultReceiver resultReceiver) { in showSoftInputUnchecked() 2997 public void toggleSoftInputFromWindow(IBinder windowToken, @ShowFlags int showFlags, in toggleSoftInputFromWindow() 3024 public void toggleSoftInput(@ShowFlags int showFlags, @HideFlags int hideFlags) { in toggleSoftInput() 4098 public void showSoftInputFromInputMethod(IBinder token, @ShowFlags int flags) { in showSoftInputFromInputMethod()
|
D | IInputMethodManagerGlobalInvoker.java | 318 @NonNull ImeTracker.Token statsToken, @InputMethodManager.ShowFlags int flags, in showSoftInput()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | ImeVisibilityApplier.java | 43 @InputMethod.ShowFlags int showFlags, ResultReceiver resultReceiver, in performShowIme()
|
D | ImeVisibilityStateComputer.java | 234 @InputMethodManager.ShowFlags int showFlags) { in onImeShowFlags() 280 @InputMethod.ShowFlags 295 @InputMethodManager.ShowFlags
|
D | IInputMethodManagerImpl.java | 104 @Nullable ImeTracker.Token statsToken, @InputMethodManager.ShowFlags int flags, in showSoftInput() 269 @NonNull ImeTracker.Token statsToken, @InputMethodManager.ShowFlags int flags, in showSoftInput()
|
D | IInputMethodInvoker.java | 205 @InputMethod.ShowFlags int flags, ResultReceiver resultReceiver) { in showSoftInput()
|
D | DefaultImeVisibilityApplier.java | 82 @InputMethod.ShowFlags int showFlags, ResultReceiver resultReceiver, in performShowIme()
|
D | ZeroJankProxy.java | 178 @Nullable ImeTracker.Token statsToken, @InputMethodManager.ShowFlags int flags, in showSoftInput()
|
D | InputMethodManagerService.java | 3167 @NonNull ImeTracker.Token statsToken, @InputMethodManager.ShowFlags int flags, in showSoftInput() 3500 @InputMethodManager.ShowFlags int flags, @SoftInputShowHideReason int reason) { in showCurrentInputLocked() 3508 @NonNull ImeTracker.Token statsToken, @InputMethodManager.ShowFlags int flags, in showCurrentInputLocked() 4794 @InputMethodManager.ShowFlags int flags, @SoftInputShowHideReason int reason) { in showMySoftInput() 6877 @InputMethodManager.ShowFlags int flags, @SoftInputShowHideReason int reason, in showMySoftInput()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | InputMethodService.java | 634 @InputMethod.ShowFlags 985 public void showSoftInputWithToken(@InputMethod.ShowFlags int flags, in showSoftInputWithToken() 1004 public void showSoftInput(@InputMethod.ShowFlags int flags, ResultReceiver resultReceiver) { in showSoftInput() 1465 public void toggleSoftInput(@InputMethodManager.ShowFlags int showFlags, in toggleSoftInput() 3023 public boolean onShowInputRequested(@InputMethod.ShowFlags int flags, boolean configChange) { 3059 private boolean dispatchOnShowInputRequested(@InputMethod.ShowFlags int flags, 3569 public final void requestShowSelf(@InputMethodManager.ShowFlags int flags) { 3573 private void requestShowSelf(@InputMethodManager.ShowFlags int flags, 3795 private void onToggleSoftInput(@InputMethodManager.ShowFlags int showFlags,
|
D | IInputMethodWrapper.java | 457 @InputMethod.ShowFlags int flags, ResultReceiver resultReceiver) { in showSoftInput()
|
/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | InputMethodPrivilegedOperations.java | 299 @InputMethodManager.ShowFlags int flags, @SoftInputShowHideReason int reason) { in showMySoftInput()
|