Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/anim/
DAnimatorPlaybackController.java149 float scaledVelocity = velocity * scaleInverse; in startWithVelocity() local
152 + scaledVelocity * getSingleFrameMs(context), 0f, 1f); in startWithVelocity()
165 .setStartVelocity(scaledVelocity) in startWithVelocity()