Class Easing
- java.lang.Object
-
- androidx.constraintlayout.core.motion.utils.Easing
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]NAMED_EASING
-
Constructor Summary
Constructors Constructor Description Easing()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleget(double x)doublegetDiff(double x)static EasinggetInterpolator(java.lang.String configString)java.lang.StringtoString()
-
-
-
Method Detail
-
getInterpolator
public static Easing getInterpolator(java.lang.String configString)
-
get
public double get(double x)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getDiff
public double getDiff(double x)
-
-