Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/animation/
DNativeInterpolatorFactoryHelper.java33 public static native long createLinearInterpolator(); in createLinearInterpolator() method in NativeInterpolatorFactoryHelper
/frameworks/layoutlib/bridge/src/com/android/internal/view/animation/
DNativeInterpolatorFactoryHelper_Delegate.java89 /*package*/ static long createLinearInterpolator() { in createLinearInterpolator() method in NativeInterpolatorFactoryHelper_Delegate
/frameworks/base/core/jni/
Dcom_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp58 static jlong createLinearInterpolator(JNIEnv* env, jobject clazz) { in createLinearInterpolator() function