Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRectFSpringAnim.java253 float yVelocityPxPerS = velocityPxPerMs.y * 1000; in start() local
273 yVelocityPxPerS = adjustVelocity( in start()
274 yVelocityPxPerS, minVelocityYPxPerS, maxVelocityYPxPerS, fallOffFactor); in start()
298 .setStartVelocity(yVelocityPxPerS) in start()
328 Math.abs(yVelocityPxPerS), mMaxVelocityPxPerS) * Math.signum(yVelocityPxPerS); in start()