Home
last modified time | relevance | path

Searched refs:mColumnIndex (Results 1 – 6 of 6) 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.java4863 return CollectionItemInfo.obtain(other.mRowIndex, other.mRowSpan, other.mColumnIndex, in obtain()
4903 info.mColumnIndex = columnIndex; in obtain()
4911 private int mColumnIndex; field in AccessibilityNodeInfo.CollectionItemInfo
4930 mColumnIndex = columnIndex; in CollectionItemInfo()
4942 return mColumnIndex; in getColumnIndex()
5001 mColumnIndex = 0; in clear()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt36918 field protected int mColumnIndex;
/frameworks/base/non-updatable-api/
Dcurrent.txt56460 field protected int mColumnIndex;
/frameworks/base/api/
Dcurrent.txt56604 field protected int mColumnIndex;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt73015 Landroid/view/accessibility/AccessibilityNodeInfo$CollectionItemInfo;->mColumnIndex:I