Java android.support.v4.view.accessibility AccessibilityRecordCompat fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.view.accessibility AccessibilityRecordCompat fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.support.v4.view.accessibility AccessibilityRecordCompat.

The text is from its open source code.

Constructor

Method

intgetCurrentItemIndex()
Gets the index of the source in the list of items the can be visited.
intgetFromIndex()
Gets the index of the first character of the changed sequence, or the beginning of a text selection or the index of the first visible item when scrolling.
intgetItemCount()
Gets the number of items that can be visited.
intgetScrollX()
Gets the scroll offset of the source left edge in pixels.
intgetScrollY()
Gets the scroll offset of the source top edge in pixels.
AccessibilityNodeInfoCompatgetSource()
Gets the android.view.accessibility.AccessibilityNodeInfo of the event source.
intgetToIndex()
Gets the index of text selection end or the index of the last visible item when scrolling.
booleanisScrollable()
Gets if the source is scrollable.
AccessibilityRecordCompatobtain(AccessibilityRecordCompat record)
Returns a cached instance if such is available or a new one is instantiated.
voidsetFromIndex(int fromIndex)
Sets the index of the first character of the changed sequence or the beginning of a text selection or the index of the first visible item when scrolling.
voidsetSource(View source)
Sets the event source.
voidsetToIndex(int toIndex)
Sets the index of text selection end or the index of the last visible item when scrolling.