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