Searched refs:mVy (Results 1 – 1 of 1) sorted by relevance
207 float dY = distanceVectors.mDy + distanceVectors.mVy * mVelocityToDistanceMultiplier; in getPassedFlingThreshold()217 + distanceVectors.mVy * mVelocityToDistanceMultiplier); in getPassedFlingThreshold()226 private final float mVy; field in DistanceClassifier.DistanceVectors232 this.mVy = vY; in DistanceVectors()237 return String.format((Locale) null, "{dx=%f, vx=%f, dy=%f, vy=%f}", mDx, mVx, mDy, mVy); in toString()