Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A 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()
/aosp12/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java4074 : new CollectionItemInfo(cii.mRowIndex, cii.mRowSpan, cii.mColumnIndex, in initCopyInfos()
5518 return CollectionItemInfo.obtain(other.mRowIndex, other.mRowSpan, other.mColumnIndex, in obtain()
5568 info.mColumnIndex = columnIndex; in obtain()
5576 private int mColumnIndex; field in AccessibilityNodeInfo.CollectionItemInfo
5610 mColumnIndex = columnIndex; in CollectionItemInfo()
5622 return mColumnIndex; in getColumnIndex()
5683 mColumnIndex = 0; in clear()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt54232 field protected int mColumnIndex;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt36918 field protected int mColumnIndex;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt61909 Landroid/view/accessibility/AccessibilityNodeInfo$CollectionItemInfo;->mColumnIndex:I