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

Commit 19f8421c authored by Evan Rosky's avatar Evan Rosky
Browse files

Add flag for porting window-resize animation to shell transit

This flag is for porting the WindowChangeAnimationSpec logic
from legacy transitions to shell transitions. This is
supposed to be the default animation (which covers for
*->fullscreen).

This seems to have been an oversight -- however, since
this technically can add animation to where there wasn't
one, put it behind a flag to be safe. Want to use it
for bubble-anything, so porting it now.

Bug: 384976265
Test: N/A - just a flag
Flag: com.android.window.flags.port_window_size_animation
Change-Id: I8d68d8d687d73866a1514b6e61961531fa90a8ad
parent 16125969
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -431,3 +431,11 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "port_window_size_animation"
    namespace: "systemui"
    description: "Port window-resize animation from legacy to shell"
    bug: "384976265"
}