Searched refs:MAX_VELOCITY (Results 1 – 3 of 3) sorted by relevance
77 private const val MAX_VELOCITY = 3000f in <lambda>() constant78 private const val MIN_VELOCITY = -MAX_VELOCITY in <lambda>()370 VELOCITY_SCALE * diff / deltaTime, MIN_VELOCITY, MAX_VELOCITY) in <lambda>()
172 private static final int MAX_VELOCITY = 10000; field in EdgeEffect503 velocity = Math.min(Math.max(MIN_VELOCITY, Math.abs(velocity)), MAX_VELOCITY); in onAbsorb()
66096 Landroid/widget/EdgeEffect;->MAX_VELOCITY:I