Searched refs:outEstimatorObj (Results 1 – 1 of 1) sorted by relevance
197 jlong ptr, jint id, jobject outEstimatorObj) { in android_view_VelocityTracker_nativeGetEstimator() argument202 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()