Android APIs
public static class

AccessibilityNodeInfoCompat.CollectionItemInfoCompat

extends Object
java.lang.Object
   ↳ android.support.v4.view.accessibility.AccessibilityNodeInfoCompat.CollectionItemInfoCompat

Summary


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)
Returns a cached instance if such is available otherwise a new one.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods


public int getColumnIndex ()

public int getColumnSpan ()

public int getRowIndex ()

public int getRowSpan ()

public boolean isHeading ()

public boolean isSelected ()

public static AccessibilityNodeInfoCompat.CollectionItemInfoCompat obtain (int rowIndex, int rowSpan, int columnIndex, int columnSpan, boolean heading, boolean selected)

Returns a cached instance if such is available otherwise a new one.

Returns
  • An instance.