Loading core/java/android/window/DesktopModeFlags.java +1 −0 Original line number Diff line number Diff line Loading @@ -115,6 +115,7 @@ public enum DesktopModeFlags { ENABLE_OPAQUE_BACKGROUND_FOR_TRANSPARENT_WINDOWS( Flags::enableOpaqueBackgroundForTransparentWindows, true), ENABLE_QUICKSWITCH_DESKTOP_SPLIT_BUGFIX(Flags::enableQuickswitchDesktopSplitBugfix, true), ENABLE_REQUEST_FULLSCREEN_BUGFIX(Flags::enableRequestFullscreenBugfix, false), ENABLE_RESIZING_METRICS(Flags::enableResizingMetrics, true), ENABLE_RESTORE_TO_PREVIOUS_SIZE_FROM_DESKTOP_IMMERSIVE( Flags::enableRestoreToPreviousSizeFromDesktopImmersive, true), Loading core/java/android/window/flags/lse_desktop_experience.aconfig +10 −0 Original line number Diff line number Diff line Loading @@ -970,6 +970,16 @@ flag { bug: "397804287" } flag { name: "enable_request_fullscreen_bugfix" namespace: "lse_desktop_experience" description: "Fixes split to fullscreen restoration using the Activity#requestFullscreenMode API" bug: "402973271" metadata { purpose: PURPOSE_BUGFIX } } flag { name: "enable_dynamic_radius_computation_bugfix" namespace: "lse_desktop_experience" Loading Loading
core/java/android/window/DesktopModeFlags.java +1 −0 Original line number Diff line number Diff line Loading @@ -115,6 +115,7 @@ public enum DesktopModeFlags { ENABLE_OPAQUE_BACKGROUND_FOR_TRANSPARENT_WINDOWS( Flags::enableOpaqueBackgroundForTransparentWindows, true), ENABLE_QUICKSWITCH_DESKTOP_SPLIT_BUGFIX(Flags::enableQuickswitchDesktopSplitBugfix, true), ENABLE_REQUEST_FULLSCREEN_BUGFIX(Flags::enableRequestFullscreenBugfix, false), ENABLE_RESIZING_METRICS(Flags::enableResizingMetrics, true), ENABLE_RESTORE_TO_PREVIOUS_SIZE_FROM_DESKTOP_IMMERSIVE( Flags::enableRestoreToPreviousSizeFromDesktopImmersive, true), Loading
core/java/android/window/flags/lse_desktop_experience.aconfig +10 −0 Original line number Diff line number Diff line Loading @@ -970,6 +970,16 @@ flag { bug: "397804287" } flag { name: "enable_request_fullscreen_bugfix" namespace: "lse_desktop_experience" description: "Fixes split to fullscreen restoration using the Activity#requestFullscreenMode API" bug: "402973271" metadata { purpose: PURPOSE_BUGFIX } } flag { name: "enable_dynamic_radius_computation_bugfix" namespace: "lse_desktop_experience" Loading