Searched refs:createAnticipateInterpolator (Results 1 – 3 of 3) sorted by relevance
36 static jlong createAnticipateInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateInterpolator() function96 { "createAnticipateInterpolator", "(F)J", (void*) createAnticipateInterpolator },
50 public static native long createAnticipateInterpolator(float tension); in createAnticipateInterpolator() method in NativeInterpolatorFactory
76 return NativeInterpolatorFactory.createAnticipateInterpolator(mTension); in createNativeInterpolator()