ConstraintSet.Constraint


class ConstraintSet.Constraint


Summary

Public constructors

Public functions

Unit

Apply a delta to a constraint

Unit

apply ConstraintSet to the layout params

ConstraintSet.Constraint!

Return a copy of the Constraint

Unit

Apply a delta file

Public constructors

Constraint

Added in 2.2.2
Constraint()

Public functions

applyDelta

Added in 2.2.2
fun applyDelta(c: ConstraintSet.Constraint!): Unit

Apply a delta to a constraint

Parameters
c: ConstraintSet.Constraint!

applyTo

Added in 2.2.2
fun applyTo(param: ConstraintLayout.LayoutParams!): Unit

apply ConstraintSet to the layout params

Parameters
param: ConstraintLayout.LayoutParams!

clone

Added in 2.2.2
fun clone(): ConstraintSet.Constraint!

Return a copy of the Constraint

printDelta

Added in 2.2.2
fun printDelta(tag: String!): Unit

Apply a delta file

Parameters
tag: String!

Public properties

layout

Added in 2.2.2
val layout: ConstraintSet.Layout!

mCustomConstraints

Added in 2.2.2
val mCustomConstraints: HashMap<String!, ConstraintAttribute!>!

motion

Added in 2.2.2
val motion: ConstraintSet.Motion!

propertySet

Added in 2.2.2
val propertySet: ConstraintSet.PropertySet!

transform

Added in 2.2.2
val transform: ConstraintSet.Transform!