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

Commit 5389de2a authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge "Merge "Add animateAlpha to add/remove animations" into rvc-dev am:...

Merge "Merge "Add animateAlpha to add/remove animations" into rvc-dev am: 8f9f1a9a am: 5d3ffeb0" into rvc-d1-dev-plus-aosp
parents 5ed0c0ae f5076125
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5983,6 +5983,7 @@ public class NotificationStackScrollLayout extends ViewGroup implements ScrollAd

                // ANIMATION_TYPE_ADD
                new AnimationFilter()
                        .animateAlpha()
                        .animateHeight()
                        .animateTopInset()
                        .animateY()
@@ -5991,6 +5992,7 @@ public class NotificationStackScrollLayout extends ViewGroup implements ScrollAd

                // ANIMATION_TYPE_REMOVE
                new AnimationFilter()
                        .animateAlpha()
                        .animateHeight()
                        .animateTopInset()
                        .animateY()