Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DPhysicsAnimator.kt341 val distanceToDestination = toAtLeast - property.getValue(target) regex
345 val velocityToReachDestination = distanceToDestination *
354 distanceToDestination > 0f && startVelocity >= 0f ->
356 distanceToDestination < 0f && startVelocity <= 0f ->