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

/frameworks/base/core/java/android/view/
H A DVelocityTracker.java260 public float estimateX(float time) { method in class:VelocityTracker.Estimator
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java323 float lx = ps.mEstimator.estimateX(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL);
326 float x = ps.mEstimator.estimateX(i * ESTIMATE_INTERVAL);
342 lx = ps.mAltEstimator.estimateX(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL);
345 float x = ps.mAltEstimator.estimateX(i * ESTIMATE_INTERVAL);

Completed in 114 milliseconds