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.
|
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()