Searched refs:overshootDist (Results 1 – 1 of 1) sorted by relevance
1986 float overshootDist = (float) (Math.hypot(abs(overshootDistX), abs(overshootDistY))); in calculateOverscrollScale() local1989 float overShootFraction = overshootDist / (float) bounds.width(); in calculateOverscrollScale()1991 if (mEdgeCooldown && (overshootDist > minDist)) { in calculateOverscrollScale()