public class

SplineSet.CustomSpline

extends SplineSet

 java.lang.Object

androidx.constraintlayout.core.motion.utils.SplineSet

↳androidx.constraintlayout.core.motion.utils.SplineSet.CustomSpline

Summary

Fields
from SplineSetmCurveFit, mTimePoints[], mValues[]
Constructors
publicCustomSpline(java.lang.String attribute, KeyFrameArray.CustomVar attrList)

Methods
public voidsetPoint(int position, CustomVariable value)

public voidsetPoint(int position, float value)

public voidsetProperty(MotionWidget view, float t)

public voidsetProperty(TypedValues widget, float t)

public voidsetup(int curveType)

from SplineSetget, getCurveFit, getSlope, makeCustomSpline, makeCustomSplineSet, makeSpline, setType, toString
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructors

public CustomSpline(java.lang.String attribute, KeyFrameArray.CustomVar attrList)

Methods

public void setup(int curveType)

public void setPoint(int position, float value)

public void setProperty(TypedValues widget, float t)

public void setPoint(int position, CustomVariable value)

public void setProperty(MotionWidget view, float t)