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.