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

Commit d6f62790 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "[Motion] LS split shade: fix bad AOD <-> LS media transition" into tm-dev am: ecd166ee

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17071384

Change-Id: Ic8906d06156c9298c08cd21f650b89bbec751522
parents 225c7f16 ecd166ee
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1467,6 +1467,11 @@ public class NotificationPanelViewController extends PanelViewController {
            constraintSet.connect(R.id.keyguard_status_view, END, statusConstraint, END);
            if (animate) {
                ChangeBounds transition = new ChangeBounds();
                if (mShouldUseSplitNotificationShade) {
                    // Excluding media from the transition on split-shade, as it doesn't transition
                    // horizontally properly.
                    transition.excludeTarget(R.id.status_view_media_container, true);
                }
                transition.setInterpolator(Interpolators.FAST_OUT_SLOW_IN);
                transition.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
                TransitionManager.beginDelayedTransition(mNotificationContainerParent, transition);