public class

SplineSet.CustomSet

extends SplineSet

 java.lang.Object

androidx.constraintlayout.core.motion.utils.SplineSet

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

Summary

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

Methods
public voidsetPoint(int position, CustomAttribute value)

public voidsetPoint(int position, float value)

public voidsetProperty(WidgetFrame view, float t)

public voidsetup(int curveType)

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

Constructors

public CustomSet(java.lang.String attribute, KeyFrameArray.CustomArray attrList)

Methods

public void setup(int curveType)

public void setPoint(int position, float value)

public void setPoint(int position, CustomAttribute value)

public void setProperty(WidgetFrame view, float t)