class SplineSet.CustomSet : SplineSet


Summary

Public constructors

CustomSet(attribute: String!, attrList: KeyFrameArray.CustomArray!)

Public functions

Unit
setPoint(position: Int, value: CustomAttribute!)
Unit
setPoint(position: Int, value: Float)
Unit
Unit
setup(curveType: Int)

Inherited functions

From androidx.constraintlayout.core.motion.utils.SplineSet
Float
get(t: Float)
CurveFit!
Float
java-static SplineSet!
java-static SplineSet!
java-static SplineSet!
makeSpline(str: String!, currentTime: Long)
Unit
setProperty(widget: TypedValues!, t: Float)
Unit
setType(type: String!)
String!

Public constructors

CustomSet

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

Public functions

setPoint

Added in 1.1.0-alpha13
fun setPoint(position: Int, value: CustomAttribute!): Unit

setPoint

fun setPoint(position: Int, value: Float): Unit

setProperty

Added in 1.1.0-alpha13
fun setProperty(view: WidgetFrame!, t: Float): Unit

setup

fun setup(curveType: Int): Unit