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

/frameworks/base/core/java/android/view/
H A DVelocityTracker.java259 // Must match VelocityTracker::Estimator::MAX_DEGREE
260 private static final int MAX_DEGREE = 2; field in class:VelocityTracker.Estimator
265 public final float[] xCoeff = new float[MAX_DEGREE + 1];
270 public final float[] yCoeff = new float[MAX_DEGREE + 1];
/frameworks/base/include/ui/
H A DInput.h636 static const size_t MAX_DEGREE = 2; member in struct:android::VelocityTracker::Estimator
639 float xCoeff[MAX_DEGREE + 1], yCoeff[MAX_DEGREE + 1];
651 for (size_t i = 0; i <= MAX_DEGREE; i++) {

Completed in 55 milliseconds