Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp196 jlong ptr, jint id, jobject outEstimatorObj) { in android_view_VelocityTracker_nativeGetEstimator() argument
201 jfloatArray xCoeffObj = jfloatArray(env->GetObjectField(outEstimatorObj, in android_view_VelocityTracker_nativeGetEstimator()
203 jfloatArray yCoeffObj = jfloatArray(env->GetObjectField(outEstimatorObj, 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()