Searched refs:estimateY (Results 1 – 2 of 2) sorted by relevance
269 public float estimateY(float time) { in estimateY() method in VelocityTracker.Estimator
324 float ly = ps.mEstimator.estimateY(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL); in onDraw()327 float y = ps.mEstimator.estimateY(i * ESTIMATE_INTERVAL); in onDraw()343 ly = ps.mAltEstimator.estimateY(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL); in onDraw()346 float y = ps.mAltEstimator.estimateY(i * ESTIMATE_INTERVAL); in onDraw()