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

/frameworks/base/core/java/android/view/
H A DVelocityTracker.java269 public float estimateY(float time) { method in class:VelocityTracker.Estimator
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java324 float ly = ps.mEstimator.estimateY(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL);
327 float y = ps.mEstimator.estimateY(i * ESTIMATE_INTERVAL);
343 ly = ps.mAltEstimator.estimateY(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL);
346 float y = ps.mAltEstimator.estimateY(i * ESTIMATE_INTERVAL);

Completed in 485 milliseconds