public void setClickable (boolean clickable) Since: API Level 14 Sets whether this node is clickable. Note: Cannot be called from an AccessibilityService. This class is made immutable before being delivered to an AccessibilityService. Parameters clickable True if the node is clickable. Throws IllegalStateException If called from an AccessibilityService. public void setContentDescription (CharSequence contentDescr
public void setEnabled (boolean enabled) Since: API Level 14 Sets whether this node is enabled. Note: Cannot be called from an AccessibilityService. This class is made immutable before being delivered to an AccessibilityService. Parameters enabled True if the node is enabled. Throws IllegalStateException If called from an AccessibilityService.