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 238 public final float[] xCoeff = new float[MAX_DEGREE + 1];
261 return estimate(time, xCoeff);
279 return index <= degree ? xCoeff[index] : 0;
  /frameworks/base/core/jni/
android_view_VelocityTracker.cpp 36 jfieldID xCoeff;
201 gEstimatorClassInfo.xCoeff));
206 estimator.xCoeff);
261 GET_FIELD_ID(gEstimatorClassInfo.xCoeff, clazz,
262 "xCoeff", "[F");
  /frameworks/native/include/input/
VelocityTracker.h 44 float xCoeff[MAX_DEGREE + 1], yCoeff[MAX_DEGREE + 1];
58 xCoeff[i] = 0;

Completed in 59 milliseconds