Package com.naver.ads.animation
Class CubicBezierInterpolator
-
- All Implemented Interfaces:
-
android.animation.TimeInterpolator,android.view.animation.Interpolator
public final class CubicBezierInterpolator implements Interpolator
Class that acts as an interpolator to match the cubic-bezier css timing function.
-
-
Field Summary
Fields Modifier and Type Field Description public final static CubicBezierInterpolatorEXPAND_CUBICpublic final static CubicBezierInterpolatorCOLLAPSE_CUBICpublic final static CubicBezierInterpolatorEASE_INpublic final static CubicBezierInterpolatorEASE_OUTpublic final static CubicBezierInterpolatorEASE_IN_OUTpublic final static CubicBezierInterpolatorCUBIC_INpublic final static CubicBezierInterpolatorEASE_CUBIC_IN_OUTpublic final static CubicBezierInterpolatorEASE_CUBIC_OUTpublic final static CubicBezierInterpolatorSPRING
-
Constructor Summary
Constructors Constructor Description CubicBezierInterpolator(Float startX, Float startY, Float endX, Float endY)CubicBezierInterpolator(PointF start, PointF end)
-
Method Summary
Modifier and Type Method Description FloatgetInterpolation(Float time)
-