abstract class ViewSpline : SplineSet


Summary

Public constructors

Public functions

java-static ViewSpline!
java-static ViewSpline!
abstract Unit
setProperty(view: View!, t: Float)

the main interface to setting a view property

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

Public constructors

ViewSpline

Added in 2.2.0-alpha13
ViewSpline()

Public functions

makeCustomSpline

Added in 2.2.0-alpha13
java-static fun makeCustomSpline(str: String!, attrList: SparseArray<ConstraintAttribute!>!): ViewSpline!
Parameters
str: String!
attrList: SparseArray<ConstraintAttribute!>!
Returns
ViewSpline!

makeSpline

Added in 2.2.0-alpha13
java-static fun makeSpline(str: String!): ViewSpline!
Parameters
str: String!
Returns
ViewSpline!

setProperty

Added in 2.2.0-alpha13
abstract fun setProperty(view: View!, t: Float): Unit

the main interface to setting a view property

Parameters
view: View!

the view

t: Float

the point of time