Searched refs:createLinearInterpolator (Results 1 – 4 of 4) sorted by relevance
37 return createLinearInterpolator(); in createNativeInterpolator()60 public static native long createLinearInterpolator(); in createLinearInterpolator() method in NativeInterpolatorFactory
56 static jlong createLinearInterpolator(JNIEnv* env, jobject clazz) { in createLinearInterpolator() function101 { "createLinearInterpolator", "()J", (void*) createLinearInterpolator },
44 return NativeInterpolatorFactory.createLinearInterpolator(); in createNativeInterpolator()
89 /*package*/ static long createLinearInterpolator() { in createLinearInterpolator() method in NativeInterpolatorFactory_Delegate