Home
last modified time | relevance | path

Searched refs:mVx (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DDistanceClassifier.java206 float dX = distanceVectors.mDx + distanceVectors.mVx * mVelocityToDistanceMultiplier; in getPassedFlingThreshold()
211 + distanceVectors.mVx * mVelocityToDistanceMultiplier); in getPassedFlingThreshold()
225 private final float mVx; field in DistanceClassifier.DistanceVectors
231 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()