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

/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java72 private VelocityTracker.Estimator mEstimator = new VelocityTracker.Estimator(); field in class:PointerLocationView.PointerState
308 float lx = ps.mEstimator.estimateX(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL);
309 float ly = ps.mEstimator.estimateY(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL);
311 float x = ps.mEstimator.estimateX(i * ESTIMATE_INTERVAL);
312 float y = ps.mEstimator.estimateY(i * ESTIMATE_INTERVAL);
592 mVelocity.getEstimator(id, ps.mEstimator);

Completed in 182 milliseconds