Class android.view.accessibility.AccessibilityNodeInfo

Added Methods
void  addChild( View, int )  
AccessibilityNodeInfo  findFocus( int)  
AccessibilityNodeInfo  focusSearch( int)  
int  getMovementGranularities()  
boolean  isAccessibilityFocused()  
boolean  isVisibleToUser()  
AccessibilityNodeInfo  obtain( View, int )  
boolean  performAction( int, Bundle )  
void  setAccessibilityFocused( boolean)  
void  setMovementGranularities( int)  
void  setParent( View, int )  
void  setSource( View, int )  
void  setVisibleToUser( boolean)  
 

Added Fields
int  ACTION_ACCESSIBILITY_FOCUS  
String  ACTION_ARGUMENT_HTML_ELEMENT_STRING  
String  ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT  
int  ACTION_CLEAR_ACCESSIBILITY_FOCUS  
int  ACTION_CLICK  
int  ACTION_LONG_CLICK  
int  ACTION_NEXT_AT_MOVEMENT_GRANULARITY  
int  ACTION_NEXT_HTML_ELEMENT  
int  ACTION_PREVIOUS_AT_MOVEMENT_GRANULARITY  
int  ACTION_PREVIOUS_HTML_ELEMENT  
int  ACTION_SCROLL_BACKWARD  
int  ACTION_SCROLL_FORWARD  
int  FOCUS_ACCESSIBILITY  
int  FOCUS_INPUT  
int  MOVEMENT_GRANULARITY_CHARACTER  
int  MOVEMENT_GRANULARITY_LINE  
int  MOVEMENT_GRANULARITY_PAGE  
int  MOVEMENT_GRANULARITY_PARAGRAPH  
int  MOVEMENT_GRANULARITY_WORD  
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.