Searched refs:estimateY (Results 1 – 2 of 2) sorted by relevance
269 public float estimateY(float time) { in estimateY() method in VelocityTracker.Estimator
325 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()