Loading packages/SystemUI/src/com/android/systemui/statusbar/ActivatableNotificationView.java +2 −0 Original line number Diff line number Diff line Loading @@ -461,6 +461,8 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView if (mDrawingAppearAnimation) { startAppearAnimation(false /* isAppearing */, translationDirection, 0, duration, onFinishedRunnable); } else if (onFinishedRunnable != null) { onFinishedRunnable.run(); } } Loading packages/SystemUI/src/com/android/systemui/statusbar/stack/StackStateAnimator.java +1 −0 Original line number Diff line number Diff line Loading @@ -747,6 +747,7 @@ public class StackStateAnimator { } else if (event.animationType == NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE) { if (changingView.getVisibility() == View.GONE) { mHostLayout.getOverlay().remove(changingView); continue; } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/ActivatableNotificationView.java +2 −0 Original line number Diff line number Diff line Loading @@ -461,6 +461,8 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView if (mDrawingAppearAnimation) { startAppearAnimation(false /* isAppearing */, translationDirection, 0, duration, onFinishedRunnable); } else if (onFinishedRunnable != null) { onFinishedRunnable.run(); } } Loading
packages/SystemUI/src/com/android/systemui/statusbar/stack/StackStateAnimator.java +1 −0 Original line number Diff line number Diff line Loading @@ -747,6 +747,7 @@ public class StackStateAnimator { } else if (event.animationType == NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE) { if (changingView.getVisibility() == View.GONE) { mHostLayout.getOverlay().remove(changingView); continue; } Loading