HomeSort by relevance Sort by last modified time
    Searched refs:yCoeff (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/view/
VelocityTracker.java 270 public final float[] yCoeff = new float[MAX_DEGREE + 1];
297 return estimate(time, yCoeff);
  /frameworks/base/core/jni/
android_view_VelocityTracker.cpp 34 jfieldID yCoeff;
200 gEstimatorClassInfo.yCoeff));
205 estimator.yCoeff);
260 GET_FIELD_ID(gEstimatorClassInfo.yCoeff, clazz,
261 "yCoeff", "[F");
  /frameworks/base/libs/ui/
Input.cpp 794 "estimator (degree=%d, xCoeff=%s, yCoeff=%s, confidence=%f)",
798 vectorToString(estimator.yCoeff, estimator.degree).string(),
1019 *outVy = estimator.yCoeff[1];
    [all...]
  /frameworks/base/include/ui/
Input.h 639 float xCoeff[MAX_DEGREE + 1], yCoeff[MAX_DEGREE + 1];
653 yCoeff[i] = 0;

Completed in 1081 milliseconds