public class ProgressBarShadowNode extends ReactShadowNode implements CSSNode.MeasureFunction
android.R.attr.progressBarStyle for possible styles. ReactProgressBarViewManager
manages how this style is applied to the ProgressBar.CSSNode.MeasureFunction| Constructor and Description |
|---|
ProgressBarShadowNode() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStyle() |
void |
measure(CSSNode node,
float width,
MeasureOutput measureOutput)
Should measure the given node and put the result in the given MeasureOutput.
|
void |
setStyle(java.lang.String style) |
void |
updateProperties(CatalystStylesDiffMap styles) |
addChildAt, addNativeChildAt, dirty, getChildAt, getNativeChildCount, getNativeOffsetForChild, getNativeParent, getParent, getReactTag, getRootNode, getScreenHeight, getScreenWidth, getScreenX, getScreenY, getThemedContext, getTotalNativeChildren, getViewClass, hasUpdates, indexOfNativeChild, isLayoutOnly, isVirtual, isVirtualAnchor, markUpdated, markUpdateSeen, onBeforeLayout, onCollectExtraUpdates, removeChildAt, removeNativeChildAt, setIsLayoutOnly, setThemedContextcalculateLayout, getChildCount, getLayoutDirection, getLayoutHeight, getLayoutWidth, getLayoutX, getLayoutY, getStyleDirection, getStyleHeight, getStylePadding, getStyleWidth, hasNewLayout, indexOf, isDirty, isMeasureDefined, markLayoutSeen, setAlignItems, setAlignSelf, setBorder, setDefaultPadding, setDirection, setFlex, setFlexDirection, setJustifyContent, setMargin, setMeasureFunction, setPadding, setPositionBottom, setPositionLeft, setPositionRight, setPositionTop, setPositionType, setStyleHeight, setStyleWidth, setWrap, toString, valuesEqual, valuesEqual@Nullable public java.lang.String getStyle()
public void setStyle(java.lang.String style)
public void measure(CSSNode node, float width, MeasureOutput measureOutput)
CSSNode.MeasureFunctionmeasure in interface CSSNode.MeasureFunctionpublic void updateProperties(CatalystStylesDiffMap styles)
updateProperties in class ReactShadowNode