Searched refs:yVelocityPxPerS (Results 1 – 1 of 1) sorted by relevance
253 float yVelocityPxPerS = velocityPxPerMs.y * 1000; in start() local273 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()