Loading packages/SystemUI/src/com/android/systemui/bubbles/BubbleStackView.java +2 −0 Original line number Diff line number Diff line Loading @@ -919,6 +919,7 @@ public class BubbleStackView extends FrameLayout { private void animateCollapse() { mIsExpanded = false; final Bubble previouslySelected = mExpandedBubble; beforeExpandedViewAnimation(); mBubbleContainer.cancelAllAnimations(); Loading @@ -928,6 +929,7 @@ public class BubbleStackView extends FrameLayout { () -> { mBubbleContainer.setActiveController(mStackAnimationController); afterExpandedViewAnimation(); previouslySelected.setContentVisibility(false); }); mExpandedViewXAnim.animateToFinalPosition(getCollapsedX()); Loading Loading
packages/SystemUI/src/com/android/systemui/bubbles/BubbleStackView.java +2 −0 Original line number Diff line number Diff line Loading @@ -919,6 +919,7 @@ public class BubbleStackView extends FrameLayout { private void animateCollapse() { mIsExpanded = false; final Bubble previouslySelected = mExpandedBubble; beforeExpandedViewAnimation(); mBubbleContainer.cancelAllAnimations(); Loading @@ -928,6 +929,7 @@ public class BubbleStackView extends FrameLayout { () -> { mBubbleContainer.setActiveController(mStackAnimationController); afterExpandedViewAnimation(); previouslySelected.setContentVisibility(false); }); mExpandedViewXAnim.animateToFinalPosition(getCollapsedX()); Loading