UNSPECIFIED
Modifier and Type | Method and Description |
---|---|
void |
addChild(DiffNode node) |
LithoRenderUnit |
getBackgroundOutput() |
LithoRenderUnit |
getBorderOutput() |
DiffNode |
getChildAt(int i) |
int |
getChildCount() |
java.util.List<DiffNode> |
getChildren() |
Component |
getComponent() |
java.lang.String |
getComponentGlobalKey() |
LithoRenderUnit |
getContentOutput() |
LithoRenderUnit |
getForegroundOutput() |
LithoRenderUnit |
getHostOutput() |
int |
getLastHeightSpec() |
float |
getLastMeasuredHeight()
The last value the measure funcion associated with this node
Component returned for the
height. |
float |
getLastMeasuredWidth()
The last value the measure funcion associated with this node
Component returned for the
width. |
int |
getLastWidthSpec() |
java.lang.Object |
getLayoutData() |
Mountable<?> |
getMountable() |
ScopedComponentInfo |
getScopedComponentInfo() |
VisibilityOutput |
getVisibilityOutput() |
void |
setBackgroundOutput(LithoRenderUnit background) |
void |
setBorderOutput(LithoRenderUnit border) |
void |
setComponent(Component component,
java.lang.String globalKey,
ScopedComponentInfo scopedComponentInfo) |
void |
setContentOutput(LithoRenderUnit content) |
void |
setForegroundOutput(LithoRenderUnit foreground) |
void |
setHostOutput(LithoRenderUnit host) |
void |
setLastHeightSpec(int heightSpec) |
void |
setLastMeasuredHeight(float lastMeasuredHeight)
Sets the last value the measure funcion associated with this node
Component returned
for the height. |
void |
setLastMeasuredWidth(float lastMeasuredWidth)
Sets the last value the measure funcion associated with this node
Component returned
for the width. |
void |
setLastWidthSpec(int widthSpec) |
void |
setLayoutData(java.lang.Object layoutData) |
void |
setMountable(Mountable<?> mountable) |
void |
setVisibilityOutput(VisibilityOutput visibilityOutput) |
public int getChildCount()
getChildCount
in interface DiffNode
public DiffNode getChildAt(int i)
getChildAt
in interface DiffNode
public Component getComponent()
getComponent
in interface DiffNode
public java.lang.String getComponentGlobalKey()
getComponentGlobalKey
in interface DiffNode
public ScopedComponentInfo getScopedComponentInfo()
getScopedComponentInfo
in interface DiffNode
public Mountable<?> getMountable()
getMountable
in interface DiffNode
public void setMountable(Mountable<?> mountable)
setMountable
in interface DiffNode
public java.lang.Object getLayoutData()
getLayoutData
in interface DiffNode
public void setLayoutData(java.lang.Object layoutData)
setLayoutData
in interface DiffNode
public void setComponent(Component component, java.lang.String globalKey, ScopedComponentInfo scopedComponentInfo)
setComponent
in interface DiffNode
public float getLastMeasuredWidth()
DiffNode
Component
returned for the
width. This is used together with LithoNode#getLastWidthSpec()
to implement measure
caching.getLastMeasuredWidth
in interface DiffNode
public void setLastMeasuredWidth(float lastMeasuredWidth)
DiffNode
Component
returned
for the width.setLastMeasuredWidth
in interface DiffNode
public float getLastMeasuredHeight()
DiffNode
Component
returned for the
height. This is used together with LithoNode#getLastHeightSpec()
to implement measure
caching.getLastMeasuredHeight
in interface DiffNode
public void setLastMeasuredHeight(float lastMeasuredHeight)
DiffNode
Component
returned
for the height.setLastMeasuredHeight
in interface DiffNode
public int getLastWidthSpec()
getLastWidthSpec
in interface DiffNode
public void setLastWidthSpec(int widthSpec)
setLastWidthSpec
in interface DiffNode
public int getLastHeightSpec()
getLastHeightSpec
in interface DiffNode
public void setLastHeightSpec(int heightSpec)
setLastHeightSpec
in interface DiffNode
public java.util.List<DiffNode> getChildren()
getChildren
in interface DiffNode
public LithoRenderUnit getContentOutput()
getContentOutput
in interface DiffNode
public void setContentOutput(LithoRenderUnit content)
setContentOutput
in interface DiffNode
public VisibilityOutput getVisibilityOutput()
getVisibilityOutput
in interface DiffNode
public void setVisibilityOutput(VisibilityOutput visibilityOutput)
setVisibilityOutput
in interface DiffNode
public LithoRenderUnit getBackgroundOutput()
getBackgroundOutput
in interface DiffNode
public void setBackgroundOutput(LithoRenderUnit background)
setBackgroundOutput
in interface DiffNode
public LithoRenderUnit getForegroundOutput()
getForegroundOutput
in interface DiffNode
public void setForegroundOutput(LithoRenderUnit foreground)
setForegroundOutput
in interface DiffNode
public LithoRenderUnit getBorderOutput()
getBorderOutput
in interface DiffNode
public void setBorderOutput(LithoRenderUnit border)
setBorderOutput
in interface DiffNode
public LithoRenderUnit getHostOutput()
getHostOutput
in interface DiffNode
public void setHostOutput(LithoRenderUnit host)
setHostOutput
in interface DiffNode