Home
last modified time | relevance | path

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

/aosp12/frameworks/base/graphics/java/android/graphics/animation/
H A DNativeInterpolatorFactory.java60 public static native long createLinearInterpolator(); in createLinearInterpolator() method in NativeInterpolatorFactory
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/animation/
H A DNativeInterpolatorFactory_Delegate.java89 /*package*/ static long createLinearInterpolator() { in createLinearInterpolator() method in NativeInterpolatorFactory_Delegate
/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_animation_NativeInterpolatorFactory.cpp56 static jlong createLinearInterpolator(JNIEnv* env, jobject clazz) { in createLinearInterpolator() function