ConstraintSet.Constraint

public class ConstraintSet.Constraint


Summary

Public constructors

Public methods

void

Apply a delta to a constraint

void

apply ConstraintSet to the layout params

ConstraintSet.Constraint

Return a copy of the Constraint

void

Apply a delta file

Public fields

layout

Added in 2.2.0-alpha13
public final ConstraintSet.Layout layout

mCustomConstraints

Added in 2.2.0-alpha13
public HashMap<StringConstraintAttributemCustomConstraints

motion

Added in 2.2.0-alpha13
public final ConstraintSet.Motion motion

propertySet

Added in 2.2.0-alpha13
public final ConstraintSet.PropertySet propertySet

transform

Added in 2.2.0-alpha13
public final ConstraintSet.Transform transform

Public constructors

Constraint

Added in 2.2.0-alpha13
public Constraint()

Public methods

applyDelta

Added in 2.2.0-alpha13
public void applyDelta(ConstraintSet.Constraint c)

Apply a delta to a constraint

Parameters
ConstraintSet.Constraint c

applyTo

Added in 2.2.0-alpha13
public void applyTo(ConstraintLayout.LayoutParams param)

apply ConstraintSet to the layout params

Parameters
ConstraintLayout.LayoutParams param

clone

Added in 2.2.0-alpha13
public ConstraintSet.Constraint clone()

Return a copy of the Constraint

printDelta

Added in 2.2.0-alpha13
public void printDelta(String tag)

Apply a delta file

Parameters
String tag