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

Commit 362d01f5 authored by YCairn Overturf's avatar YCairn Overturf
Browse files

Add flag for freeform window box shadows

Bug: b/367464660
Flag: com.android.window.flags.enable_freeform_box_shadows
Test: Build SysUI
Change-Id: Ic11a813d528f978f4d363b3dadf5bdfdc3cac659
parent 9e6cc5ac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ public enum DesktopExperienceFlags {
    ENABLE_DISPLAY_WINDOWING_MODE_SWITCHING(Flags::enableDisplayWindowingModeSwitching, true),
    ENABLE_DRAG_TO_MAXIMIZE(Flags::enableDragToMaximize, true),
    ENABLE_DYNAMIC_RADIUS_COMPUTATION_BUGFIX(Flags::enableDynamicRadiusComputationBugfix, false),
    ENABLE_FREEFORM_BOX_SHADOWS(Flags::enableFreeformBoxShadows, false),
    ENABLE_KEYBOARD_SHORTCUTS_TO_SWITCH_DESKS(Flags::keyboardShortcutsToSwitchDesks, false),
    ENABLE_MOVE_TO_NEXT_DISPLAY_SHORTCUT(Flags::enableMoveToNextDisplayShortcut, true),
    ENABLE_MULTIDISPLAY_TRACKPAD_BACK_GESTURE(Flags::enableMultidisplayTrackpadBackGesture, false),
+10 −0
Original line number Diff line number Diff line
@@ -1033,3 +1033,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_freeform_box_shadows"
    namespace: "lse_desktop_experience"
    description: "Enables box shadows for freeform windows."
    bug: "367464660"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}