Searched refs:SectionIndexer (Results 1 – 10 of 10) sorted by relevance
33 public interface SectionIndexer { interface
203 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()
34 public class AlphabetIndexer extends DataSetObserver implements SectionIndexer {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
9761 android.widget.SectionIndexer
32560 Landroid/widget/SectionIndexer;
9792 android.widget.SectionIndexer
42694 Landroid/widget/SectionIndexer;
58100 …AlphabetIndexer extends android.database.DataSetObserver implements android.widget.SectionIndexer {59816 public interface SectionIndexer {
67569 Landroid/widget/FastScroller;->mSectionIndexer:Landroid/widget/SectionIndexer;