Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/animation/
DPhysicsAnimator.kt320 val toAtLeast = if (startVelocity < 0) flingConfig.min else flingConfig.max in flingThenSpring() constant
322 if (flingMustReachMinOrMax && isValidValue(toAtLeast)) { in flingThenSpring()
341 val distanceToDestination = toAtLeast - property.getValue(target) in flingThenSpring()
361 springConfigCopy.finalPosition = toAtLeast in flingThenSpring()