public class SplineSet.CustomSet extends SplineSet


Summary

Public constructors

Public methods

void
setPoint(int position, CustomAttribute value)
void
setPoint(int position, float value)
void
setProperty(WidgetFrame view, float t)
void
setup(int curveType)

Inherited methods

From androidx.constraintlayout.core.motion.utils.SplineSet
float
get(float t)
CurveFit
float
getSlope(float t)
static SplineSet
static SplineSet
static SplineSet
makeSpline(String str, long currentTime)
void
setProperty(TypedValues widget, float t)
void
String

Public constructors

CustomSet

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

Public methods

setPoint

Added in 1.1.0-alpha13
public void setPoint(int position, CustomAttribute value)

setPoint

public void setPoint(int position, float value)

setProperty

Added in 1.1.0-alpha13
public void setProperty(WidgetFrame view, float t)

setup

public void setup(int curveType)