HomeSort by relevance Sort by last modified time
    Searched refs:estimateX (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/
VelocityTracker.java 260 public float estimateX(float time) {
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 321 float lx = ps.mEstimator.estimateX(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL);
324 float x = ps.mEstimator.estimateX(i * ESTIMATE_INTERVAL);
340 lx = ps.mAltEstimator.estimateX(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL);
343 float x = ps.mAltEstimator.estimateX(i * ESTIMATE_INTERVAL);
    [all...]

Completed in 77 milliseconds