Searched defs:mAltYVelocity (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java65 private float mAltYVelocity; field in class:PointerLocationView.PointerState
354 yVel = ps.mAltYVelocity * (1000 / 60);
612 ps.mAltYVelocity = mAltVelocity.getYVelocity(id);

Completed in 81 milliseconds