Searched refs:MIN_VELOCITY (Results 1 – 3 of 3) sorted by relevance
78 private const val MIN_VELOCITY = -MAX_VELOCITY in <lambda>() constant370 VELOCITY_SCALE * diff / deltaTime, MIN_VELOCITY, MAX_VELOCITY) in <lambda>()
170 private static final int MIN_VELOCITY = 100; field in EdgeEffect503 velocity = Math.min(Math.max(MIN_VELOCITY, Math.abs(velocity)), MAX_VELOCITY); in onAbsorb()
66107 Landroid/widget/EdgeEffect;->MIN_VELOCITY:I