All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
void |
accessibilityHeading(boolean isHeading) |
void |
accessibilityRole(String role) |
void |
accessibilityRoleDescription(CharSequence roleDescription) |
void |
alignSelf(YogaAlign alignSelf) |
void |
alpha(float alpha) |
void |
aspectRatio(float aspectRatio) |
void |
background(Drawable background) |
void |
border(Border border) |
void |
clickable(boolean isClickable) |
void |
clickHandler(EventHandler<ClickEvent> clickHandler) |
void |
clipChildren(boolean clipChildren) |
void |
clipToOutline(boolean clipToOutline) |
void |
contentDescription(CharSequence contentDescription) |
void |
copyInto(ComponentContext c,
InternalNode node) |
void |
dispatchPopulateAccessibilityEventHandler(EventHandler<DispatchPopulateAccessibilityEventEvent> dispatchPopulateAccessibilityEventHandler) |
void |
duplicateParentState(boolean duplicateParentState) |
void |
enabled(boolean isEnabled) |
void |
flex(float flex) |
void |
flexBasisPercent(float percent) |
void |
flexBasisPx(int flexBasis) |
void |
flexGrow(float flexGrow) |
void |
flexShrink(float flexShrink) |
void |
focusable(boolean isFocusable) |
void |
focusChangeHandler(EventHandler<FocusChangedEvent> focusChangeHandler) |
void |
focusedHandler(EventHandler<FocusedVisibleEvent> focusedHandler) |
void |
foreground(Drawable foreground) |
void |
fullImpressionHandler(EventHandler<FullImpressionVisibleEvent> fullImpressionHandler) |
Drawable |
getBackground() |
EventHandler<ClickEvent> |
getClickHandler() |
boolean |
getFocusable() |
EventHandler<FocusChangedEvent> |
getFocusChangeHandler() |
EventHandler<InterceptTouchEvent> |
getInterceptTouchHandler() |
EventHandler<LongClickEvent> |
getLongClickHandler() |
NodeInfo |
getNullableNodeInfo() |
NodeInfo |
getOrCreateNodeInfo() |
EventHandler<TouchEvent> |
getTouchHandler() |
String |
getTransitionKey() |
Transition.TransitionKeyType |
getTransitionKeyType() |
void |
heightPercent(float percent) |
void |
heightPx(int height) |
void |
importantForAccessibility(int importantForAccessibility) |
void |
interceptTouchHandler(EventHandler<InterceptTouchEvent> interceptTouchHandler) |
void |
invisibleHandler(EventHandler<InvisibleEvent> invisibleHandler) |
void |
isReferenceBaseline(boolean isReferenceBaseline) |
void |
layoutDirection(YogaDirection direction) |
void |
longClickHandler(EventHandler<LongClickEvent> longClickHandler) |
void |
marginAuto(YogaEdge edge) |
void |
marginPercent(YogaEdge edge,
float percent) |
void |
marginPx(YogaEdge edge,
int margin) |
void |
maxHeightPercent(float percent) |
void |
maxHeightPx(int maxHeight) |
void |
maxWidthPercent(float percent) |
void |
maxWidthPx(int maxWidth) |
void |
minHeightPercent(float percent) |
void |
minHeightPx(int minHeight) |
void |
minWidthPercent(float percent) |
void |
minWidthPx(int minWidth) |
void |
onInitializeAccessibilityEventHandler(EventHandler<OnInitializeAccessibilityEventEvent> onInitializeAccessibilityEventHandler) |
void |
onInitializeAccessibilityNodeInfoHandler(EventHandler<OnInitializeAccessibilityNodeInfoEvent> onInitializeAccessibilityNodeInfoHandler) |
void |
onPopulateAccessibilityEventHandler(EventHandler<OnPopulateAccessibilityEventEvent> onPopulateAccessibilityEventHandler) |
void |
onRequestSendAccessibilityEventHandler(EventHandler<OnRequestSendAccessibilityEventEvent> onRequestSendAccessibilityEventHandler) |
void |
outlineProvider(ViewOutlineProvider outlineProvider) |
void |
paddingPercent(YogaEdge edge,
float percent) |
void |
paddingPx(YogaEdge edge,
int padding) |
void |
performAccessibilityActionHandler(EventHandler<PerformAccessibilityActionEvent> performAccessibilityActionHandler) |
void |
positionPercent(YogaEdge edge,
float percent) |
void |
positionPx(YogaEdge edge,
int position) |
void |
positionType(YogaPositionType positionType) |
void |
rotation(float rotation) |
void |
rotationX(float rotationX) |
void |
rotationY(float rotationY) |
void |
scale(float scale) |
void |
selected(boolean isSelected) |
void |
sendAccessibilityEventHandler(EventHandler<SendAccessibilityEventEvent> sendAccessibilityEventHandler) |
void |
sendAccessibilityEventUncheckedHandler(EventHandler<SendAccessibilityEventUncheckedEvent> sendAccessibilityEventUncheckedHandler) |
void |
setStyle(int defStyleAttr,
int defStyleRes) |
void |
shadowElevationPx(float shadowElevation) |
void |
stateListAnimator(StateListAnimator stateListAnimator) |
void |
stateListAnimatorRes(int resId) |
void |
testKey(String testKey) |
void |
touchExpansionPx(YogaEdge edge,
int touchExpansion) |
void |
touchHandler(EventHandler<TouchEvent> touchHandler) |
void |
transitionKey(String key,
String ownerKey) |
void |
transitionKeyType(Transition.TransitionKeyType type) |
void |
unfocusedHandler(EventHandler<UnfocusedVisibleEvent> unfocusedHandler) |
void |
useHeightAsBaseline(boolean useHeightAsBaseline) |
void |
viewTag(Object viewTag) |
void |
viewTags(<any> viewTags) |
void |
visibilityChangedHandler(EventHandler<VisibilityChangedEvent> visibilityChangedHandler) |
void |
visibleHandler(EventHandler<VisibleEvent> visibleHandler) |
void |
visibleHeightRatio(float visibleHeightRatio) |
void |
visibleWidthRatio(float visibleWidthRatio) |
void |
widthPercent(float percent) |
void |
widthPx(int width) |
void |
wrapInView() |