Class android.view.accessibility.AccessibilityNodeInfo
| Added Methods | |
|---|---|
| voidaddLabeledBy(View) | |
| voidaddLabeledBy(View, | |
| intgetChecked() | |
| intgetExpandedState() | |
| List<AccessibilityNodeInfo>getLabeledByList() | |
| booleanremoveLabeledBy(View) | |
| booleanremoveLabeledBy(View, | |
| voidsetChecked(int) | |
| voidsetExpandedState(int) | |
| Changed Methods | ||
|---|---|---|
| AccessibilityNodeInfogetLabeledBy() | Now deprecated. | |
| booleanisChecked() | Now deprecated. | |
| voidsetChecked(boolean) | Now deprecated. | |
| voidsetLabeledBy(View) | Now deprecated. | |
| voidsetLabeledBy(View, | Now deprecated. | |
| Added Fields | |
|---|---|
| intCHECKED_STATE_FALSE | |
| intCHECKED_STATE_PARTIAL | |
| intCHECKED_STATE_TRUE | |
| intEXPANDED_STATE_COLLAPSED | |
| intEXPANDED_STATE_FULL | |
| intEXPANDED_STATE_PARTIAL | |
| intEXPANDED_STATE_UNDEFINED | |
