Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8e02977 authored by Qijing Yao's avatar Qijing Yao Committed by Android (Google) Code Review
Browse files

Merge "Add flag for smoother window drop transition" into main

parents 7b27e42f 651f3d64
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -225,6 +225,8 @@ public enum DesktopExperienceFlags {
            Flags.FLAG_ENABLE_WINDOWING_TRANSITION_HANDLERS_OBSERVERS),
    ENABLE_WINDOW_DECORATION_REFACTOR(Flags::enableWindowDecorationRefactor, false,
            Flags.FLAG_ENABLE_WINDOW_DECORATION_REFACTOR),
    ENABLE_WINDOW_DROP_SMOOTH_TRANSITION(Flags::enableWindowDropSmoothTransition, false,
            Flags.FLAG_ENABLE_WINDOW_DROP_SMOOTH_TRANSITION),
    ENABLE_WINDOW_REPOSITIONING_API(Flags::enableWindowRepositioningApi, false,
            Flags.FLAG_ENABLE_WINDOW_REPOSITIONING_API),
    ENTER_DESKTOP_BY_DEFAULT_ON_FREEFORM_DISPLAYS(Flags::enterDesktopByDefaultOnFreeformDisplays,
+10 −0
Original line number Diff line number Diff line
@@ -1209,6 +1209,16 @@ flag {
    }
}

flag {
    name: "enable_window_drop_smooth_transition"
    namespace: "lse_desktop_experience"
    description: "Enables smoother visual transition when a window is dropped after being dragged."
    bug: "398992368"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_window_repositioning_api"
    namespace: "lse_desktop_experience"