Home
last modified time | relevance | path

Searched refs:createNativeInterpolator (Results 1 – 15 of 15) 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
DAnticipateInterpolator.java75 public long createNativeInterpolator() { in createNativeInterpolator() method in AnticipateInterpolator
DCycleInterpolator.java67 public long createNativeInterpolator() { in createNativeInterpolator() method in CycleInterpolator
DDecelerateInterpolator.java83 public long createNativeInterpolator() { in createNativeInterpolator() method in DecelerateInterpolator
DOvershootInterpolator.java78 public long createNativeInterpolator() { in createNativeInterpolator() method in OvershootInterpolator
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()