Class android.view.accessibility.AccessibilityNodeInfo
Added Methods | |
---|---|
void addLabeledBy (View ) |
|
void addLabeledBy (View, |
|
int getChecked () |
|
int getExpandedState () |
|
List<AccessibilityNodeInfo> getLabeledByList () |
|
boolean removeLabeledBy (View ) |
|
boolean removeLabeledBy (View, |
|
void setChecked (int ) |
|
void setExpandedState (int ) |
Changed Methods | ||
---|---|---|
AccessibilityNodeInfo getLabeledBy () |
Now deprecated. |
|
boolean isChecked () |
Now deprecated. |
|
void setChecked (boolean ) |
Now deprecated. |
|
void setLabeledBy (View ) |
Now deprecated. |
|
void setLabeledBy (View, |
Now deprecated. |
Added Fields | |
---|---|
int CHECKED_STATE_FALSE |
|
int CHECKED_STATE_PARTIAL |
|
int CHECKED_STATE_TRUE |
|
int EXPANDED_STATE_COLLAPSED |
|
int EXPANDED_STATE_FULL |
|
int EXPANDED_STATE_PARTIAL |
|
int EXPANDED_STATE_UNDEFINED |