Home
last modified time | relevance | path

Searched refs:CycleInterpolator (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/view/animation/
DCycleInterpolator.java36 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()
DAnimationUtils.java353 interpolator = new CycleInterpolator(res, theme, attrs); in createInterpolatorFromXml()
/frameworks/base/libs/hwui/
DInterpolator.h74 class ANDROID_API CycleInterpolator : public Interpolator {
76 CycleInterpolator(float cycles) : mCycles(cycles) {} in CycleInterpolator() function
DInterpolator.cpp72 float CycleInterpolator::interpolate(float input) { in interpolate()
/frameworks/base/core/jni/
Dcom_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp50 return reinterpret_cast<jlong>(new CycleInterpolator(cycles)); in createCycleInterpolator()
/frameworks/base/docs/html/guide/topics/resources/
Danimation-resource.jd622 <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/
Dprop-animation.jd353 <td>{@link android.view.animation.CycleInterpolator}</td>
/frameworks/base/docs/html/
Dsitemap.txt608 http://developer.android.com/reference/android/view/animation/CycleInterpolator.html
/frameworks/base/api/
Dcurrent.txt38042 public class CycleInterpolator extends android.view.animation.BaseInterpolator {
38043 ctor public CycleInterpolator(float);
38044 ctor public CycleInterpolator(android.content.Context, android.util.AttributeSet);
Dsystem-current.txt40337 public class CycleInterpolator extends android.view.animation.BaseInterpolator {
40338 ctor public CycleInterpolator(float);
40339 ctor public CycleInterpolator(android.content.Context, android.util.AttributeSet);