Searched defs:createPathInterpolator (Results 1 – 3 of 3) sorted by relevance
35 public static native long createPathInterpolator(float[] x, float[] y); in createPathInterpolator() method in NativeInterpolatorFactoryHelper
99 /*package*/ static long createPathInterpolator(float[] x, float[] y) { in createPathInterpolator() method in NativeInterpolatorFactoryHelper_Delegate
66 static jlong createPathInterpolator(JNIEnv* env, jobject clazz, jfloatArray jX, jfloatArray jY) { in createPathInterpolator() function