Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp41 } gEstimatorClassInfo; variable
202 gEstimatorClassInfo.xCoeff)); in android_view_VelocityTracker_nativeGetEstimator()
204 gEstimatorClassInfo.yCoeff)); in android_view_VelocityTracker_nativeGetEstimator()
210 env->SetIntField(outEstimatorObj, gEstimatorClassInfo.degree, estimator.degree); in android_view_VelocityTracker_nativeGetEstimator()
211 env->SetFloatField(outEstimatorObj, gEstimatorClassInfo.confidence, estimator.confidence); in android_view_VelocityTracker_nativeGetEstimator()
252 gEstimatorClassInfo.xCoeff = GetFieldIDOrDie(env, clazz, "xCoeff", "[F"); in register_android_view_VelocityTracker()
253 gEstimatorClassInfo.yCoeff = GetFieldIDOrDie(env, clazz, "yCoeff", "[F"); in register_android_view_VelocityTracker()
254 gEstimatorClassInfo.degree = GetFieldIDOrDie(env, clazz, "degree", "I"); in register_android_view_VelocityTracker()
255 gEstimatorClassInfo.confidence = GetFieldIDOrDie(env, clazz, "confidence", "F"); in register_android_view_VelocityTracker()