Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeDepthController.kt77 private const val MIN_VELOCITY = -MAX_VELOCITY
369 VELOCITY_SCALE * diff / deltaTime, MIN_VELOCITY, MAX_VELOCITY)
/aosp14/frameworks/base/core/java/android/widget/
H A DEdgeEffect.java170 private static final int MIN_VELOCITY = 100; field in EdgeEffect
503 velocity = Math.min(Math.max(MIN_VELOCITY, Math.abs(velocity)), MAX_VELOCITY); in onAbsorb()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt66750 Landroid/widget/EdgeEffect;->MIN_VELOCITY:I