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

/frameworks/base/core/java/android/view/animation/
H A DCycleInterpolator.java36 public class CycleInterpolator extends BaseInterpolator implements NativeInterpolatorFactory { class in inherits:BaseInterpolator,NativeInterpolatorFactory
37 public CycleInterpolator(float cycles) { method in class:CycleInterpolator
41 public CycleInterpolator(Context context, AttributeSet attrs) { method in class:CycleInterpolator
46 public CycleInterpolator(Resources resources, Theme theme, AttributeSet attrs) { method in class:CycleInterpolator
49 a = theme.obtainStyledAttributes(attrs, R.styleable.CycleInterpolator, 0, 0);
51 a = resources.obtainAttributes(attrs, R.styleable.CycleInterpolator);
/frameworks/base/libs/hwui/
H A DInterpolator.h74 class ANDROID_API CycleInterpolator : public Interpolator { class in namespace:android::uirenderer
76 CycleInterpolator(float cycles) : mCycles(cycles) {} function in class:android::uirenderer::CycleInterpolator

Completed in 69 milliseconds