Searched defs:CycleInterpolator (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DCycleInterpolator.java28 public class CycleInterpolator implements Interpolator { class in inherits:Interpolator
29 public CycleInterpolator(float cycles) { method in class:CycleInterpolator
33 public CycleInterpolator(Context context, AttributeSet attrs) { method in class:CycleInterpolator
35 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.CycleInterpolator);

Completed in 39 milliseconds