Searched refs:mVy (Results 1 – 2 of 2) sorted by relevance
212 float dY = distanceVectors.mDy + distanceVectors.mVy * mVelocityToDistanceMultiplier; in getPassedFlingThreshold()222 + distanceVectors.mVy * mVelocityToDistanceMultiplier); in getPassedFlingThreshold()231 private final float mVy; field in DistanceClassifier.DistanceVectors237 this.mVy = vY; in DistanceVectors()242 return String.format((Locale) null, "{dx=%f, vx=%f, dy=%f, vy=%f}", mDx, mVx, mDy, mVy); in toString()
399 private float mVx, mVy; field in PlatLogoActivity.Starfield444 mVy = y; in setVelocity()451 final float dy = (mVy * dtSec * mWarp); in draw()