Home
last modified time | relevance | path

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

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