Searched refs:createLinearInterpolator (Results 1 - 5 of 5) 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/
H A DRenderNodeAnimatorSetHelper.java39 return NativeInterpolatorFactoryHelper.createLinearInterpolator();
/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.cpp57 static jlong createLinearInterpolator(JNIEnv* env, jobject clazz) { function in namespace:android
89 { "createLinearInterpolator", "()J", (void*) createLinearInterpolator },
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/view/animation/
H A DNativeInterpolatorFactoryHelper_Delegate.java87 /*package*/ static long createLinearInterpolator() { method in class:NativeInterpolatorFactoryHelper_Delegate

Completed in 160 milliseconds