Home
last modified time | relevance | path

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

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