android.view.accessibility
Class AccessibilityRecord

java.lang.Object
  extended by android.view.accessibility.AccessibilityRecord
Direct Known Subclasses:
AccessibilityEvent

public class AccessibilityRecord
extends Object


Method Summary
 int getAddedCount()
           
 CharSequence getBeforeText()
           
 CharSequence getClassName()
           
 CharSequence getContentDescription()
           
 int getCurrentItemIndex()
           
 int getFromIndex()
           
 int getItemCount()
           
 Parcelable getParcelableData()
           
 int getRemovedCount()
           
 int getScrollX()
           
 int getScrollY()
           
 AccessibilityNodeInfo getSource()
           
 List<CharSequence> getText()
           
 int getToIndex()
           
 int getWindowId()
           
 boolean isChecked()
           
 boolean isEnabled()
           
 boolean isFullScreen()
           
 boolean isPassword()
           
 boolean isScrollable()
           
static AccessibilityRecord obtain()
           
static AccessibilityRecord obtain(AccessibilityRecord record)
           
 void recycle()
           
 void setAddedCount(int addedCount)
           
 void setBeforeText(CharSequence beforeText)
           
 void setChecked(boolean isChecked)
           
 void setClassName(CharSequence className)
           
 void setContentDescription(CharSequence contentDescription)
           
 void setCurrentItemIndex(int currentItemIndex)
           
 void setEnabled(boolean isEnabled)
           
 void setFromIndex(int fromIndex)
           
 void setFullScreen(boolean isFullScreen)
           
 void setItemCount(int itemCount)
           
 void setParcelableData(Parcelable parcelableData)
           
 void setPassword(boolean isPassword)
           
 void setRemovedCount(int removedCount)
           
 void setScrollable(boolean scrollable)
           
 void setScrollX(int scrollX)
           
 void setScrollY(int scrollY)
           
 void setSource(View source)
           
 void setToIndex(int toIndex)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

setSource

public void setSource(View source)

getSource

public AccessibilityNodeInfo getSource()

getWindowId

public int getWindowId()

isChecked

public boolean isChecked()

setChecked

public void setChecked(boolean isChecked)

isEnabled

public boolean isEnabled()

setEnabled

public void setEnabled(boolean isEnabled)

isPassword

public boolean isPassword()

setPassword

public void setPassword(boolean isPassword)

isFullScreen

public boolean isFullScreen()

setFullScreen

public void setFullScreen(boolean isFullScreen)

isScrollable

public boolean isScrollable()

setScrollable

public void setScrollable(boolean scrollable)

getItemCount

public int getItemCount()

setItemCount

public void setItemCount(int itemCount)

getCurrentItemIndex

public int getCurrentItemIndex()

setCurrentItemIndex

public void setCurrentItemIndex(int currentItemIndex)

getFromIndex

public int getFromIndex()

setFromIndex

public void setFromIndex(int fromIndex)

getToIndex

public int getToIndex()

setToIndex

public void setToIndex(int toIndex)

getScrollX

public int getScrollX()

setScrollX

public void setScrollX(int scrollX)

getScrollY

public int getScrollY()

setScrollY

public void setScrollY(int scrollY)

getAddedCount

public int getAddedCount()

setAddedCount

public void setAddedCount(int addedCount)

getRemovedCount

public int getRemovedCount()

setRemovedCount

public void setRemovedCount(int removedCount)

getClassName

public CharSequence getClassName()

setClassName

public void setClassName(CharSequence className)

getText

public List<CharSequence> getText()

getBeforeText

public CharSequence getBeforeText()

setBeforeText

public void setBeforeText(CharSequence beforeText)

getContentDescription

public CharSequence getContentDescription()

setContentDescription

public void setContentDescription(CharSequence contentDescription)

getParcelableData

public Parcelable getParcelableData()

setParcelableData

public void setParcelableData(Parcelable parcelableData)

obtain

public static AccessibilityRecord obtain(AccessibilityRecord record)

obtain

public static AccessibilityRecord obtain()

recycle

public void recycle()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012. All Rights Reserved.