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.java3953 return CollectionItemInfo.obtain(other.mRowIndex, other.mRowSpan, other.mColumnIndex, in obtain()
3991 info.mColumnIndex = columnIndex; in obtain()
3999 private int mColumnIndex; field in AccessibilityNodeInfo.CollectionItemInfo
4018 mColumnIndex = columnIndex; in CollectionItemInfo()
4030 return mColumnIndex; in getColumnIndex()
4088 mColumnIndex = 0; in clear()
/frameworks/base/api/
Dcurrent.txt39638 field protected int mColumnIndex;
Dsystem-current.txt42244 field protected int mColumnIndex;