/aosp12/frameworks/base/core/java/android/view/animation/ |
H A D | CycleInterpolator.java | 36 public class CycleInterpolator extends BaseInterpolator implements NativeInterpolator { class 37 public CycleInterpolator(float cycles) { in CycleInterpolator() method in CycleInterpolator 41 public CycleInterpolator(Context context, AttributeSet attrs) { in CycleInterpolator() method in CycleInterpolator 46 public CycleInterpolator(Resources resources, Theme theme, AttributeSet attrs) { in CycleInterpolator() method in CycleInterpolator 49 a = theme.obtainStyledAttributes(attrs, R.styleable.CycleInterpolator, 0, 0); in CycleInterpolator() 51 a = resources.obtainAttributes(attrs, R.styleable.CycleInterpolator); in CycleInterpolator()
|
H A D | AnimationUtils.java | 419 interpolator = new CycleInterpolator(res, theme, attrs); in createInterpolatorFromXml()
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | Interpolator.h | 78 class CycleInterpolator : public Interpolator { 80 explicit CycleInterpolator(float cycles) : mCycles(cycles) {} in CycleInterpolator() function
|
H A D | Interpolator.cpp | 79 float CycleInterpolator::interpolate(float input) { in interpolate()
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/animation/ |
H A D | NativeInterpolatorFactory_Delegate.java | 30 import android.view.animation.CycleInterpolator; 80 return sManager.addNewDelegate(new CycleInterpolator(cycles)); in createCycleInterpolator()
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_animation_NativeInterpolatorFactory.cpp | 49 return reinterpret_cast<jlong>(new CycleInterpolator(cycles)); in createCycleInterpolator()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-p.txt | 24 Lcom/android/internal/R$styleable;->CycleInterpolator:[I
|
H A D | hiddenapi-max-target-o.txt | 47262 Landroid/R$styleable;->CycleInterpolator:[I 62509 Landroid/view/animation/CycleInterpolator;-><init>(Landroid/content/res/Resources;Landroid/content/… 62510 Landroid/view/animation/CycleInterpolator;->createNativeInterpolator()J 62511 Landroid/view/animation/CycleInterpolator;->mCycles:F
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 7853 android.view.animation.CycleInterpolator
|
H A D | boot-image-profile.txt | 31602 Landroid/view/animation/CycleInterpolator;
|
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 7874 android.view.animation.CycleInterpolator
|
H A D | boot-image-profile.txt | 41266 Landroid/view/animation/CycleInterpolator;
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 51382 public class CycleInterpolator extends android.view.animation.BaseInterpolator { 51383 ctor public CycleInterpolator(float); 51384 ctor public CycleInterpolator(android.content.Context, android.util.AttributeSet);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 35362 public class CycleInterpolator extends android.view.animation.BaseInterpolator { 35363 ctor public CycleInterpolator(float); 35364 ctor public CycleInterpolator(android.content.Context, android.util.AttributeSet);
|