FileDocCategorySizeDatePackage
AccessibilityRecord.javaAPI DocAndroid 5.1 API4132Sat Mar 14 14:09:34 GMT 2015android.view.accessibility

AccessibilityRecord

public class AccessibilityRecord extends Object

Fields Summary
Constructors Summary
AccessibilityRecord()

 throw new RuntimeException("Stub!"); 
Methods Summary
public intgetAddedCount()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetBeforeText()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetClassName()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetContentDescription()

 throw new RuntimeException("Stub!"); 
public intgetCurrentItemIndex()

 throw new RuntimeException("Stub!"); 
public intgetFromIndex()

 throw new RuntimeException("Stub!"); 
public intgetItemCount()

 throw new RuntimeException("Stub!"); 
public intgetMaxScrollX()

 throw new RuntimeException("Stub!"); 
public intgetMaxScrollY()

 throw new RuntimeException("Stub!"); 
public android.os.ParcelablegetParcelableData()

 throw new RuntimeException("Stub!"); 
public intgetRemovedCount()

 throw new RuntimeException("Stub!"); 
public intgetScrollX()

 throw new RuntimeException("Stub!"); 
public intgetScrollY()

 throw new RuntimeException("Stub!"); 
public android.view.accessibility.AccessibilityNodeInfogetSource()

 throw new RuntimeException("Stub!"); 
public java.util.ListgetText()

 throw new RuntimeException("Stub!"); 
public intgetToIndex()

 throw new RuntimeException("Stub!"); 
public intgetWindowId()

 throw new RuntimeException("Stub!"); 
public booleanisChecked()

 throw new RuntimeException("Stub!"); 
public booleanisEnabled()

 throw new RuntimeException("Stub!"); 
public booleanisFullScreen()

 throw new RuntimeException("Stub!"); 
public booleanisPassword()

 throw new RuntimeException("Stub!"); 
public booleanisScrollable()

 throw new RuntimeException("Stub!"); 
public static android.view.accessibility.AccessibilityRecordobtain(android.view.accessibility.AccessibilityRecord record)

 throw new RuntimeException("Stub!"); 
public static android.view.accessibility.AccessibilityRecordobtain()

 throw new RuntimeException("Stub!"); 
public voidrecycle()

 throw new RuntimeException("Stub!"); 
public voidsetAddedCount(int addedCount)

 throw new RuntimeException("Stub!"); 
public voidsetBeforeText(java.lang.CharSequence beforeText)

 throw new RuntimeException("Stub!"); 
public voidsetChecked(boolean isChecked)

 throw new RuntimeException("Stub!"); 
public voidsetClassName(java.lang.CharSequence className)

 throw new RuntimeException("Stub!"); 
public voidsetContentDescription(java.lang.CharSequence contentDescription)

 throw new RuntimeException("Stub!"); 
public voidsetCurrentItemIndex(int currentItemIndex)

 throw new RuntimeException("Stub!"); 
public voidsetEnabled(boolean isEnabled)

 throw new RuntimeException("Stub!"); 
public voidsetFromIndex(int fromIndex)

 throw new RuntimeException("Stub!"); 
public voidsetFullScreen(boolean isFullScreen)

 throw new RuntimeException("Stub!"); 
public voidsetItemCount(int itemCount)

 throw new RuntimeException("Stub!"); 
public voidsetMaxScrollX(int maxScrollX)

 throw new RuntimeException("Stub!"); 
public voidsetMaxScrollY(int maxScrollY)

 throw new RuntimeException("Stub!"); 
public voidsetParcelableData(android.os.Parcelable parcelableData)

 throw new RuntimeException("Stub!"); 
public voidsetPassword(boolean isPassword)

 throw new RuntimeException("Stub!"); 
public voidsetRemovedCount(int removedCount)

 throw new RuntimeException("Stub!"); 
public voidsetScrollX(int scrollX)

 throw new RuntimeException("Stub!"); 
public voidsetScrollY(int scrollY)

 throw new RuntimeException("Stub!"); 
public voidsetScrollable(boolean scrollable)

 throw new RuntimeException("Stub!"); 
public voidsetSource(android.view.View source)

 throw new RuntimeException("Stub!"); 
public voidsetSource(android.view.View root, int virtualDescendantId)

 throw new RuntimeException("Stub!"); 
public voidsetToIndex(int toIndex)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!");