public static interface LayoutInfo.ViewportFiller
Modifier and Type | Method and Description |
---|---|
void |
add(RenderInfo renderInfo,
int width,
int height)
This will be called to inform implementations that the next layout has been computed.
|
int |
getFill()
Return the fill along the main axis (i.e.
|
boolean |
wantsMore()
Implementations should return true if they need more views to be computed in order to fill
the screen.
|
boolean wantsMore()
void add(RenderInfo renderInfo, int width, int height)
wantsMore()
int getFill()
add(RenderInfo, int, int)
is called.