Searched defs:estimate (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DVelocityTracker.java283 * Gets an estimate of the X position of the pointer at the specified time point.
288 return estimate(time, xCoeff);
292 * Gets an estimate of the Y position of the pointer at the specified time point.
297 return estimate(time, yCoeff);
300 private float estimate(float time, float[] c) { method in class:VelocityTracker.Estimator

Completed in 502 milliseconds