Searched refs:createCycleInterpolator (Results 1 – 4 of 4) sorted by relevance
48 static jlong createCycleInterpolator(JNIEnv* env, jobject clazz, jfloat cycles) { in createCycleInterpolator() function99 { "createCycleInterpolator", "(F)J", (void*) createCycleInterpolator },
56 public static native long createCycleInterpolator(float cycles); in createCycleInterpolator() method in NativeInterpolatorFactory
68 return NativeInterpolatorFactory.createCycleInterpolator(mCycles); in createNativeInterpolator()
79 /*package*/ static long createCycleInterpolator(float cycles) { in createCycleInterpolator() method in NativeInterpolatorFactory_Delegate