Modifier and Type |
Method and Description |
void |
copyInto(NodeInfo target) |
int |
getAccessibilityHeadingState() |
java.lang.String |
getAccessibilityRole() |
java.lang.CharSequence |
getAccessibilityRoleDescription() |
float |
getAlpha() |
int |
getAmbientShadowColor() |
int |
getClickableState() |
EventHandler<ClickEvent> |
getClickHandler() |
boolean |
getClipChildren() |
boolean |
getClipToOutline() |
java.lang.CharSequence |
getContentDescription() |
EventHandler<DispatchPopulateAccessibilityEventEvent> |
getDispatchPopulateAccessibilityEventHandler() |
int |
getEnabledState() |
int |
getFlags() |
EventHandler<FocusChangedEvent> |
getFocusChangeHandler() |
int |
getFocusState() |
EventHandler<InterceptTouchEvent> |
getInterceptTouchHandler() |
EventHandler<LongClickEvent> |
getLongClickHandler() |
EventHandler<OnInitializeAccessibilityEventEvent> |
getOnInitializeAccessibilityEventHandler() |
EventHandler<OnInitializeAccessibilityNodeInfoEvent> |
getOnInitializeAccessibilityNodeInfoHandler() |
EventHandler<OnPopulateAccessibilityEventEvent> |
getOnPopulateAccessibilityEventHandler() |
EventHandler<OnRequestSendAccessibilityEventEvent> |
getOnRequestSendAccessibilityEventHandler() |
ViewOutlineProvider |
getOutlineProvider() |
EventHandler<PerformAccessibilityActionEvent> |
getPerformAccessibilityActionHandler() |
float |
getRotation() |
float |
getRotationX() |
float |
getRotationY() |
float |
getScale() |
int |
getSelectedState() |
EventHandler<SendAccessibilityEventEvent> |
getSendAccessibilityEventHandler() |
EventHandler<SendAccessibilityEventUncheckedEvent> |
getSendAccessibilityEventUncheckedHandler() |
float |
getShadowElevation() |
int |
getSpotShadowColor() |
EventHandler<TouchEvent> |
getTouchHandler() |
java.lang.String |
getTransitionName() |
java.lang.Object |
getViewTag() |
<any> |
getViewTags() |
boolean |
hasFocusChangeHandler() |
boolean |
hasTouchEventHandlers() |
boolean |
isAlphaSet() |
boolean |
isClipChildrenSet() |
boolean |
isEquivalentTo(NodeInfo other)
Checks if this NodeInfo is equal to the
|
boolean |
isRotationSet() |
boolean |
isRotationXSet() |
boolean |
isRotationYSet() |
boolean |
isScaleSet() |
boolean |
needsAccessibilityDelegate() |
void |
setAccessibilityHeading(boolean isHeading) |
void |
setAccessibilityRole(java.lang.String role) |
void |
setAccessibilityRoleDescription(java.lang.CharSequence roleDescription) |
void |
setAlpha(float alpha) |
void |
setAmbientShadowColor(int color) |
void |
setClickable(boolean isClickable) |
void |
setClickHandler(EventHandler<ClickEvent> clickHandler) |
void |
setClipChildren(boolean clipChildren) |
void |
setClipToOutline(boolean clipToOutline) |
void |
setContentDescription(java.lang.CharSequence contentDescription) |
void |
setDispatchPopulateAccessibilityEventHandler(EventHandler<DispatchPopulateAccessibilityEventEvent> dispatchPopulateAccessibilityEventHandler) |
void |
setEnabled(boolean isEnabled) |
void |
setFocusable(boolean isFocusable) |
void |
setFocusChangeHandler(EventHandler<FocusChangedEvent> focusChangedHandler) |
void |
setInterceptTouchHandler(EventHandler<InterceptTouchEvent> interceptTouchHandler) |
void |
setLongClickHandler(EventHandler<LongClickEvent> longClickHandler) |
void |
setOnInitializeAccessibilityEventHandler(EventHandler<OnInitializeAccessibilityEventEvent> onInitializeAccessibilityEventHandler) |
void |
setOnInitializeAccessibilityNodeInfoHandler(EventHandler<OnInitializeAccessibilityNodeInfoEvent> onInitializeAccessibilityNodeInfoHandler) |
void |
setOnPopulateAccessibilityEventHandler(EventHandler<OnPopulateAccessibilityEventEvent> onPopulateAccessibilityEventHandler) |
void |
setOnRequestSendAccessibilityEventHandler(EventHandler<OnRequestSendAccessibilityEventEvent> onRequestSendAccessibilityEventHandler) |
void |
setOutlineProvider(ViewOutlineProvider outlineProvider) |
void |
setPerformAccessibilityActionHandler(EventHandler<PerformAccessibilityActionEvent> performAccessibilityActionHandler) |
void |
setRotation(float rotation) |
void |
setRotationX(float rotationX) |
void |
setRotationY(float rotationY) |
void |
setScale(float scale) |
void |
setSelected(boolean isSelected) |
void |
setSendAccessibilityEventHandler(EventHandler<SendAccessibilityEventEvent> sendAccessibilityEventHandler) |
void |
setSendAccessibilityEventUncheckedHandler(EventHandler<SendAccessibilityEventUncheckedEvent> sendAccessibilityEventUncheckedHandler) |
void |
setShadowElevation(float shadowElevation) |
void |
setSpotShadowColor(int color) |
void |
setTouchHandler(EventHandler<TouchEvent> touchHandler) |
void |
setTransitionName(java.lang.String transitionName) |
void |
setViewTag(java.lang.Object viewTag) |
void |
setViewTags(<any> viewTags) |