-
public class EaseCubicInterpolator.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final EaseCubicInterpolatorEASE_OUTprivate final EaseCubicInterpolatorEASE_INprivate final EaseCubicInterpolatorEASE_BOTHpublic final static EaseCubicInterpolator.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetKey(Float x1, Float y1, Float x2, Float y2)final EaseCubicInterpolatorgetEASE_OUT()final EaseCubicInterpolatorgetEASE_IN()final EaseCubicInterpolatorgetEASE_BOTH()-
-
Method Detail
-
getEASE_OUT
final EaseCubicInterpolator getEASE_OUT()
-
getEASE_IN
final EaseCubicInterpolator getEASE_IN()
-
getEASE_BOTH
final EaseCubicInterpolator getEASE_BOTH()
-
-
-
-