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