ConstraintLayout
Properties
Notified whenever an unhandled ConstraintException is thrown during layout.
Functions
Add constraints for view.
Add constraints for 2 Views.
Add constraints for 3 Views.
Add constraints for several Views.
Add constraints for 4 Views.
Add constraints for 5 Views.
Remove all constraints for view that were created by constraints.
Remove all constraints for the given Views that were created by constraints.
Inherited functions
Gets the child within the Positionable at the given point. The default is to ignore these calls and let the caller perform their own search for the right child. But Layouts are free to return a value here if it can be done more efficiently.
Returns the ideal size of the Positionable based on its contents.
Lays out the children of the given Positionable.
Returns the minimum size of the Positionable based on its contents.
Indicates whether a layout is needed because of the given size change to the Container. This is called whenever the container's size
changes.
Indicates whether a layout is needed because of the given size preferences change to a child of the given Container. This is called whenever the container's size
changes.
Indicates whether a layout is needed because of the given bounds change to a child of the given Container. This is called whenever the container's size
changes.