public static class AccessibilityNodeInfoCompat.CollectionItemInfoCompat
extends Object
| java.lang.Object | |
| android.support.v4.view.accessibility.AccessibilityNodeInfoCompat.CollectionItemInfoCompat | |
公共方法(Public methods) |
|
|---|---|
int |
getColumnIndex() |
int |
getColumnSpan() |
int |
getRowIndex() |
int |
getRowSpan() |
boolean |
isHeading() |
boolean |
isSelected() |
static AccessibilityNodeInfoCompat.CollectionItemInfoCompat |
obtain(int rowIndex, int rowSpan, int columnIndex, int columnSpan, boolean heading, boolean selected) 如果可用,则返回一个缓存实例,否则返回一个新实例。 |
继承方法(Inherited methods) |
|
|---|---|
java.lang.Object
|
|
int getColumnIndex ()
| 返回(Returns) | |
|---|---|
int |
|
int getColumnSpan ()
| 返回(Returns) | |
|---|---|
int |
|
int getRowIndex ()
| 返回(Returns) | |
|---|---|
int |
|
int getRowSpan ()
| 返回(Returns) | |
|---|---|
int |
|
boolean isHeading ()
| 返回(Returns) | |
|---|---|
boolean |
|
boolean isSelected ()
| 返回(Returns) | |
|---|---|
boolean |
|
AccessibilityNodeInfoCompat.CollectionItemInfoCompat obtain (int rowIndex, int rowSpan, int columnIndex, int columnSpan, boolean heading, boolean selected)
如果可用,则返回一个缓存实例,否则返回一个新实例。
| 参数(Parameters) | |
|---|---|
rowIndex |
int
|
rowSpan |
int
|
columnIndex |
int
|
columnSpan |
int
|
heading |
boolean
|
selected |
boolean
|
| 返回(Returns) | |
|---|---|
AccessibilityNodeInfoCompat.CollectionItemInfoCompat |
An instance. |