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

  /frameworks/base/core/java/android/view/
VelocityTracker.java 63 int degree, int horizonMillis, Estimator outEstimator);
222 * Get an estimator for the movements of a pointer using past movements of the
229 * @param degree The desired polynomial degree. The actual estimator may have
233 * @param outEstimator The estimator to populate.
234 * @return True if an estimator was obtained, false if there is no information
239 public boolean getEstimator(int id, int degree, int horizonMillis, Estimator outEstimator) {
247 * An estimator for the movements of a pointer based on a polynomial model.
258 public static final class Estimator {
259 // Must match VelocityTracker::Estimator::MAX_DEGREE
  /frameworks/base/include/ui/
Input.h 635 struct Estimator {
683 // Gets a quadratic estimator for the movements of the specified pointer id.
684 // Returns false and clears the estimator if there is no information available
687 Estimator* outEstimator) const;

Completed in 622 milliseconds