public class

ConstraintSet.Constraint

extends java.lang.Object

 java.lang.Object

↳androidx.constraintlayout.widget.ConstraintSet.Constraint

Summary

Fields
public final ConstraintSet.Layoutlayout

public java.util.HashMap<java.lang.String, ConstraintAttribute>mCustomConstraints

public final ConstraintSet.Motionmotion

public final ConstraintSet.PropertySetpropertySet

public final ConstraintSet.Transformtransform

Constructors
publicConstraint()

Methods
public voidapplyDelta(ConstraintSet.Constraint c)

Apply a delta to a constraint

public voidapplyTo(ConstraintLayout.LayoutParams param)

apply ConstraintSet to the layout params

public ConstraintSet.Constraintclone()

Return a copy of the Constraint

public voidprintDelta(java.lang.String tag)

Apply a delta file

from java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Fields

public final ConstraintSet.PropertySet propertySet

public final ConstraintSet.Motion motion

public final ConstraintSet.Layout layout

public final ConstraintSet.Transform transform

public java.util.HashMap<java.lang.String, ConstraintAttribute> mCustomConstraints

Constructors

public Constraint()

Methods

public void applyDelta(ConstraintSet.Constraint c)

Apply a delta to a constraint

Parameters:

c:

public void printDelta(java.lang.String tag)

Apply a delta file

Parameters:

tag:

Return a copy of the Constraint

Returns:

public void applyTo(ConstraintLayout.LayoutParams param)

apply ConstraintSet to the layout params

Parameters:

param: