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

/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java73 private VelocityTracker.Estimator mEstimator = new VelocityTracker.Estimator(); field in class:PointerLocationView.PointerState
321 float lx = ps.mEstimator.estimateX(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL);
322 float ly = ps.mEstimator.estimateY(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL);
324 float x = ps.mEstimator.estimateX(i * ESTIMATE_INTERVAL);
325 float y = ps.mEstimator.estimateY(i * ESTIMATE_INTERVAL);
606 mVelocity.getEstimator(id, ps.mEstimator);

Completed in 88 milliseconds