Searched defs:createPathInterpolator (Results 1 – 3 of 3) sorted by relevance
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
64 static jlong createPathInterpolator(JNIEnv* env, jobject clazz, jfloatArray jX, jfloatArray jY) { in createPathInterpolator() function