Searched refs:SectionIndexer (Results 1 – 8 of 8) sorted by relevance
33 public interface SectionIndexer { interface
194 private SectionIndexer mSectionIndexer;966 if (expAdapter instanceof SectionIndexer) { in getSectionsFromIndexer()967 mSectionIndexer = (SectionIndexer) expAdapter; in getSectionsFromIndexer()971 } else if (adapter instanceof SectionIndexer) { in getSectionsFromIndexer()973 mSectionIndexer = (SectionIndexer) adapter; in getSectionsFromIndexer()1250 final SectionIndexer sectionIndexer = mSectionIndexer; in getPosFromItemCount()
34 public class AlphabetIndexer extends DataSetObserver implements SectionIndexer {
3825 android.widget.SectionIndexer
55240 Landroid/widget/SectionIndexer;55241 Landroid/widget/SectionIndexer;->getPositionForSection(I)I55242 Landroid/widget/SectionIndexer;->getSectionForPosition(I)I55243 Landroid/widget/SectionIndexer;->getSections()[Ljava/lang/Object;
37078 HSPLandroid/widget/SectionIndexer;->getPositionForSection(I)I37079 HSPLandroid/widget/SectionIndexer;->getSectionForPosition(I)I37080 HSPLandroid/widget/SectionIndexer;->getSections()[Ljava/lang/Object;59502 Landroid/widget/SectionIndexer;
36910 …AlphabetIndexer extends android.database.DataSetObserver implements android.widget.SectionIndexer {38391 public abstract interface SectionIndexer {
51842 …AlphabetIndexer extends android.database.DataSetObserver implements android.widget.SectionIndexer {53368 public abstract interface SectionIndexer {