Home
last modified time | relevance | path

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

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