Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java56 private VelocityTracker.Estimator mEstimator = new VelocityTracker.Estimator(); field in PointerLocationView.PointerState
291 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()
539 mVelocity.getEstimator(id, -1, -1, ps.mEstimator); in addPointerEvent()