/frameworks/base/core/java/android/view/ |
D | RenderNodeAnimatorSetHelper.java | 40 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()
|
D | RenderNodeAnimator.java | 175 ni = ((NativeInterpolatorFactory)mInterpolator).createNativeInterpolator(); in applyInterpolator() 178 ni = FallbackLUTInterpolator.createNativeInterpolator(mInterpolator, duration); in applyInterpolator()
|
/frameworks/base/core/java/com/android/internal/view/animation/ |
D | FallbackLUTInterpolator.java | 63 public long createNativeInterpolator() { in createNativeInterpolator() method in FallbackLUTInterpolator 70 public static long createNativeInterpolator(TimeInterpolator interpolator, long duration) { in createNativeInterpolator() method in FallbackLUTInterpolator
|
D | NativeInterpolatorFactory.java | 20 long createNativeInterpolator(); in createNativeInterpolator() method
|
/frameworks/base/core/java/android/view/animation/ |
D | LinearInterpolator.java | 44 public long createNativeInterpolator() { in createNativeInterpolator() method in LinearInterpolator
|
D | AccelerateDecelerateInterpolator.java | 46 public long createNativeInterpolator() { in createNativeInterpolator() method in AccelerateDecelerateInterpolator
|
D | BounceInterpolator.java | 58 public long createNativeInterpolator() { in createNativeInterpolator() method in BounceInterpolator
|
D | CycleInterpolator.java | 67 public long createNativeInterpolator() { in createNativeInterpolator() method in CycleInterpolator
|
D | OvershootInterpolator.java | 78 public long createNativeInterpolator() { in createNativeInterpolator() method in OvershootInterpolator
|
D | DecelerateInterpolator.java | 83 public long createNativeInterpolator() { in createNativeInterpolator() method in DecelerateInterpolator
|
D | AnticipateInterpolator.java | 75 public long createNativeInterpolator() { in createNativeInterpolator() method in AnticipateInterpolator
|
D | AccelerateInterpolator.java | 87 public long createNativeInterpolator() { in createNativeInterpolator() method in AccelerateInterpolator
|
D | AnticipateOvershootInterpolator.java | 105 public long createNativeInterpolator() { in createNativeInterpolator() method in AnticipateOvershootInterpolator
|
D | PathInterpolator.java | 239 public long createNativeInterpolator() { in createNativeInterpolator() method in PathInterpolator
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | AnimatedVectorDrawable.java | 1535 RenderNodeAnimatorSetHelper.createNativeInterpolator(interpolator, duration); in createNativeChildAnimator()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 73504 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 …]
|
D | boot-image-profile.txt | 16520 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
|