Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DRenderNodeAnimatorSetHelper.java40 public static long createNativeInterpolator(TimeInterpolator interpolator, long in createNativeInterpolator() method in RenderNodeAnimatorSetHelper
46 return ((NativeInterpolatorFactory)interpolator).createNativeInterpolator(); in createNativeInterpolator()
48 return FallbackLUTInterpolator.createNativeInterpolator(interpolator, duration); in createNativeInterpolator()
DRenderNodeAnimator.java175 ni = ((NativeInterpolatorFactory)mInterpolator).createNativeInterpolator(); in applyInterpolator()
178 ni = FallbackLUTInterpolator.createNativeInterpolator(mInterpolator, duration); in applyInterpolator()
/frameworks/base/core/java/com/android/internal/view/animation/
DFallbackLUTInterpolator.java63 public long createNativeInterpolator() { in createNativeInterpolator() method in FallbackLUTInterpolator
70 public static long createNativeInterpolator(TimeInterpolator interpolator, long duration) { in createNativeInterpolator() method in FallbackLUTInterpolator
DNativeInterpolatorFactory.java20 long createNativeInterpolator(); in createNativeInterpolator() method
/frameworks/base/core/java/android/view/animation/
DLinearInterpolator.java44 public long createNativeInterpolator() { in createNativeInterpolator() method in LinearInterpolator
DAccelerateDecelerateInterpolator.java46 public long createNativeInterpolator() { in createNativeInterpolator() method in AccelerateDecelerateInterpolator
DBounceInterpolator.java58 public long createNativeInterpolator() { in createNativeInterpolator() method in BounceInterpolator
DCycleInterpolator.java67 public long createNativeInterpolator() { in createNativeInterpolator() method in CycleInterpolator
DOvershootInterpolator.java78 public long createNativeInterpolator() { in createNativeInterpolator() method in OvershootInterpolator
DDecelerateInterpolator.java83 public long createNativeInterpolator() { in createNativeInterpolator() method in DecelerateInterpolator
DAnticipateInterpolator.java75 public long createNativeInterpolator() { in createNativeInterpolator() method in AnticipateInterpolator
DAccelerateInterpolator.java87 public long createNativeInterpolator() { in createNativeInterpolator() method in AccelerateInterpolator
DAnticipateOvershootInterpolator.java105 public long createNativeInterpolator() { in createNativeInterpolator() method in AnticipateOvershootInterpolator
DPathInterpolator.java239 public long createNativeInterpolator() { in createNativeInterpolator() method in PathInterpolator
/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedVectorDrawable.java1535 RenderNodeAnimatorSetHelper.createNativeInterpolator(interpolator, duration); in createNativeChildAnimator()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt73504 Landroid/view/animation/AccelerateDecelerateInterpolator;->createNativeInterpolator()J
73506 Landroid/view/animation/AccelerateInterpolator;->createNativeInterpolator()J
73582 Landroid/view/animation/AnticipateInterpolator;->createNativeInterpolator()J
73586 Landroid/view/animation/AnticipateOvershootInterpolator;->createNativeInterpolator()J
73593 Landroid/view/animation/BounceInterpolator;->createNativeInterpolator()J
73616 Landroid/view/animation/CycleInterpolator;->createNativeInterpolator()J
73619 Landroid/view/animation/DecelerateInterpolator;->createNativeInterpolator()J
73631 Landroid/view/animation/LinearInterpolator;->createNativeInterpolator()J
73633 Landroid/view/animation/OvershootInterpolator;->createNativeInterpolator()J
73636 Landroid/view/animation/PathInterpolator;->createNativeInterpolator()J
[all …]
Dboot-image-profile.txt16520 HSPLandroid/view/RenderNodeAnimatorSetHelper;->createNativeInterpolator(Landroid/animation/TimeInte…
17917 HSPLandroid/view/animation/AccelerateDecelerateInterpolator;->createNativeInterpolator()J
18030 HSPLandroid/view/animation/LinearInterpolator;->createNativeInterpolator()J
18035 HSPLandroid/view/animation/PathInterpolator;->createNativeInterpolator()J