Home
last modified time | relevance | path

Searched refs:MAX_VELOCITY (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShadeDepthController.kt77 private const val MAX_VELOCITY = 3000f in <lambda>() constant
78 private const val MIN_VELOCITY = -MAX_VELOCITY in <lambda>()
370 VELOCITY_SCALE * diff / deltaTime, MIN_VELOCITY, MAX_VELOCITY) in <lambda>()
/frameworks/base/core/java/android/widget/
DEdgeEffect.java172 private static final int MAX_VELOCITY = 10000; field in EdgeEffect
503 velocity = Math.min(Math.max(MIN_VELOCITY, Math.abs(velocity)), MAX_VELOCITY); in onAbsorb()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt66096 Landroid/widget/EdgeEffect;->MAX_VELOCITY:I