Searched refs:createPathInterpolator (Results 1 – 4 of 4) 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
99 /*package*/ static long createPathInterpolator(float[] x, float[] y) { in createPathInterpolator() method in NativeInterpolatorFactory_Delegate
240 return NativeInterpolatorFactory.createPathInterpolator(mX, mY); in createNativeInterpolator()