Home
last modified time | relevance | path

Searched defs:sectionIndex (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/widget/
DSectionIndexer.java59 int getPositionForSection(int sectionIndex); in getPositionForSection()
DAlphabetIndexer.java146 public int getPositionForSection(int sectionIndex) { in getPositionForSection()
DFastScroller.java1008 int sectionIndex; in scrollTo() local
1126 private boolean transitionPreviewLayout(int sectionIndex) { in transitionPreviewLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DListAttachState.kt72 val sectionIndex: Int get() = section?.index ?: -1 constant in com.android.systemui.statusbar.notification.collection.ListAttachState
/frameworks/ex/common/tests/src/com/android/common/widget/
DCompositeCursorAdapterTest.java59 protected View newView(Context context, int sectionIndex, Cursor cursor, int position, in newView()
/frameworks/av/camera/
DVendorTagDescriptor.cpp131 uint32_t tag, sectionIndex; in readFromParcel() local
271 uint32_t tag, sectionIndex; in writeToParcel() local
DCameraMetadata.cpp806 size_t sectionIndex = 0; in getTagFromName() local
/frameworks/base/cmds/incidentd/src/
DReporter.cpp90 for (int sectionIndex = 0; sectionIndex < sectionCount; sectionIndex++) { in make_metadata() local
/frameworks/av/media/module/mpeg2ts/
DATSParser.cpp2173 ssize_t sectionIndex = mPSISections.indexOfKey(PID); in parsePID() local