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

Commit 566e424c authored by Kacper Kapłon's avatar Kacper Kapłon Committed by Android (Google) Code Review
Browse files

Merge "Add aconfig flag for enabling exclusive floating window" into main

parents 01418e2a 718aa072
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -147,6 +147,8 @@ public enum DesktopExperienceFlags {
            Flags.FLAG_ENABLE_EMPTY_DESK_ON_MINIMIZE),
    ENABLE_EMPTY_ROOTS_NEVER_TOP(Flags::emptyRootsNeverTop, false,
            Flags.FLAG_EMPTY_ROOTS_NEVER_TOP),
    ENABLE_EXCLUSIVE_FLOATING_WINDOW(Flags::enableExclusiveFloatingWindow, false,
            Flags.FLAG_ENABLE_EXCLUSIVE_FLOATING_WINDOW),
    ENABLE_FREEFORM_BOX_SHADOWS(Flags::enableFreeformBoxShadows, false,
            Flags.FLAG_ENABLE_FREEFORM_BOX_SHADOWS),
    ENABLE_FREEFORM_DISPLAY_LAUNCH_PARAMS(Flags::enableFreeformDisplayLaunchParams, true,
+7 −0
Original line number Diff line number Diff line
@@ -786,6 +786,13 @@ flag {
    }
}

flag {
    name: "enable_exclusive_floating_window"
    namespace: "lse_desktop_experience"
    description: "Enables the exclusive floating-on-top freeform window API."
    bug: "399376001"
}

flag {
    name: "enable_freeform_box_shadows"
    namespace: "lse_desktop_experience"