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

Commit 21e32624 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add flags for moving windows to UI threads" into main

parents a6173cca 7034e051
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -297,6 +297,22 @@ flag {
    bug: "304583132"
}

flag {
    name: "status_bar_ui_thread"
    namespace: "systemui"
    description: "Move the StatusBar window to a new UI thread, which is separate from the main "
        "thread."
    bug: "374159193"
}

flag {
    name: "notification_shade_ui_thread"
    namespace: "systemui"
    description: "Move the NotificationShade window to a new UI thread, which is separate from "
        "the main thread."
    bug: "374159657"
}

flag {
    name: "new_aod_transition"
    namespace: "systemui"