Home
last modified time | relevance | path

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

/aosp12/frameworks/base/graphics/java/android/graphics/animation/
H A DNativeInterpolatorFactory.java37 return createLinearInterpolator(); in createNativeInterpolator()
60 public static native long createLinearInterpolator(); in createLinearInterpolator() method in NativeInterpolatorFactory
/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_animation_NativeInterpolatorFactory.cpp56 static jlong createLinearInterpolator(JNIEnv* env, jobject clazz) { in createLinearInterpolator() function
101 { "createLinearInterpolator", "()J", (void*) createLinearInterpolator },
/aosp12/frameworks/base/core/java/android/view/animation/
H A DLinearInterpolator.java44 return NativeInterpolatorFactory.createLinearInterpolator(); in createNativeInterpolator()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/animation/
H A DNativeInterpolatorFactory_Delegate.java89 /*package*/ static long createLinearInterpolator() { in createLinearInterpolator() method in NativeInterpolatorFactory_Delegate