Home
last modified time | relevance | path

Searched refs:mCurrentItemIndex (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/accessibility/
DAccessibilityRecord.java89 int mCurrentItemIndex = UNDEFINED; field in AccessibilityRecord
376 return mCurrentItemIndex; in getCurrentItemIndex()
388 mCurrentItemIndex = currentItemIndex; in setCurrentItemIndex()
851 mCurrentItemIndex = record.mCurrentItemIndex; in init()
877 mCurrentItemIndex = UNDEFINED; in clear()
909 append(builder, "CurrentItemIndex", mCurrentItemIndex); in appendTo()
DAccessibilityEvent.java1228 record.mCurrentItemIndex = parcel.readInt(); in readAccessibilityRecordFromParcel()
1294 parcel.writeInt(record.mCurrentItemIndex); in writeAccessibilityRecordToParcel()
/frameworks/av/media/extractors/mp4/
DItemTable.h83 uint32_t mCurrentItemIndex; variable
DItemTable.cpp1212 mCurrentItemIndex(0) { in ItemTable()
1647 mCurrentItemIndex = *itemIndex; in getImageOffsetAndSize()
1650 ImageItem &image = mItemIdToItemMap.editValueAt(mCurrentItemIndex); in getImageOffsetAndSize()
1669 *offset = mItemIdToItemMap[mCurrentItemIndex].offset; in getImageOffsetAndSize()
1670 *size = mItemIdToItemMap[mCurrentItemIndex].size; in getImageOffsetAndSize()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt73167 Landroid/view/accessibility/AccessibilityRecord;->mCurrentItemIndex:I