Home
last modified time | relevance | path

Searched refs:SectionIndexer (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DSectionIndexer.java33 public interface SectionIndexer { interface
H A DFastScroller.java203 private SectionIndexer mSectionIndexer;
979 if (expAdapter instanceof SectionIndexer) { in getSectionsFromIndexer()
980 mSectionIndexer = (SectionIndexer) expAdapter; in getSectionsFromIndexer()
984 } else if (adapter instanceof SectionIndexer) { in getSectionsFromIndexer()
986 mSectionIndexer = (SectionIndexer) adapter; in getSectionsFromIndexer()
1263 final SectionIndexer sectionIndexer = mSectionIndexer; in getPosFromItemCount()
H A DAlphabetIndexer.java34 public class AlphabetIndexer extends DataSetObserver implements SectionIndexer {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes9761 android.widget.SectionIndexer
H A Dboot-image-profile.txt32560 Landroid/widget/SectionIndexer;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes9792 android.widget.SectionIndexer
H A Dboot-image-profile.txt42694 Landroid/widget/SectionIndexer;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt58100 …AlphabetIndexer extends android.database.DataSetObserver implements android.widget.SectionIndexer {
59816 public interface SectionIndexer {
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt67569 Landroid/widget/FastScroller;->mSectionIndexer:Landroid/widget/SectionIndexer;