Loading core/java/android/window/DesktopModeFlags.java +3 −1 Original line number Diff line number Diff line Loading @@ -143,7 +143,9 @@ public enum DesktopModeFlags { IGNORE_ASPECT_RATIO_RESTRICTIONS_FOR_RESIZEABLE_FREEFORM_ACTIVITIES( Flags::ignoreAspectRatioRestrictionsForResizeableFreeformActivities, true), INCLUDE_TOP_TRANSPARENT_FULLSCREEN_TASK_IN_DESKTOP_HEURISTIC( Flags::includeTopTransparentFullscreenTaskInDesktopHeuristic, true) Flags::includeTopTransparentFullscreenTaskInDesktopHeuristic, true), INHERIT_TASK_BOUNDS_FOR_TRAMPOLINE_TASK_LAUNCHES( Flags::inheritTaskBoundsForTrampolineTaskLaunches, false), // go/keep-sorted end ; Loading core/java/android/window/flags/lse_desktop_experience.aconfig +11 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,17 @@ flag { } } flag { name: "inherit_task_bounds_for_trampoline_task_launches" namespace: "lse_desktop_experience" description: "Forces trampoline task launches to inherit the bounds of the previous instance /n" "before is closes to prevent each task from cascading." bug: "392815318" metadata { purpose: PURPOSE_BUGFIX } } flag { name: "include_top_transparent_fullscreen_task_in_desktop_heuristic" namespace: "lse_desktop_experience" Loading Loading
core/java/android/window/DesktopModeFlags.java +3 −1 Original line number Diff line number Diff line Loading @@ -143,7 +143,9 @@ public enum DesktopModeFlags { IGNORE_ASPECT_RATIO_RESTRICTIONS_FOR_RESIZEABLE_FREEFORM_ACTIVITIES( Flags::ignoreAspectRatioRestrictionsForResizeableFreeformActivities, true), INCLUDE_TOP_TRANSPARENT_FULLSCREEN_TASK_IN_DESKTOP_HEURISTIC( Flags::includeTopTransparentFullscreenTaskInDesktopHeuristic, true) Flags::includeTopTransparentFullscreenTaskInDesktopHeuristic, true), INHERIT_TASK_BOUNDS_FOR_TRAMPOLINE_TASK_LAUNCHES( Flags::inheritTaskBoundsForTrampolineTaskLaunches, false), // go/keep-sorted end ; Loading
core/java/android/window/flags/lse_desktop_experience.aconfig +11 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,17 @@ flag { } } flag { name: "inherit_task_bounds_for_trampoline_task_launches" namespace: "lse_desktop_experience" description: "Forces trampoline task launches to inherit the bounds of the previous instance /n" "before is closes to prevent each task from cascading." bug: "392815318" metadata { purpose: PURPOSE_BUGFIX } } flag { name: "include_top_transparent_fullscreen_task_in_desktop_heuristic" namespace: "lse_desktop_experience" Loading