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

/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java114 private final VelocityTracker mAltVelocity; field in class:PointerLocationView
161 mAltVelocity = VelocityTracker.obtain(altStrategy);
163 mAltVelocity = null;
318 if (mAltVelocity != null) {
509 if (mAltVelocity != null) {
510 mAltVelocity.clear();
539 if (mAltVelocity != null) {
540 mAltVelocity.addMovement(event);
541 mAltVelocity.computeCurrentVelocity(1);
574 if (mAltVelocity !
[all...]

Completed in 255 milliseconds