Loading libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/StackAnimationController.java +4 −2 Original line number Diff line number Diff line Loading @@ -769,9 +769,11 @@ public class StackAnimationController extends boolean swapped = false; for (int newIndex = 0; newIndex < bubbleViews.size(); newIndex++) { View view = bubbleViews.get(newIndex); if (view != null) { final int oldIndex = mLayout.indexOfChild(view); swapped |= animateSwap(view, oldIndex, newIndex, updateAllIcons, after); } } if (!swapped) { // All bubbles were at the right position. Make sure badges and z order is correct. updateAllIcons.run(); Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/StackAnimationController.java +4 −2 Original line number Diff line number Diff line Loading @@ -769,9 +769,11 @@ public class StackAnimationController extends boolean swapped = false; for (int newIndex = 0; newIndex < bubbleViews.size(); newIndex++) { View view = bubbleViews.get(newIndex); if (view != null) { final int oldIndex = mLayout.indexOfChild(view); swapped |= animateSwap(view, oldIndex, newIndex, updateAllIcons, after); } } if (!swapped) { // All bubbles were at the right position. Make sure badges and z order is correct. updateAllIcons.run(); Loading