Searched refs:CycleInterpolator (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/android/view/animation/ |
D | CycleInterpolator.java | 36 public class CycleInterpolator extends BaseInterpolator implements NativeInterpolatorFactory { 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()
|
D | AnimationUtils.java | 417 interpolator = new CycleInterpolator(res, theme, attrs); in createInterpolatorFromXml()
|
/frameworks/base/libs/hwui/ |
D | Interpolator.h | 78 class ANDROID_API CycleInterpolator : public Interpolator { 80 explicit CycleInterpolator(float cycles) : mCycles(cycles) {} in CycleInterpolator() function
|
D | Interpolator.cpp | 79 float CycleInterpolator::interpolate(float input) { in interpolate()
|
/frameworks/layoutlib/bridge/src/com/android/internal/view/animation/ |
D | NativeInterpolatorFactoryHelper_Delegate.java | 30 import android.view.animation.CycleInterpolator; 80 return sManager.addNewDelegate(new CycleInterpolator(cycles)); in createCycleInterpolator()
|
/frameworks/support/graphics/drawable/animated/src/main/java/androidx/vectordrawable/graphics/drawable/ |
D | AnimationUtilsCompat.java | 35 import android.view.animation.CycleInterpolator; 131 interpolator = new CycleInterpolator(context, attrs); in createInterpolatorFromXml()
|
/frameworks/base/core/jni/ |
D | com_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp | 51 return reinterpret_cast<jlong>(new CycleInterpolator(cycles)); in createCycleInterpolator()
|
/frameworks/base/config/ |
D | hiddenapi-light-greylist.txt | 8059 Lcom/android/internal/R$styleable;->CycleInterpolator:[I
|
D | hiddenapi-public-dex.txt | 48107 Landroid/view/animation/CycleInterpolator; 48108 Landroid/view/animation/CycleInterpolator;-><init>(F)V 48109 Landroid/view/animation/CycleInterpolator;-><init>(Landroid/content/Context;Landroid/util/Attribute… 48110 Landroid/view/animation/CycleInterpolator;->getInterpolation(F)F
|
/frameworks/opt/setupwizard/tools/docs/ |
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);
|
/frameworks/base/api/ |
D | current.txt | 49781 public class CycleInterpolator extends android.view.animation.BaseInterpolator { 49782 ctor public CycleInterpolator(float); 49783 ctor public CycleInterpolator(android.content.Context, android.util.AttributeSet);
|