Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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 =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment