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

  /frameworks/base/core/java/android/view/
VelocityTracker.java 269 public float estimateY(float time) {
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 325 float ly = ps.mEstimator.estimateY(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL);
328 float y = ps.mEstimator.estimateY(i * ESTIMATE_INTERVAL);
344 ly = ps.mAltEstimator.estimateY(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL);
347 float y = ps.mAltEstimator.estimateY(i * ESTIMATE_INTERVAL);
    [all...]

Completed in 67 milliseconds