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