Home
last modified time | relevance | path

Searched defs:createLinearInterpolator (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/jni/
Dandroid_graphics_animation_NativeInterpolatorFactory.cpp54 static jlong createLinearInterpolator(JNIEnv* env, jobject clazz) { in createLinearInterpolator() function
99 { "createLinearInterpolator", "()J", (void*) createLinearInterpolator }, in createLinearInterpolator() method
/frameworks/base/graphics/java/android/graphics/animation/
DNativeInterpolatorFactory.java60 public static native long createLinearInterpolator(); in createLinearInterpolator() method in NativeInterpolatorFactory