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 324 float ly = ps.mEstimator.estimateY(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL);
327 float y = ps.mEstimator.estimateY(i * ESTIMATE_INTERVAL);
343 ly = ps.mAltEstimator.estimateY(-ESTIMATE_PAST_POINTS * ESTIMATE_INTERVAL);
346 float y = ps.mAltEstimator.estimateY(i * ESTIMATE_INTERVAL);
    [all...]

Completed in 53 milliseconds