Home
last modified time | relevance | path

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

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