WidgetGroup
public class WidgetGroup
Represents a group of widget for the grouping mechanism.
Summary
Public constructors |
|---|
WidgetGroup(int orientation) |
Public methods |
|
|---|---|
boolean |
add(ConstraintWidget widget) |
void |
apply() |
void |
cleanup(ArrayList<WidgetGroup> dependencyLists) |
void |
clear() |
int |
getId() |
int |
|
boolean |
intersectWith(WidgetGroup group) |
boolean |
|
int |
measureWrap(LinearSystem system, int orientation) |
void |
moveTo(int orientation, WidgetGroup widgetGroup) |
void |
setAuthoritative(boolean isAuthoritative) |
void |
setOrientation(int orientation) |
int |
size() |
String |
toString() |