Loading core/java/android/window/flags/windowing_sdk.aconfig +0 −11 Original line number Diff line number Diff line Loading @@ -129,17 +129,6 @@ flag { } } flag { namespace: "windowing_sdk" name: "respect_leaf_task_bounds" description: "Respect the override bounds of the leaf tasks that are organized by root tasks" bug: "410745462" is_fixed_read_only: true metadata { purpose: PURPOSE_BUGFIX } } flag { namespace: "windowing_sdk" name: "root_task_for_bubble" Loading libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/bubbles/BubbleAnythingFlagHelper.java +0 −5 Original line number Diff line number Diff line Loading @@ -53,11 +53,6 @@ public class BubbleAnythingFlagHelper { return false; } // This is needed to allow the leaf task can be started in expected bounds. if (!com.android.window.flags.Flags.respectLeafTaskBounds()) { return false; } return com.android.window.flags.Flags.rootTaskForBubble(); } Loading services/core/java/com/android/server/wm/Task.java +1 −4 Original line number Diff line number Diff line Loading @@ -2472,10 +2472,7 @@ class Task extends TaskFragment { * persist task bounds if needed. */ void setInitialBoundsIfNeeded() { if (!com.android.window.flags.Flags.respectLeafTaskBounds()) { updateOverrideConfigurationFromLaunchBounds(); } else if (persistTaskBounds(getWindowConfiguration()) && getRequestedOverrideBounds().isEmpty()) { if (persistTaskBounds(getWindowConfiguration()) && getRequestedOverrideBounds().isEmpty()) { // Sets the Task bounds to the non-fullscreen bounds persisted last time if the Task // has no override bounds set. setBounds(mLastNonFullscreenBounds); Loading Loading
core/java/android/window/flags/windowing_sdk.aconfig +0 −11 Original line number Diff line number Diff line Loading @@ -129,17 +129,6 @@ flag { } } flag { namespace: "windowing_sdk" name: "respect_leaf_task_bounds" description: "Respect the override bounds of the leaf tasks that are organized by root tasks" bug: "410745462" is_fixed_read_only: true metadata { purpose: PURPOSE_BUGFIX } } flag { namespace: "windowing_sdk" name: "root_task_for_bubble" Loading
libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/bubbles/BubbleAnythingFlagHelper.java +0 −5 Original line number Diff line number Diff line Loading @@ -53,11 +53,6 @@ public class BubbleAnythingFlagHelper { return false; } // This is needed to allow the leaf task can be started in expected bounds. if (!com.android.window.flags.Flags.respectLeafTaskBounds()) { return false; } return com.android.window.flags.Flags.rootTaskForBubble(); } Loading
services/core/java/com/android/server/wm/Task.java +1 −4 Original line number Diff line number Diff line Loading @@ -2472,10 +2472,7 @@ class Task extends TaskFragment { * persist task bounds if needed. */ void setInitialBoundsIfNeeded() { if (!com.android.window.flags.Flags.respectLeafTaskBounds()) { updateOverrideConfigurationFromLaunchBounds(); } else if (persistTaskBounds(getWindowConfiguration()) && getRequestedOverrideBounds().isEmpty()) { if (persistTaskBounds(getWindowConfiguration()) && getRequestedOverrideBounds().isEmpty()) { // Sets the Task bounds to the non-fullscreen bounds persisted last time if the Task // has no override bounds set. setBounds(mLastNonFullscreenBounds); Loading