Searched refs:ESTIMATE_INTERVAL (Results 1 – 1 of 1) sorted by relevance
83 private final float ESTIMATE_INTERVAL = 0.02f; field in PointerLocationView291 float lx = ps.mEstimator.estimateX(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL); in onDraw()292 float ly = ps.mEstimator.estimateY(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL); in onDraw()294 float x = ps.mEstimator.estimateX(i * ESTIMATE_INTERVAL); in onDraw()295 float y = ps.mEstimator.estimateY(i * ESTIMATE_INTERVAL); in onDraw()