Searched refs:mVy (Results 1 – 2 of 2) sorted by relevance
210 float dY = distanceVectors.mDy + distanceVectors.mVy * mVelocityToDistanceMultiplier; in getPassedFlingThreshold()220 + distanceVectors.mVy * mVelocityToDistanceMultiplier); in getPassedFlingThreshold()229 private final float mVy; field in DistanceClassifier.DistanceVectors235 this.mVy = vY; in DistanceVectors()240 return String.format((Locale) null, "{dx=%f, vx=%f, dy=%f, vy=%f}", mDx, mVx, mDy, mVy); in toString()
400 private float mVx, mVy; field in PlatLogoActivity.Starfield445 mVy = y; in setVelocity()452 final float dy = (mVy * dtSec * mWarp); in draw()