Searched refs:CycleInterpolator (Results 1 - 7 of 7) sorted by last modified time

/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/view/animation/
H A DNativeInterpolatorFactoryHelper_Delegate.java29 import android.view.animation.CycleInterpolator;
78 return sManager.addNewDelegate(new CycleInterpolator(cycles));
/frameworks/base/libs/hwui/
H A DInterpolator.cpp72 float CycleInterpolator::interpolate(float input) {
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
/frameworks/base/core/jni/
H A Dcom_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp50 return reinterpret_cast<jlong>(new CycleInterpolator(cycles));
/frameworks/base/
H A Dcompiled-classes-phone4575 android.view.animation.CycleInterpolator
/frameworks/base/core/java/android/view/animation/
H A DAnimationUtils.java353 interpolator = new CycleInterpolator(res, theme, attrs);
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);

Completed in 154 milliseconds