From ec725a29d94481a9426a383698a1062dd3ecdc0b Mon Sep 17 00:00:00 2001 From: Lyn Han Date: Mon, 28 Sep 2020 14:05:54 -0500 Subject: Spring following bubbles with lower stiffness Bug: 168646300 Test: manual (confirmed with UX) Change-Id: I84d7969df87b027d55d87bf5d26d9075aa46ca2f --- .../android/systemui/bubbles/animation/StackAnimationController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/bubbles/animation/StackAnimationController.java b/packages/SystemUI/src/com/android/systemui/bubbles/animation/StackAnimationController.java index e835ea206e59..46ef9bc0948e 100644 --- a/packages/SystemUI/src/com/android/systemui/bubbles/animation/StackAnimationController.java +++ b/packages/SystemUI/src/com/android/systemui/bubbles/animation/StackAnimationController.java @@ -74,7 +74,7 @@ public class StackAnimationController extends */ public static final int DEFAULT_STIFFNESS = 12000; public static final float IME_ANIMATION_STIFFNESS = SpringForce.STIFFNESS_LOW; - private static final int FLING_FOLLOW_STIFFNESS = 20000; + private static final int FLING_FOLLOW_STIFFNESS = 500; public static final float DEFAULT_BOUNCINESS = 0.9f; private final PhysicsAnimator.SpringConfig mAnimateOutSpringConfig = -- cgit v1.2.3-59-g8ed1b