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

Commit 7034e051 authored by Peter Kalauskas's avatar Peter Kalauskas
Browse files

Add flags for moving windows to UI threads

Flag: EXEMPT add flag
Bug: 374159193
Bug: 374159657
Test: m
Change-Id: I0a3c7703cf88a10409716210ab052b1b326ae5ec
parent 911d21f2
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"