TimeCycleSplineSet.CustomSet


public class TimeCycleSplineSet.CustomSet extends TimeCycleSplineSet


Summary

Public constructors

Public methods

void
setPoint(
    int position,
    CustomAttribute value,
    float period,
    int shape,
    float offset
)
void
setPoint(int position, float value, float period, int shape, float offset)
boolean
setProperty(MotionWidget view, float t, long time, KeyCache cache)
void
setup(int curveType)

Inherited Constants

From androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet
static final int
static final int
static final int

Inherited methods

From androidx.constraintlayout.core.motion.utils.TimeCycleSplineSet
float
calcWave(float period)
CurveFit
void
setStartTime(long currentTime)
void
String

Public constructors

CustomSet

Added in 1.1.0
public CustomSet(String attribute, KeyFrameArray.CustomArray attrList)

Public methods

setPoint

Added in 1.1.0
public void setPoint(
    int position,
    CustomAttribute value,
    float period,
    int shape,
    float offset
)

setPoint

public void setPoint(int position, float value, float period, int shape, float offset)

setProperty

Added in 1.1.0
public boolean setProperty(MotionWidget view, float t, long time, KeyCache cache)

setup

public void setup(int curveType)