Class android.view.accessibility.AccessibilityNodeInfo
Added Methods | |
---|---|
void addAction (AccessibilityAction ) |
|
List<AccessibilityAction> getActionList () |
|
CharSequence getError () |
|
int getMaxTextLength () |
|
AccessibilityWindowInfo getWindow () |
|
boolean removeAction (AccessibilityAction ) |
|
void removeAction (int ) |
|
boolean removeChild (View ) |
|
boolean removeChild (View, |
|
void setError (CharSequence ) |
|
void setMaxTextLength (int ) |
Changed Methods | ||
---|---|---|
int getActions () |
Now deprecated. |
|
void addAction (int ) |
Now deprecated. |
Added Fields | |
---|---|
String ACTION_ARGUMENT_SET_TEXT_CHARSEQUENCE |
|
int ACTION_SET_TEXT |