public static class Progress.Builder extends Component.Builder<Progress.Builder>
mResourceResolver
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Progress |
build() |
Progress.Builder |
color(int color) |
Progress.Builder |
colorAttr(int attrResId) |
Progress.Builder |
colorAttr(int attrResId,
int defResId) |
Progress.Builder |
colorRes(int resId) |
Progress.Builder |
getThis() |
Progress.Builder |
indeterminateDrawable(Drawable indeterminateDrawable) |
Progress.Builder |
indeterminateDrawableAttr(int attrResId) |
Progress.Builder |
indeterminateDrawableAttr(int attrResId,
int defResId) |
Progress.Builder |
indeterminateDrawableRes(int resId) |
protected void |
release() |
accessibilityRole, alignSelf, alpha, aspectRatio, background, background, background, backgroundAttr, backgroundAttr, backgroundColor, backgroundRes, border, checkArgs, clickHandler, clipChildren, clipToOutline, contentDescription, contentDescription, contentDescription, dispatchPopulateAccessibilityEventHandler, duplicateParentState, enabled, flex, flexBasisAttr, flexBasisAttr, flexBasisDip, flexBasisPercent, flexBasisPx, flexBasisRes, flexGrow, flexShrink, focusable, focusChangeHandler, focusedHandler, foreground, foreground, foregroundAttr, foregroundAttr, foregroundColor, foregroundRes, fullImpressionHandler, getContext, heightAttr, heightAttr, heightDip, heightPercent, heightPx, heightRes, importantForAccessibility, init, interceptTouchHandler, invisibleHandler, key, layoutDirection, longClickHandler, marginAttr, marginAttr, marginAuto, marginDip, marginPercent, marginPx, marginRes, maxHeightAttr, maxHeightAttr, maxHeightDip, maxHeightPercent, maxHeightPx, maxHeightRes, maxWidthAttr, maxWidthAttr, maxWidthDip, maxWidthPercent, maxWidthPx, maxWidthRes, minHeightAttr, minHeightAttr, minHeightDip, minHeightPercent, minHeightPx, minHeightRes, minWidthAttr, minWidthAttr, minWidthDip, minWidthPercent, minWidthPx, minWidthRes, onInitializeAccessibilityEventHandler, onInitializeAccessibilityNodeInfoHandler, onPopulateAccessibilityEventHandler, onRequestSendAccessibilityEventHandler, outlineProvider, paddingAttr, paddingAttr, paddingDip, paddingPercent, paddingPx, paddingRes, performAccessibilityActionHandler, positionAttr, positionAttr, positionDip, positionPercent, positionPx, positionRes, positionType, rotation, scale, selected, sendAccessibilityEventHandler, sendAccessibilityEventUncheckedHandler, shadowElevationAttr, shadowElevationAttr, shadowElevationDip, shadowElevationPx, shadowElevationRes, stateListAnimator, stateListAnimatorRes, testKey, touchExpansionAttr, touchExpansionAttr, touchExpansionDip, touchExpansionPx, touchExpansionRes, touchHandler, transitionKey, transitionKeyType, unfocusedHandler, viewTag, viewTags, visibilityChangedHandler, visibleHandler, visibleHeightRatio, visibleWidthRatio, widthAttr, widthAttr, widthDip, widthPercent, widthPx, widthRes, wrapInView
public Progress.Builder color(int color)
public Progress.Builder colorRes(@ColorRes int resId)
public Progress.Builder colorAttr(@AttrRes int attrResId, @ColorRes int defResId)
public Progress.Builder colorAttr(@AttrRes int attrResId)
public Progress.Builder indeterminateDrawable(Drawable indeterminateDrawable)
public Progress.Builder indeterminateDrawableRes(@DrawableRes int resId)
public Progress.Builder indeterminateDrawableAttr(@AttrRes int attrResId, @DrawableRes int defResId)
public Progress.Builder indeterminateDrawableAttr(@AttrRes int attrResId)
public Progress.Builder getThis()
getThis
in class Component.Builder<Progress.Builder>
public Progress build()
build
in class Component.Builder<Progress.Builder>
protected void release()
release
in class Component.Builder<Progress.Builder>