Home
last modified time | relevance | path

Searched refs:yCoeff (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/input/
DVelocityTracker.cpp266 vectorToString(estimator.yCoeff, estimator.degree + 1).c_str(), in addMovement()
347 *outVy = estimator.yCoeff[1]; in getVelocity()
649 outEstimator->yCoeff[0] = 0; in getEstimator()
651 outEstimator->yCoeff[1] = solveUnweightedLeastSquaresDeg2(time, y, m); in getEstimator()
653 outEstimator->yCoeff[2] = 0; in getEstimator()
660 && solveLeastSquares(time, y, w, m, n, outEstimator->yCoeff, &ydet)) { in getEstimator()
668 vectorToString(outEstimator->yCoeff, n).c_str(), in getEstimator()
677 outEstimator->yCoeff[0] = y[0]; in getEstimator()
862 outEstimator->yCoeff[0] = state.ypos; in populateEstimator()
863 outEstimator->yCoeff[1] = state.yvel; in populateEstimator()
[all …]
/frameworks/base/core/java/android/view/
DVelocityTracker.java243 public final float[] yCoeff = new float[MAX_DEGREE + 1]; field in VelocityTracker.Estimator
270 return estimate(time, yCoeff); in estimateY()
288 return index <= degree ? yCoeff[index] : 0; in getYCoeff()
/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp38 jfieldID yCoeff; member
204 gEstimatorClassInfo.yCoeff)); in android_view_VelocityTracker_nativeGetEstimator()
209 estimator.yCoeff); in android_view_VelocityTracker_nativeGetEstimator()
253 gEstimatorClassInfo.yCoeff = GetFieldIDOrDie(env, clazz, "yCoeff", "[F"); in register_android_view_VelocityTracker()
/frameworks/native/include/input/
DVelocityTracker.h44 float xCoeff[MAX_DEGREE + 1], yCoeff[MAX_DEGREE + 1]; member
59 yCoeff[i] = 0; in clear()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt6321 Landroid/view/VelocityTracker$Estimator;->yCoeff:[F