Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8737dac authored by Lyn Han's avatar Lyn Han Committed by Android (Google) Code Review
Browse files

Merge "Tighten bubble chain when dragging collapsed stack" into sc-dev

parents de209e3a 84bc184e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 =