Searched refs:ESTIMATE_INTERVAL (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java100 private final float ESTIMATE_INTERVAL = 0.02f; field in class:PointerLocationView
308 float lx = ps.mEstimator.estimateX(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL);
309 float ly = ps.mEstimator.estimateY(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL);
311 float x = ps.mEstimator.estimateX(i * ESTIMATE_INTERVAL);
312 float y = ps.mEstimator.estimateY(i * ESTIMATE_INTERVAL);
327 lx = ps.mAltEstimator.estimateX(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL);
328 ly = ps.mAltEstimator.estimateY(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL);
330 float x = ps.mAltEstimator.estimateX(i * ESTIMATE_INTERVAL);
331 float y = ps.mAltEstimator.estimateY(i * ESTIMATE_INTERVAL);

Completed in 43 milliseconds