Searched refs:gEstimatorClassInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_VelocityTracker.cpp40 } gEstimatorClassInfo; member in namespace:android
201 gEstimatorClassInfo.xCoeff));
203 gEstimatorClassInfo.yCoeff));
209 env->SetIntField(outEstimatorObj, gEstimatorClassInfo.degree, estimator.degree);
210 env->SetFloatField(outEstimatorObj, gEstimatorClassInfo.confidence, estimator.confidence);
261 GET_FIELD_ID(gEstimatorClassInfo.xCoeff, clazz,
263 GET_FIELD_ID(gEstimatorClassInfo.yCoeff, clazz,
265 GET_FIELD_ID(gEstimatorClassInfo.degree, clazz,
267 GET_FIELD_ID(gEstimatorClassInfo.confidence, clazz,

Completed in 118 milliseconds