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

/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java106 private final float ESTIMATE_INTERVAL = 0.02f; field in class:PointerLocationView
321 float lx = ps.mEstimator.estimateX(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL);
322 float ly = ps.mEstimator.estimateY(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL);
324 float x = ps.mEstimator.estimateX(i * ESTIMATE_INTERVAL);
325 float y = ps.mEstimator.estimateY(i * ESTIMATE_INTERVAL);
340 lx = ps.mAltEstimator.estimateX(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL);
341 ly = ps.mAltEstimator.estimateY(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL);
343 float x = ps.mAltEstimator.estimateX(i * ESTIMATE_INTERVAL);
344 float y = ps.mAltEstimator.estimateY(i * ESTIMATE_INTERVAL);

Completed in 85 milliseconds