Searched refs:createLinearInterpolator (Results 1 – 5 of 5) sorted by relevance
58 static jlong createLinearInterpolator(JNIEnv* env, jobject clazz) { in createLinearInterpolator() function103 { "createLinearInterpolator", "()J", (void*) createLinearInterpolator },
33 public static native long createLinearInterpolator(); in createLinearInterpolator() method in NativeInterpolatorFactoryHelper
45 return NativeInterpolatorFactoryHelper.createLinearInterpolator(); in createNativeInterpolator()
44 return NativeInterpolatorFactoryHelper.createLinearInterpolator(); in createNativeInterpolator()
89 /*package*/ static long createLinearInterpolator() { in createLinearInterpolator() method in NativeInterpolatorFactoryHelper_Delegate