Home
last modified time | relevance | path

Searched defs:yCoeff (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DVelocityTracker.java447 public final float[] yCoeff = new float[MAX_DEGREE + 1]; field in VelocityTracker.Estimator
/aosp12/frameworks/native/include/input/
H A DVelocityTracker.h60 float xCoeff[MAX_DEGREE + 1], yCoeff[MAX_DEGREE + 1]; member
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_VelocityTracker.cpp36 jfieldID yCoeff; member
/aosp12/frameworks/native/libs/input/
H A DVelocityTracker.cpp638 std::optional<std::array<float, 3>> yCoeff = solveUnweightedLeastSquaresDeg2(time, y); in getEstimator() local