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

/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java130 private final VelocityTracker mAltVelocity; field in class:PointerLocationView
182 mAltVelocity = VelocityTracker.obtain(altStrategy);
184 mAltVelocity = null;
340 if (mAltVelocity != null) {
544 if (mAltVelocity != null) {
545 mAltVelocity.clear();
577 if (mAltVelocity != null) {
578 mAltVelocity.addMovement(event);
579 mAltVelocity.computeCurrentVelocity(1);
610 if (mAltVelocity !
[all...]

Completed in 97 milliseconds