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

/frameworks/base/core/java/android/view/
H A DVelocityTracker.java282 public final float[] xCoeff = new float[MAX_DEGREE + 1]; field in class:VelocityTracker.Estimator
305 return estimate(time, xCoeff);
323 return index <= degree ? xCoeff[index] : 0;
/frameworks/base/core/jni/
H A Dandroid_view_VelocityTracker.cpp36 jfieldID xCoeff; member in struct:android::__anon1005
201 gEstimatorClassInfo.xCoeff));
206 estimator.xCoeff);
261 GET_FIELD_ID(gEstimatorClassInfo.xCoeff, clazz,
262 "xCoeff", "[F");
/frameworks/base/include/androidfw/
H A DVelocityTracker.h44 float xCoeff[MAX_DEGREE + 1], yCoeff[MAX_DEGREE + 1]; member in struct:android::VelocityTracker::Estimator
58 xCoeff[i] = 0;

Completed in 282 milliseconds