Home
last modified time | relevance | path

Searched refs:mSectionIndexer (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DFastScroller.java203 private SectionIndexer mSectionIndexer; field in FastScroller
968 mSectionIndexer = null; in getSectionsFromIndexer()
980 mSectionIndexer = (SectionIndexer) expAdapter; in getSectionsFromIndexer()
982 mSections = mSectionIndexer.getSections(); in getSectionsFromIndexer()
986 mSectionIndexer = (SectionIndexer) adapter; in getSectionsFromIndexer()
987 mSections = mSectionIndexer.getSections(); in getSectionsFromIndexer()
1013 int targetIndex = mSectionIndexer.getPositionForSection(targetSection); in scrollTo()
1029 nextIndex = mSectionIndexer.getPositionForSection(targetSection + 1); in scrollTo()
1037 prevIndex = mSectionIndexer.getPositionForSection(targetSection); in scrollTo()
1058 mSectionIndexer.getPositionForSection(nextNextSection) == nextIndex) { in scrollTo()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt81998 Landroid/widget/FastScroller;->mSectionIndexer:Landroid/widget/SectionIndexer;