class SplineSet.CustomSpline : SplineSet


Summary

Public constructors

CustomSpline(attribute: String!, attrList: KeyFrameArray.CustomVar!)

Public functions

Unit
setPoint(position: Int, value: CustomVariable!)
Unit
setPoint(position: Int, value: Float)
Unit
Unit
setProperty(widget: TypedValues!, t: Float)
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
setType(type: String!)
String!

Public constructors

CustomSpline

Added in 1.1.0-alpha13
CustomSpline(attribute: String!, attrList: KeyFrameArray.CustomVar!)

Public functions

setPoint

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

setPoint

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

setProperty

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

setProperty

fun setProperty(widget: TypedValues!, t: Float): Unit

setup

fun setup(curveType: Int): Unit