UNSPECIFIED
Modifier and Type | Method and Description |
---|---|
void |
addChild(DiffNode node) |
com.facebook.litho.LayoutOutput |
getBackgroundOutput() |
com.facebook.litho.LayoutOutput |
getBorderOutput() |
DiffNode |
getChildAt(int i) |
int |
getChildCount() |
List<DiffNode> |
getChildren() |
Component |
getComponent() |
com.facebook.litho.LayoutOutput |
getContentOutput() |
com.facebook.litho.LayoutOutput |
getForegroundOutput() |
com.facebook.litho.LayoutOutput |
getHostOutput() |
int |
getLastHeightSpec() |
float |
getLastMeasuredHeight() |
float |
getLastMeasuredWidth() |
int |
getLastWidthSpec() |
com.facebook.litho.VisibilityOutput |
getVisibilityOutput() |
void |
setBackgroundOutput(com.facebook.litho.LayoutOutput background) |
void |
setBorderOutput(com.facebook.litho.LayoutOutput border) |
void |
setComponent(Component component) |
void |
setContentOutput(com.facebook.litho.LayoutOutput content) |
void |
setForegroundOutput(com.facebook.litho.LayoutOutput foreground) |
void |
setHostOutput(com.facebook.litho.LayoutOutput host) |
void |
setLastHeightSpec(int heightSpec) |
void |
setLastMeasuredHeight(float lastMeasuredHeight) |
void |
setLastMeasuredWidth(float lastMeasuredWidth) |
void |
setLastWidthSpec(int widthSpec) |
void |
setVisibilityOutput(com.facebook.litho.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 void setComponent(Component component)
setComponent
in interface DiffNode
public float getLastMeasuredWidth()
getLastMeasuredWidth
in interface DiffNode
public void setLastMeasuredWidth(float lastMeasuredWidth)
setLastMeasuredWidth
in interface DiffNode
public float getLastMeasuredHeight()
getLastMeasuredHeight
in interface DiffNode
public void setLastMeasuredHeight(float lastMeasuredHeight)
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 List<DiffNode> getChildren()
getChildren
in interface DiffNode
public com.facebook.litho.LayoutOutput getContentOutput()
getContentOutput
in interface DiffNode
public void setContentOutput(com.facebook.litho.LayoutOutput content)
setContentOutput
in interface DiffNode
public com.facebook.litho.VisibilityOutput getVisibilityOutput()
getVisibilityOutput
in interface DiffNode
public void setVisibilityOutput(com.facebook.litho.VisibilityOutput visibilityOutput)
setVisibilityOutput
in interface DiffNode
public com.facebook.litho.LayoutOutput getBackgroundOutput()
getBackgroundOutput
in interface DiffNode
public void setBackgroundOutput(com.facebook.litho.LayoutOutput background)
setBackgroundOutput
in interface DiffNode
public com.facebook.litho.LayoutOutput getForegroundOutput()
getForegroundOutput
in interface DiffNode
public void setForegroundOutput(com.facebook.litho.LayoutOutput foreground)
setForegroundOutput
in interface DiffNode
public com.facebook.litho.LayoutOutput getBorderOutput()
getBorderOutput
in interface DiffNode
public void setBorderOutput(com.facebook.litho.LayoutOutput border)
setBorderOutput
in interface DiffNode
public com.facebook.litho.LayoutOutput getHostOutput()
getHostOutput
in interface DiffNode
public void setHostOutput(com.facebook.litho.LayoutOutput host)
setHostOutput
in interface DiffNode