Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)

Class android.view.accessibility. AccessibilityEvent

The superclass changed from java.lang.Object to android.view.accessibility.AccessibilityRecord .

Added Methods
void   appendRecord ( AccessibilityRecord )  
String   eventTypeToString ( int )  
AccessibilityRecord   getRecord ( int )  
int   getRecordCount ()  
AccessibilityEvent   obtain ( AccessibilityEvent )  
 

Changed Methods
int   getAddedCount () Method was locally defined, but is now inherited from AccessibilityRecord .  
CharSequence   getBeforeText () Method was locally defined, but is now inherited from AccessibilityRecord .  
CharSequence   getClassName () Method was locally defined, but is now inherited from AccessibilityRecord .  
CharSequence   getContentDescription () Method was locally defined, but is now inherited from AccessibilityRecord .  
int   getCurrentItemIndex () Method was locally defined, but is now inherited from AccessibilityRecord .  
int   getFromIndex () Method was locally defined, but is now inherited from AccessibilityRecord .  
int   getItemCount () Method was locally defined, but is now inherited from AccessibilityRecord .  
Parcelable   getParcelableData () Method was locally defined, but is now inherited from AccessibilityRecord .  
int   getRemovedCount () Method was locally defined, but is now inherited from AccessibilityRecord .  
List<CharSequence>   getText () Method was locally defined, but is now inherited from AccessibilityRecord .  
boolean   isChecked () Method was locally defined, but is now inherited from AccessibilityRecord .  
boolean   isEnabled () Method was locally defined, but is now inherited from AccessibilityRecord .  
boolean   isFullScreen () Method was locally defined, but is now inherited from AccessibilityRecord .  
boolean   isPassword () Method was locally defined, but is now inherited from AccessibilityRecord .  
void   recycle () Method was locally defined, but is now inherited from AccessibilityRecord .  
void   setAddedCount ( int ) Method was locally defined, but is now inherited from AccessibilityRecord .  
void   setBeforeText ( CharSequence ) Method was locally defined, but is now inherited from AccessibilityRecord .  
void   setChecked ( boolean ) Method was locally defined, but is now inherited from AccessibilityRecord .  
void   setClassName ( CharSequence ) Method was locally defined, but is now inherited from AccessibilityRecord .  
void   setContentDescription ( CharSequence ) Method was locally defined, but is now inherited from AccessibilityRecord .  
void   setCurrentItemIndex ( int ) Method was locally defined, but is now inherited from AccessibilityRecord .  
void   setEnabled ( boolean ) Method was locally defined, but is now inherited from AccessibilityRecord .  
void   setFromIndex ( int ) Method was locally defined, but is now inherited from AccessibilityRecord .  
void   setFullScreen ( boolean ) Method was locally defined, but is now inherited from AccessibilityRecord .  
void   setItemCount ( int ) Method was locally defined, but is now inherited from AccessibilityRecord .  
void   setParcelableData ( Parcelable ) Method was locally defined, but is now inherited from AccessibilityRecord .  
void   setPassword ( boolean ) Method was locally defined, but is now inherited from AccessibilityRecord .  
void   setRemovedCount ( int ) Method was locally defined, but is now inherited from AccessibilityRecord .  
 

Added Fields
int   TYPE_TOUCH_EXPLORATION_GESTURE_END  
int   TYPE_TOUCH_EXPLORATION_GESTURE_START  
int   TYPE_VIEW_HOVER_ENTER  
int   TYPE_VIEW_HOVER_EXIT  
int   TYPE_VIEW_SCROLLED  
int   TYPE_VIEW_TEXT_SELECTION_CHANGED  
int   TYPE_WINDOW_CONTENT_CHANGED  
 

Changed Fields
int   MAX_TEXT_LENGTH Now deprecated .