Loading core/java/android/window/DesktopExperienceFlags.java +4 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,10 @@ public enum DesktopExperienceFlags { ENABLE_CONNECTED_DISPLAYS_WALLPAPER( android.app.Flags::enableConnectedDisplaysWallpaper, false), ENABLE_CONNECTED_DISPLAYS_WINDOW_DRAG(Flags::enableConnectedDisplaysWindowDrag, true), ENABLE_DESKTOP_CLOSE_TASK_ANIMATION_IN_DTC_BUGFIX( Flags::enableDesktopCloseTaskAnimationInDtcBugfix, false), ENABLE_DESKTOP_SWIPE_BACK_MINIMIZE_ANIMATION_BUGFIX( Flags::enableDesktopSwipeBackMinimizeAnimationBugfix, false), ENABLE_DISPLAY_CONTENT_MODE_MANAGEMENT( com.android.server.display.feature.flags.Flags::enableDisplayContentModeManagement, true), Loading Loading
core/java/android/window/DesktopExperienceFlags.java +4 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,10 @@ public enum DesktopExperienceFlags { ENABLE_CONNECTED_DISPLAYS_WALLPAPER( android.app.Flags::enableConnectedDisplaysWallpaper, false), ENABLE_CONNECTED_DISPLAYS_WINDOW_DRAG(Flags::enableConnectedDisplaysWindowDrag, true), ENABLE_DESKTOP_CLOSE_TASK_ANIMATION_IN_DTC_BUGFIX( Flags::enableDesktopCloseTaskAnimationInDtcBugfix, false), ENABLE_DESKTOP_SWIPE_BACK_MINIMIZE_ANIMATION_BUGFIX( Flags::enableDesktopSwipeBackMinimizeAnimationBugfix, false), ENABLE_DISPLAY_CONTENT_MODE_MANAGEMENT( com.android.server.display.feature.flags.Flags::enableDisplayContentModeManagement, true), Loading