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

Commit 718aa072 authored by Kacper Kapłon's avatar Kacper Kapłon
Browse files

Add aconfig flag for enabling exclusive floating window

Bug: 399376001
Flag: com.android.window.flags.enable_exclusive_floating_window
Test: N/A
Change-Id: I96bd71141dde87a39f15f724f427e8a035b30fa7
parent e8ef6fa0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -144,6 +144,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
@@ -766,6 +766,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"