Searched refs:createPathInterpolator (Results 1 – 3 of 3) sorted by relevance
64 static jlong createPathInterpolator(JNIEnv* env, jobject clazz, jfloatArray jX, jfloatArray jY) { in createPathInterpolator() function103 { "createPathInterpolator", "([F[F)J", (void*) createPathInterpolator },
64 public static native long createPathInterpolator(float[] x, float[] y); in createPathInterpolator() method in NativeInterpolatorFactory
242 return NativeInterpolatorFactory.createPathInterpolator(mX, mY); in createNativeInterpolator()