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

/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java73 private VelocityTracker.Estimator mAltEstimator = new VelocityTracker.Estimator(); field in class:PointerLocationView.PointerState
327 lx = ps.mAltEstimator.estimateX(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL);
328 ly = ps.mAltEstimator.estimateY(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL);
330 float x = ps.mAltEstimator.estimateX(i * ESTIMATE_INTERVAL);
331 float y = ps.mAltEstimator.estimateY(i * ESTIMATE_INTERVAL);
596 mAltVelocity.getEstimator(id, ps.mAltEstimator);

Completed in 238 milliseconds