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

/frameworks/base/core/java/android/view/
H A DVelocityTracker.java287 public final float[] yCoeff = new float[MAX_DEGREE + 1]; field in class:VelocityTracker.Estimator
314 return estimate(time, yCoeff);
332 return index <= degree ? yCoeff[index] : 0;
/frameworks/base/core/jni/
H A Dandroid_view_VelocityTracker.cpp37 jfieldID yCoeff; member in struct:android::__anon1005
203 gEstimatorClassInfo.yCoeff));
208 estimator.yCoeff);
263 GET_FIELD_ID(gEstimatorClassInfo.yCoeff, clazz,
264 "yCoeff", "[F");
/frameworks/base/include/androidfw/
H A DVelocityTracker.h44 float xCoeff[MAX_DEGREE + 1], yCoeff[MAX_DEGREE + 1]; member in struct:android::VelocityTracker::Estimator
59 yCoeff[i] = 0;

Completed in 50 milliseconds