Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/anim/
H A DAnimatorPlaybackController.java147 float velocityProgressPerMs = velocityPxPerMs * distanceInverse; in startWithVelocity() local
149 float oneFrameProgress = velocityProgressPerMs * getSingleFrameMs(context); in startWithVelocity()
164 .setStartVelocity(velocityProgressPerMs) in startWithVelocity()