public static final class CardShadow.Builder extends Component.Builder<CardShadow.Builder>
mResourceResolver
Constructor and Description |
---|
Builder() |
accessibilityHeading, accessibilityRole, accessibilityRoleDescription, accessibilityRoleDescription, accessibilityRoleDescription, alignSelf, alpha, alpha, aspectRatio, background, backgroundAttr, backgroundAttr, backgroundColor, backgroundColor, backgroundRes, border, checkArgs, clickable, clickHandler, clipChildren, clipToOutline, clone, contentDescription, contentDescription, contentDescription, dispatchPopulateAccessibilityEventHandler, duplicateParentState, enabled, flex, flexBasisAttr, flexBasisAttr, flexBasisDip, flexBasisPercent, flexBasisPx, flexBasisRes, flexGrow, flexShrink, focusable, focusChangeHandler, focusedHandler, foreground, foregroundAttr, foregroundAttr, foregroundColor, foregroundRes, fullImpressionHandler, getContext, handle, hasBackgroundSet, hasClickHandlerSet, heightAttr, heightAttr, heightDip, heightPercent, heightPx, heightRes, importantForAccessibility, init, interceptTouchHandler, invisibleHandler, isReferenceBaseline, 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, rotation, rotationX, rotationY, scale, scaleX, scaleY, selected, sendAccessibilityEventHandler, sendAccessibilityEventUncheckedHandler, shadowElevation, shadowElevationAttr, shadowElevationAttr, shadowElevationDip, shadowElevationPx, shadowElevationRes, stateListAnimator, stateListAnimatorRes, testKey, touchExpansionAttr, touchExpansionAttr, touchExpansionDip, touchExpansionPx, touchExpansionRes, touchHandler, transitionKey, transitionKeyType, translationX, translationY, unfocusedHandler, useHeightAsBaseline, viewTag, viewTags, visibilityChangedHandler, visibleHandler, visibleHeightRatio, visibleWidthRatio, widthAttr, widthAttr, widthDip, widthPercent, widthPx, widthRes, wrapInView
protected void setComponent(Component component)
setComponent
in class Component.Builder<CardShadow.Builder>
public CardShadow.Builder cornerRadiusPx(float cornerRadius)
public CardShadow.Builder cornerRadiusDip(float dip)
public CardShadow.Builder cornerRadiusSp(float sip)
public CardShadow.Builder cornerRadiusRes(int resId)
public CardShadow.Builder cornerRadiusAttr(int attrResId, int defResId)
public CardShadow.Builder cornerRadiusAttr(int attrResId)
public CardShadow.Builder hideBottomShadow(boolean hideBottomShadow)
public CardShadow.Builder hideTopShadow(boolean hideTopShadow)
public CardShadow.Builder shadowDxPx(float shadowDx)
public CardShadow.Builder shadowDxDip(float dip)
public CardShadow.Builder shadowDxSp(float sip)
public CardShadow.Builder shadowDxRes(int resId)
public CardShadow.Builder shadowDxAttr(int attrResId, int defResId)
public CardShadow.Builder shadowDxAttr(int attrResId)
public CardShadow.Builder shadowDyPx(float shadowDy)
public CardShadow.Builder shadowDyDip(float dip)
public CardShadow.Builder shadowDySp(float sip)
public CardShadow.Builder shadowDyRes(int resId)
public CardShadow.Builder shadowDyAttr(int attrResId, int defResId)
public CardShadow.Builder shadowDyAttr(int attrResId)
public CardShadow.Builder shadowEndColor(int shadowEndColor)
public CardShadow.Builder shadowEndColorRes(int resId)
public CardShadow.Builder shadowEndColorAttr(int attrResId, int defResId)
public CardShadow.Builder shadowEndColorAttr(int attrResId)
public CardShadow.Builder shadowSizePx(float shadowSize)
public CardShadow.Builder shadowSizeDip(float dip)
public CardShadow.Builder shadowSizeRes(int resId)
public CardShadow.Builder shadowSizeAttr(int attrResId, int defResId)
public CardShadow.Builder shadowSizeAttr(int attrResId)
public CardShadow.Builder shadowStartColor(int shadowStartColor)
public CardShadow.Builder shadowStartColorRes(int resId)
public CardShadow.Builder shadowStartColorAttr(int attrResId, int defResId)
public CardShadow.Builder shadowStartColorAttr(int attrResId)
public CardShadow.Builder getThis()
getThis
in class Component.Builder<CardShadow.Builder>
public CardShadow build()
build
in class Component.Builder<CardShadow.Builder>