Remove some functions @hide in WindowContainerTransaction
To using these function in CTS tests, we need to remove @hide. Bug: 229024233 Test: build pass Change-Id: I7102918593ef8886888604492e39c1f952408ec7
This commit is contained in:
@@ -3387,6 +3387,7 @@ package android.window {
|
||||
|
||||
public final class WindowContainerTransaction implements android.os.Parcelable {
|
||||
ctor public WindowContainerTransaction();
|
||||
method @NonNull public android.window.WindowContainerTransaction clearLaunchAdjacentFlagRoot(@NonNull android.window.WindowContainerToken);
|
||||
method @NonNull public android.window.WindowContainerTransaction createTaskFragment(@NonNull android.window.TaskFragmentCreationParams);
|
||||
method @NonNull public android.window.WindowContainerTransaction deleteTaskFragment(@NonNull android.window.WindowContainerToken);
|
||||
method public int describeContents();
|
||||
@@ -3405,6 +3406,7 @@ package android.window {
|
||||
method @NonNull public android.window.WindowContainerTransaction setErrorCallbackToken(@NonNull android.os.IBinder);
|
||||
method @NonNull public android.window.WindowContainerTransaction setFocusable(@NonNull android.window.WindowContainerToken, boolean);
|
||||
method @NonNull public android.window.WindowContainerTransaction setHidden(@NonNull android.window.WindowContainerToken, boolean);
|
||||
method @NonNull public android.window.WindowContainerTransaction setLaunchAdjacentFlagRoot(@NonNull android.window.WindowContainerToken);
|
||||
method @NonNull public android.window.WindowContainerTransaction setLaunchRoot(@NonNull android.window.WindowContainerToken, @Nullable int[], @Nullable int[]);
|
||||
method @NonNull public android.window.WindowContainerTransaction setScreenSizeDp(@NonNull android.window.WindowContainerToken, int, int);
|
||||
method @NonNull public android.window.WindowContainerTransaction setSmallestScreenWidthDp(@NonNull android.window.WindowContainerToken, int);
|
||||
|
||||
@@ -396,8 +396,6 @@ public final class WindowContainerTransaction implements Parcelable {
|
||||
/**
|
||||
* Sets the container as launch adjacent flag root. Task starting with
|
||||
* {@link FLAG_ACTIVITY_LAUNCH_ADJACENT} will be launching to.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@NonNull
|
||||
public WindowContainerTransaction setLaunchAdjacentFlagRoot(
|
||||
@@ -409,8 +407,6 @@ public final class WindowContainerTransaction implements Parcelable {
|
||||
|
||||
/**
|
||||
* Clears launch adjacent flag root for the display area of passing container.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@NonNull
|
||||
public WindowContainerTransaction clearLaunchAdjacentFlagRoot(
|
||||
|
||||
Reference in New Issue
Block a user