Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DVelocityTracker.java269 public float estimateY(float time) { in estimateY() method in VelocityTracker.Estimator
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java325 float ly = ps.mEstimator.estimateY(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL); in onDraw()
328 float y = ps.mEstimator.estimateY(i * ESTIMATE_INTERVAL); in onDraw()
344 ly = ps.mAltEstimator.estimateY(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL); in onDraw()
347 float y = ps.mAltEstimator.estimateY(i * ESTIMATE_INTERVAL); in onDraw()