Update physics VelocityTracker units to 175 pixels per second.

This makes it a bit more subtle.

Bug: 38349031
Change-Id: I2a6f5edf2d662ca1e742665e437ff59268f00c07
This commit is contained in:
Jon Miranda
2017-05-23 20:31:10 -07:00
parent 9d1aa13a97
commit 66714d3cb7
@@ -164,7 +164,7 @@ public class SpringAnimationHandler {
}
private void computeVelocity() {
getVelocityTracker().computeCurrentVelocity(300);
getVelocityTracker().computeCurrentVelocity(175);
mCurrentVelocity = isVerticalDirection()
? getVelocityTracker().getYVelocity()