Loading packages/SystemUI/src/com/android/systemui/bubbles/animation/ExpandedAnimationController.java +3 −0 Original line number Diff line number Diff line Loading @@ -323,6 +323,9 @@ public class ExpandedAnimationController /** Plays a dismiss animation on the dragged out bubble. */ public void dismissDraggedOutBubble(View bubble, Runnable after) { if (bubble == null) { return; } animationForChild(bubble) .withStiffness(SpringForce.STIFFNESS_HIGH) .scaleX(1.1f) Loading Loading
packages/SystemUI/src/com/android/systemui/bubbles/animation/ExpandedAnimationController.java +3 −0 Original line number Diff line number Diff line Loading @@ -323,6 +323,9 @@ public class ExpandedAnimationController /** Plays a dismiss animation on the dragged out bubble. */ public void dismissDraggedOutBubble(View bubble, Runnable after) { if (bubble == null) { return; } animationForChild(bubble) .withStiffness(SpringForce.STIFFNESS_HIGH) .scaleX(1.1f) Loading