public class ProgressBarShadowNode extends LayoutShadowNode implements CSSNodeAPI.MeasureFunction
android.R.attr.progressBarStyle
for possible styles. ReactProgressBarViewManager
manages how this style is applied to the ProgressBar.Constructor and Description |
---|
ProgressBarShadowNode() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStyle() |
long |
measure(CSSNodeAPI node,
float width,
CSSMeasureMode widthMode,
float height,
CSSMeasureMode heightMode)
Return a value created by MeasureOutput.make(width, height);
|
void |
setStyle(java.lang.String style) |
setAlignItems, setAlignSelf, setBorderWidths, setFlex, setFlexBasis, setFlexDirection, setFlexGrow, setFlexShrink, setFlexWrap, setHeight, setJustifyContent, setMargins, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setOverflow, setPaddings, setPosition, setPositionValues, setShouldNotifyOnLayout, setWidth
addChildAt, addNativeChildAt, calculateLayout, dirty, dispose, getChildAt, getChildCount, getLayoutDirection, getLayoutHeight, getLayoutWidth, getLayoutX, getLayoutY, getNativeChildCount, getNativeOffsetForChild, getNativeParent, getPadding, getParent, getReactTag, getRootNode, getScreenHeight, getScreenWidth, getScreenX, getScreenY, getStyleHeight, getStyleWidth, getThemedContext, getTotalNativeChildren, getViewClass, hasNewLayout, hasUnseenUpdates, hasUpdates, indexOf, indexOfNativeChild, isLayoutOnly, isVirtual, isVirtualAnchor, markLayoutSeen, markUpdated, markUpdateSeen, onAfterUpdateTransaction, onBeforeLayout, onCollectExtraUpdates, removeAllNativeChildren, removeAndDisposeAllChildren, removeChildAt, removeNativeChildAt, setAlignItems, setAlignSelf, setBorder, setDefaultPadding, setFlexDirection, setFlexWrap, setIsLayoutOnly, setJustifyContent, setLayoutDirection, setMargin, setMeasureFunction, setOverflow, setPadding, setPosition, setPositionType, setReactTag, setStyleHeight, setStyleMaxHeight, setStyleMaxWidth, setStyleMinHeight, setStyleMinWidth, setStyleWidth, setThemedContext, shouldNotifyOnLayout, toString, updateProperties
@Nullable public java.lang.String getStyle()
public void setStyle(@Nullable java.lang.String style)
public long measure(CSSNodeAPI node, float width, CSSMeasureMode widthMode, float height, CSSMeasureMode heightMode)
CSSNodeAPI.MeasureFunction
measure
in interface CSSNodeAPI.MeasureFunction