Tighten up dismiss animation springs.

Bug: 123545613
Change-Id: I36316295e12362def6b845885d339d228d8192a5
This commit is contained in:
Jon Miranda
2019-01-30 16:50:45 -08:00
parent 206b8bccb8
commit 391f01ac2e
@@ -120,7 +120,7 @@ public abstract class RecentsView<T extends BaseActivity> extends PagedView impl
public static final float SPRING_MIN_VISIBLE_CHANGE = 0.001f;
public static final float SPRING_DAMPING_RATIO = SpringForce.DAMPING_RATIO_MEDIUM_BOUNCY;
public static final float SPRING_STIFFNESS = SpringForce.STIFFNESS_LOW;
public static final float SPRING_STIFFNESS = SpringForce.STIFFNESS_MEDIUM;
public static final FloatProperty<RecentsView> CONTENT_ALPHA =
new FloatProperty<RecentsView>("contentAlpha") {