Home
last modified time | relevance | path

Searched refs:NativeInterpolatorFactory (Results 1 – 17 of 17) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/animation/
H A DLinearInterpolator.java22 import android.graphics.animation.NativeInterpolatorFactory;
44 return NativeInterpolatorFactory.createLinearInterpolator(); in createNativeInterpolator()
H A DAccelerateDecelerateInterpolator.java22 import android.graphics.animation.NativeInterpolatorFactory;
46 return NativeInterpolatorFactory.createAccelerateDecelerateInterpolator(); in createNativeInterpolator()
H A DBounceInterpolator.java22 import android.graphics.animation.NativeInterpolatorFactory;
58 return NativeInterpolatorFactory.createBounceInterpolator(); in createNativeInterpolator()
H A DAnticipateInterpolator.java25 import android.graphics.animation.NativeInterpolatorFactory;
76 return NativeInterpolatorFactory.createAnticipateInterpolator(mTension); in createNativeInterpolator()
H A DCycleInterpolator.java25 import android.graphics.animation.NativeInterpolatorFactory;
68 return NativeInterpolatorFactory.createCycleInterpolator(mCycles); in createNativeInterpolator()
H A DOvershootInterpolator.java25 import android.graphics.animation.NativeInterpolatorFactory;
79 return NativeInterpolatorFactory.createOvershootInterpolator(mTension); in createNativeInterpolator()
H A DAccelerateInterpolator.java25 import android.graphics.animation.NativeInterpolatorFactory;
88 return NativeInterpolatorFactory.createAccelerateInterpolator(mFactor); in createNativeInterpolator()
H A DDecelerateInterpolator.java25 import android.graphics.animation.NativeInterpolatorFactory;
84 return NativeInterpolatorFactory.createDecelerateInterpolator(mFactor); in createNativeInterpolator()
H A DAnticipateOvershootInterpolator.java29 import android.graphics.animation.NativeInterpolatorFactory;
106 return NativeInterpolatorFactory.createAnticipateOvershootInterpolator(mTension); in createNativeInterpolator()
H A DPathInterpolator.java25 import android.graphics.animation.NativeInterpolatorFactory;
240 return NativeInterpolatorFactory.createPathInterpolator(mX, mY); in createNativeInterpolator()
/aosp12/frameworks/base/graphics/java/android/graphics/animation/
H A DNativeInterpolatorFactory.java27 public final class NativeInterpolatorFactory { class
28 private NativeInterpolatorFactory() {} in NativeInterpolatorFactory() method in NativeInterpolatorFactory
H A DFallbackLUTInterpolator.java65 return NativeInterpolatorFactory.createLutInterpolator(mLut); in createNativeInterpolator()
73 return NativeInterpolatorFactory.createLutInterpolator(lut); in createNativeInterpolator()
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java43 import android.graphics.animation.NativeInterpolatorFactory;
1526 NativeInterpolatorFactory.createNativeInterpolator(interpolator, duration); in createNativeChildAnimator()
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes1976 android.graphics.animation.NativeInterpolatorFactory
H A Dboot-image-profile.txt24916 Landroid/graphics/animation/NativeInterpolatorFactory;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes1975 android.graphics.animation.NativeInterpolatorFactory
H A Dboot-image-profile.txt34553 Landroid/graphics/animation/NativeInterpolatorFactory;