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.0-alpha13
Constraint()

Public functions

applyDelta

Added in 2.2.0-alpha13
fun applyDelta(c: ConstraintSet.Constraint!): Unit

Apply a delta to a constraint

Parameters
c: ConstraintSet.Constraint!

applyTo

Added in 2.2.0-alpha13
fun applyTo(param: ConstraintLayout.LayoutParams!): Unit

apply ConstraintSet to the layout params

Parameters
param: ConstraintLayout.LayoutParams!

clone

Added in 2.2.0-alpha13
fun clone(): ConstraintSet.Constraint!

Return a copy of the Constraint

printDelta

Added in 2.2.0-alpha13
fun printDelta(tag: String!): Unit

Apply a delta file

Parameters
tag: String!

Public properties

layout

Added in 2.2.0-alpha13
val layoutConstraintSet.Layout!

mCustomConstraints

Added in 2.2.0-alpha13
val mCustomConstraintsHashMap<String!, ConstraintAttribute!>!

motion

Added in 2.2.0-alpha13
val motionConstraintSet.Motion!

propertySet

Added in 2.2.0-alpha13
val propertySetConstraintSet.PropertySet!

transform

Added in 2.2.0-alpha13
val transformConstraintSet.Transform!