Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp39 } gEstimatorClassInfo; variable
203 gEstimatorClassInfo.xCoeff)); in android_view_VelocityTracker_nativeGetEstimator()
205 gEstimatorClassInfo.yCoeff)); in android_view_VelocityTracker_nativeGetEstimator()
211 env->SetIntField(outEstimatorObj, gEstimatorClassInfo.degree, estimator.degree); in android_view_VelocityTracker_nativeGetEstimator()
212 env->SetFloatField(outEstimatorObj, gEstimatorClassInfo.confidence, estimator.confidence); in android_view_VelocityTracker_nativeGetEstimator()
239 gEstimatorClassInfo.xCoeff = GetFieldIDOrDie(env, clazz, "xCoeff", "[F"); in register_android_view_VelocityTracker()
240 gEstimatorClassInfo.yCoeff = GetFieldIDOrDie(env, clazz, "yCoeff", "[F"); in register_android_view_VelocityTracker()
241 gEstimatorClassInfo.degree = GetFieldIDOrDie(env, clazz, "degree", "I"); in register_android_view_VelocityTracker()
242 gEstimatorClassInfo.confidence = GetFieldIDOrDie(env, clazz, "confidence", "F"); in register_android_view_VelocityTracker()