Merge "Revert "Support to transfer freeform task into split screen"" into sc-v2-dev am: 21f00a141a am: 3973ceeadf
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16331281 Change-Id: I2da62d3b9bd2cd0b9fe383cbe10f78f8fbfbeff9
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
|
||||
package com.android.wm.shell.freeform;
|
||||
|
||||
import static android.app.WindowConfiguration.WINDOWING_MODE_UNDEFINED;
|
||||
import static android.content.pm.PackageManager.FEATURE_FREEFORM_WINDOW_MANAGEMENT;
|
||||
import static android.provider.Settings.Global.DEVELOPMENT_ENABLE_FREEFORM_WINDOWS_SUPPORT;
|
||||
|
||||
@@ -28,7 +27,6 @@ import android.provider.Settings;
|
||||
import android.util.Slog;
|
||||
import android.util.SparseArray;
|
||||
import android.view.SurfaceControl;
|
||||
import android.window.WindowContainerTransaction;
|
||||
|
||||
import com.android.internal.protolog.common.ProtoLog;
|
||||
import com.android.wm.shell.ShellTaskOrganizer;
|
||||
@@ -85,13 +83,6 @@ public class FreeformTaskListener implements ShellTaskOrganizer.TaskListener {
|
||||
Slog.e(TAG, "Task already vanished: #" + taskInfo.taskId);
|
||||
return;
|
||||
}
|
||||
|
||||
// Clears windowing mode and window bounds to let the task inherits from its new parent.
|
||||
final WindowContainerTransaction wct = new WindowContainerTransaction();
|
||||
wct.setBounds(taskInfo.token, null)
|
||||
.setWindowingMode(taskInfo.token, WINDOWING_MODE_UNDEFINED);
|
||||
mSyncQueue.queue(wct);
|
||||
|
||||
ProtoLog.v(ShellProtoLogGroup.WM_SHELL_TASK_ORG, "Freeform Task Vanished: #%d",
|
||||
taskInfo.taskId);
|
||||
mTasks.remove(taskInfo.taskId);
|
||||
|
||||
Reference in New Issue
Block a user