Home
last modified time | relevance | path

Searched refs:mColumnIndex (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
DAlphabetIndexer.java44 protected int mColumnIndex; field in AlphabetIndexer
84 mColumnIndex = sortedColumnIndex; in AlphabetIndexer()
203 String curName = cursor.getString(mColumnIndex); in getPositionForSection()
258 String curName = mDataCursor.getString(mColumnIndex); in getSectionForPosition()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java3804 return CollectionItemInfo.obtain(other.mRowIndex, other.mRowSpan, other.mColumnIndex, in obtain()
3842 info.mColumnIndex = columnIndex; in obtain()
3850 private int mColumnIndex; field in AccessibilityNodeInfo.CollectionItemInfo
3869 mColumnIndex = columnIndex; in CollectionItemInfo()
3881 return mColumnIndex; in getColumnIndex()
3939 mColumnIndex = 0; in clear()
/frameworks/base/api/
Dsystem-current.txt39449 field protected int mColumnIndex;
Dcurrent.txt36920 field protected int mColumnIndex;