Home
last modified time | relevance | path

Searched refs:createLinearInterpolator (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/jni/
Dcom_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp58 static jlong createLinearInterpolator(JNIEnv* env, jobject clazz) { in createLinearInterpolator() function
103 { "createLinearInterpolator", "()J", (void*) createLinearInterpolator },
/frameworks/base/core/java/com/android/internal/view/animation/
DNativeInterpolatorFactoryHelper.java33 public static native long createLinearInterpolator(); in createLinearInterpolator() method in NativeInterpolatorFactoryHelper
/frameworks/base/core/java/android/view/animation/
DLinearInterpolator.java45 return NativeInterpolatorFactoryHelper.createLinearInterpolator(); in createNativeInterpolator()
/frameworks/base/core/java/android/view/
DRenderNodeAnimatorSetHelper.java44 return NativeInterpolatorFactoryHelper.createLinearInterpolator(); in createNativeInterpolator()
/frameworks/layoutlib/bridge/src/com/android/internal/view/animation/
DNativeInterpolatorFactoryHelper_Delegate.java89 /*package*/ static long createLinearInterpolator() { in createLinearInterpolator() method in NativeInterpolatorFactoryHelper_Delegate