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

  /frameworks/base/core/java/android/view/
VelocityTracker.java 265 public final float[] xCoeff = new float[MAX_DEGREE + 1];
288 return estimate(time, xCoeff);
  /frameworks/base/core/jni/
android_view_VelocityTracker.cpp 33 jfieldID xCoeff;
198 gEstimatorClassInfo.xCoeff));
203 estimator.xCoeff);
258 GET_FIELD_ID(gEstimatorClassInfo.xCoeff, clazz,
259 "xCoeff", "[F");
  /frameworks/base/include/ui/
Input.h 639 float xCoeff[MAX_DEGREE + 1], yCoeff[MAX_DEGREE + 1];
652 xCoeff[i] = 0;

Completed in 493 milliseconds