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 |
|
---|---|
From class 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. |