Loading core/api/test-current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -4238,7 +4238,6 @@ package android.view.inputmethod { method @NonNull @RequiresPermission(value=android.Manifest.permission.INTERACT_ACROSS_USERS_FULL, conditional=true) public boolean isStylusHandwritingAvailableAsUser(@NonNull android.os.UserHandle); method @RequiresPermission(android.Manifest.permission.TEST_INPUT_METHOD) public void setStylusWindowIdleTimeoutForTest(long); method @RequiresPermission(android.Manifest.permission.TEST_INPUT_METHOD) public boolean shouldShowImeSwitcherButtonForTest(); field public static final long CLEAR_SHOW_FORCED_FLAG_WHEN_LEAVING = 214016041L; // 0xcc1a029L } public final class InsertModeGesture extends android.view.inputmethod.CancellableHandwritingGesture implements android.os.Parcelable { Loading core/java/android/view/inputmethod/InputMethodManager.java +0 −15 Original line number Diff line number Diff line Loading @@ -427,21 +427,6 @@ public final class InputMethodManager { /** @hide */ public static final int SHOW_IM_PICKER_MODE_EXCLUDE_AUXILIARY_SUBTYPES = 2; /** * Clear {@link #SHOW_FORCED} flag when the next IME focused application changed. * * <p> * Note that when this flag enabled in server side, {@link #SHOW_FORCED} will no longer * affect the next focused application to keep showing IME, in case of unexpected IME visible * when the next focused app isn't be the IME requester. </p> * * @hide */ @TestApi @ChangeId @EnabledSince(targetSdkVersion = Build.VERSION_CODES.TIRAMISU) public static final long CLEAR_SHOW_FORCED_FLAG_WHEN_LEAVING = 214016041L; // This is a bug id. /** * Always return {@code true} when {@link #hideSoftInputFromWindow(IBinder, int)} and * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver, int, ImeTracker.Token)} is Loading Loading
core/api/test-current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -4238,7 +4238,6 @@ package android.view.inputmethod { method @NonNull @RequiresPermission(value=android.Manifest.permission.INTERACT_ACROSS_USERS_FULL, conditional=true) public boolean isStylusHandwritingAvailableAsUser(@NonNull android.os.UserHandle); method @RequiresPermission(android.Manifest.permission.TEST_INPUT_METHOD) public void setStylusWindowIdleTimeoutForTest(long); method @RequiresPermission(android.Manifest.permission.TEST_INPUT_METHOD) public boolean shouldShowImeSwitcherButtonForTest(); field public static final long CLEAR_SHOW_FORCED_FLAG_WHEN_LEAVING = 214016041L; // 0xcc1a029L } public final class InsertModeGesture extends android.view.inputmethod.CancellableHandwritingGesture implements android.os.Parcelable { Loading
core/java/android/view/inputmethod/InputMethodManager.java +0 −15 Original line number Diff line number Diff line Loading @@ -427,21 +427,6 @@ public final class InputMethodManager { /** @hide */ public static final int SHOW_IM_PICKER_MODE_EXCLUDE_AUXILIARY_SUBTYPES = 2; /** * Clear {@link #SHOW_FORCED} flag when the next IME focused application changed. * * <p> * Note that when this flag enabled in server side, {@link #SHOW_FORCED} will no longer * affect the next focused application to keep showing IME, in case of unexpected IME visible * when the next focused app isn't be the IME requester. </p> * * @hide */ @TestApi @ChangeId @EnabledSince(targetSdkVersion = Build.VERSION_CODES.TIRAMISU) public static final long CLEAR_SHOW_FORCED_FLAG_WHEN_LEAVING = 214016041L; // This is a bug id. /** * Always return {@code true} when {@link #hideSoftInputFromWindow(IBinder, int)} and * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver, int, ImeTracker.Token)} is Loading