Searched defs:mRowIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java3804 return CollectionItemInfo.obtain(other.mRowIndex, other.mRowSpan, other.mColumnIndex,
3840 info.mRowIndex = rowIndex;
3851 private int mRowIndex; field in class:AccessibilityNodeInfo.CollectionItemInfo
3867 mRowIndex = rowIndex;
3890 return mRowIndex;
3941 mRowIndex = 0;

Completed in 630 milliseconds