Searched refs:CycleInterpolator (Results 1 – 10 of 10) 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 | 353 interpolator = new CycleInterpolator(res, theme, attrs); in createInterpolatorFromXml()
|
/frameworks/base/libs/hwui/ |
D | Interpolator.h | 74 class ANDROID_API CycleInterpolator : public Interpolator { 76 CycleInterpolator(float cycles) : mCycles(cycles) {} in CycleInterpolator() function
|
D | Interpolator.cpp | 72 float CycleInterpolator::interpolate(float input) { in interpolate()
|
/frameworks/base/core/jni/ |
D | com_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp | 50 return reinterpret_cast<jlong>(new CycleInterpolator(cycles)); in createCycleInterpolator()
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | animation-resource.jd | 622 <td>{@link android.view.animation.CycleInterpolator}</td> 653 cycles for the {@link android.view.animation.CycleInterpolator}. In order to do so, you need to
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | prop-animation.jd | 353 <td>{@link android.view.animation.CycleInterpolator}</td>
|
/frameworks/base/docs/html/ |
D | sitemap.txt | 608 http://developer.android.com/reference/android/view/animation/CycleInterpolator.html
|
/frameworks/base/api/ |
D | current.txt | 38042 public class CycleInterpolator extends android.view.animation.BaseInterpolator { 38043 ctor public CycleInterpolator(float); 38044 ctor public CycleInterpolator(android.content.Context, android.util.AttributeSet);
|
D | system-current.txt | 40337 public class CycleInterpolator extends android.view.animation.BaseInterpolator { 40338 ctor public CycleInterpolator(float); 40339 ctor public CycleInterpolator(android.content.Context, android.util.AttributeSet);
|