List<Constraint> getConstraints(AutoLayoutRect parent)

Returns the constraints to use when computing layout.

The parent argument contains the parameters for the parent's position and size. Typical implementations will return constraints that determine the size and position of each child.

The delegate interface does not provide a mechanism for obtaining the parameters for children. Subclasses are expected to obtain those parameters through some other mechanism.

Source

List<al.Constraint> getConstraints(AutoLayoutRect parent);