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:
@@ -164,7 +164,7 @@ public class SpringAnimationHandler {
|
||||
}
|
||||
|
||||
private void computeVelocity() {
|
||||
getVelocityTracker().computeCurrentVelocity(300);
|
||||
getVelocityTracker().computeCurrentVelocity(175);
|
||||
|
||||
mCurrentVelocity = isVerticalDirection()
|
||||
? getVelocityTracker().getYVelocity()
|
||||
|
||||
Reference in New Issue
Block a user