public class LithoLayoutData
extends java.lang.Object
InterStagePropsContainer
, and the LayoutOutput.UpdateState
. It
will be created in LayoutResult#calculateLayout(LayoutContext, int, int)
. This
object will be returned by LayoutResult#getLayoutData()
, then written to the layout
data in RenderTreeNode
during reduce.Modifier and Type | Field and Description |
---|---|
int |
currentLayoutStateId |
int |
height |
java.lang.Object |
mLayoutData |
int |
previousLayoutStateId |
int |
width |
Constructor and Description |
---|
LithoLayoutData(int width,
int height,
int currentLayoutStateId,
int previousLayoutStateId,
java.lang.Object mLayoutData) |