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 322 float ly = ps.mEstimator.estimateY(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL);
325 float y = ps.mEstimator.estimateY(i * ESTIMATE_INTERVAL);
341 ly = ps.mAltEstimator.estimateY(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL);
344 float y = ps.mAltEstimator.estimateY(i * ESTIMATE_INTERVAL);
    [all...]

Completed in 30 milliseconds