Searched refs:createLinearInterpolator (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/animation/
H A DNativeInterpolatorFactoryHelper.java33 public static native long createLinearInterpolator(); method in class:NativeInterpolatorFactoryHelper
/frameworks/base/core/java/android/view/animation/
H A DLinearInterpolator.java45 return NativeInterpolatorFactoryHelper.createLinearInterpolator();
/frameworks/base/core/jni/
H A Dcom_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp59 static jlong createLinearInterpolator(JNIEnv* env, jobject clazz) { function in namespace:android
94 { "createLinearInterpolator", "()J", (void*) createLinearInterpolator },

Completed in 133 milliseconds