Loading libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleStackView.java +2 −2 Original line number Diff line number Diff line Loading @@ -1665,6 +1665,7 @@ public class BubbleStackView extends FrameLayout } beforeExpandedViewAnimation(); updateBadgesAndZOrder(false /* setBadgeForCollapsedStack */); mBubbleContainer.setActiveController(mExpandedAnimationController); updateOverflowVisibility(); updatePointerPosition(); Loading Loading @@ -1878,7 +1879,7 @@ public class BubbleStackView extends FrameLayout mExpandedBubble)); } updateOverflowVisibility(); updateBadgesAndZOrder(true /* setBadgeForCollapsedStack */); afterExpandedViewAnimation(); if (previouslySelected != null) { previouslySelected.setContentVisibility(false); Loading Loading @@ -2626,7 +2627,6 @@ public class BubbleStackView extends FrameLayout } mStackOnLeftOrWillBe = mStackAnimationController.isStackOnLeftSide(); updateBadgesAndZOrder(false /* setBadgeForCollapsedStack */); } /** Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleStackView.java +2 −2 Original line number Diff line number Diff line Loading @@ -1665,6 +1665,7 @@ public class BubbleStackView extends FrameLayout } beforeExpandedViewAnimation(); updateBadgesAndZOrder(false /* setBadgeForCollapsedStack */); mBubbleContainer.setActiveController(mExpandedAnimationController); updateOverflowVisibility(); updatePointerPosition(); Loading Loading @@ -1878,7 +1879,7 @@ public class BubbleStackView extends FrameLayout mExpandedBubble)); } updateOverflowVisibility(); updateBadgesAndZOrder(true /* setBadgeForCollapsedStack */); afterExpandedViewAnimation(); if (previouslySelected != null) { previouslySelected.setContentVisibility(false); Loading Loading @@ -2626,7 +2627,6 @@ public class BubbleStackView extends FrameLayout } mStackOnLeftOrWillBe = mStackAnimationController.isStackOnLeftSide(); updateBadgesAndZOrder(false /* setBadgeForCollapsedStack */); } /** Loading