Loading core/java/android/window/DesktopModeFlags.java +2 −0 Original line number Diff line number Diff line Loading @@ -138,6 +138,8 @@ public enum DesktopModeFlags { ENABLE_WINDOWING_TRANSITION_HANDLERS_OBSERVERS( Flags::enableWindowingTransitionHandlersObservers, false), EXCLUDE_CAPTION_FROM_APP_BOUNDS(Flags::excludeCaptionFromAppBounds, false), FORCE_CLOSE_TOP_TRANSPARENT_FULLSCREEN_TASK( Flags::forceCloseTopTransparentFullscreenTask, false), IGNORE_ASPECT_RATIO_RESTRICTIONS_FOR_RESIZEABLE_FREEFORM_ACTIVITIES( Flags::ignoreAspectRatioRestrictionsForResizeableFreeformActivities, true), INCLUDE_TOP_TRANSPARENT_FULLSCREEN_TASK_IN_DESKTOP_HEURISTIC( Loading core/java/android/window/flags/lse_desktop_experience.aconfig +11 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,17 @@ flag { } } flag { name: "force_close_top_transparent_fullscreen_task" namespace: "lse_desktop_experience" description: "If a top transparent fullscreen task is on top of desktop mode, force it to /n" "close if another task is opened or brought to front." bug: "395041610" metadata { purpose: PURPOSE_BUGFIX } } flag { name: "enable_windowing_dynamic_initial_bounds" namespace: "lse_desktop_experience" Loading Loading
core/java/android/window/DesktopModeFlags.java +2 −0 Original line number Diff line number Diff line Loading @@ -138,6 +138,8 @@ public enum DesktopModeFlags { ENABLE_WINDOWING_TRANSITION_HANDLERS_OBSERVERS( Flags::enableWindowingTransitionHandlersObservers, false), EXCLUDE_CAPTION_FROM_APP_BOUNDS(Flags::excludeCaptionFromAppBounds, false), FORCE_CLOSE_TOP_TRANSPARENT_FULLSCREEN_TASK( Flags::forceCloseTopTransparentFullscreenTask, false), IGNORE_ASPECT_RATIO_RESTRICTIONS_FOR_RESIZEABLE_FREEFORM_ACTIVITIES( Flags::ignoreAspectRatioRestrictionsForResizeableFreeformActivities, true), INCLUDE_TOP_TRANSPARENT_FULLSCREEN_TASK_IN_DESKTOP_HEURISTIC( Loading
core/java/android/window/flags/lse_desktop_experience.aconfig +11 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,17 @@ flag { } } flag { name: "force_close_top_transparent_fullscreen_task" namespace: "lse_desktop_experience" description: "If a top transparent fullscreen task is on top of desktop mode, force it to /n" "close if another task is opened or brought to front." bug: "395041610" metadata { purpose: PURPOSE_BUGFIX } } flag { name: "enable_windowing_dynamic_initial_bounds" namespace: "lse_desktop_experience" Loading