diff options
| author | 2021-02-18 02:38:23 +0000 | |
|---|---|---|
| committer | 2021-02-18 02:38:23 +0000 | |
| commit | b8737dac2c10558a05a8df5e6882b110136d72f9 (patch) | |
| tree | f62985ca18cbaa33c8ff8b9de482336e12c699c1 | |
| parent | de209e3a4b3e4c25ba7e413844e4e99e63c16d71 (diff) | |
| parent | 84bc184e38424cc61bd422a8f7f2a8a388f8959a (diff) | |
Merge "Tighten bubble chain when dragging collapsed stack" into sc-dev
| -rw-r--r-- | libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/StackAnimationController.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/StackAnimationController.java b/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/StackAnimationController.java index 73371e7eff20..56fe126f507e 100644 --- a/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/StackAnimationController.java +++ b/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/StackAnimationController.java @@ -75,7 +75,7 @@ public class StackAnimationController extends */ public static final int SPRING_TO_TOUCH_STIFFNESS = 12000; public static final float IME_ANIMATION_STIFFNESS = SpringForce.STIFFNESS_LOW; - private static final int CHAIN_STIFFNESS = 600; + private static final int CHAIN_STIFFNESS = 800; public static final float DEFAULT_BOUNCINESS = 0.9f; private final PhysicsAnimator.SpringConfig mAnimateOutSpringConfig = |