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

Change-Id: I8502d8e76dc1816aba38914dade36c51f801c0f3
This commit is contained in:
TreeHugger Robot
2020-05-20 02:07:42 +00:00
committed by Automerger Merge Worker

View File

@@ -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()