Searched refs:LINEAR_VELOCITY_TAKE_OVER (Results 1 – 1 of 1) sorted by relevance
106 private static final float LINEAR_VELOCITY_TAKE_OVER = 200f; field in EdgeEffect757 if (Math.abs(mVelocity) <= LINEAR_VELOCITY_TAKE_OVER in updateSpring()763 mVelocity = Math.signum(mVelocity) * LINEAR_VELOCITY_TAKE_OVER; in updateSpring()