Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/anim/
DAnimatorPlaybackController.java146 float distanceInverse = 1 / Math.abs(endDistance); in startWithVelocity() local
147 float velocityProgressPerMs = velocityPxPerMs * distanceInverse; in startWithVelocity()
165 .setMinimumVisibleChange(distanceInverse) in startWithVelocity()