summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2020-09-28 23:29:01 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-09-28 23:29:01 +0000
commit4ed6e2359e7afdd9e6f0fde2cd4cb0d2f540ef9f (patch)
tree86eb2993c32e78e65269fa7b795cfd4cb67a6182
parent0f3fbe3e9fe3994057d53bfd37964f46e5472a65 (diff)
parentec725a29d94481a9426a383698a1062dd3ecdc0b (diff)
Merge "Spring following bubbles with lower stiffness"
-rw-r--r--packages/SystemUI/src/com/android/systemui/bubbles/animation/StackAnimationController.java2
1 files changed, 1 insertions, 1 deletions
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 =