Home
last modified time | relevance | path

Searched defs:createNativeInterpolator (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/animation/
DFallbackLUTInterpolator.java60 public long createNativeInterpolator() { in createNativeInterpolator() method in FallbackLUTInterpolator
67 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/
DRenderNodeAnimatorSetHelper.java35 public static long createNativeInterpolator(TimeInterpolator interpolator, long in createNativeInterpolator() method in RenderNodeAnimatorSetHelper
/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
DAnticipateInterpolator.java75 public long createNativeInterpolator() { in createNativeInterpolator() method in AnticipateInterpolator
DOvershootInterpolator.java78 public long createNativeInterpolator() { in createNativeInterpolator() method in OvershootInterpolator
DAccelerateInterpolator.java87 public long createNativeInterpolator() { in createNativeInterpolator() method in AccelerateInterpolator
DDecelerateInterpolator.java83 public long createNativeInterpolator() { in createNativeInterpolator() method in DecelerateInterpolator
DAnticipateOvershootInterpolator.java105 public long createNativeInterpolator() { in createNativeInterpolator() method in AnticipateOvershootInterpolator