HomeSort by relevance Sort by last modified time
    Searched refs:SectionIndexer (Results 1 - 18 of 18) sorted by null

  /frameworks/base/core/java/android/widget/
SectionIndexer.java 25 public interface SectionIndexer {
AlphabetIndexer.java 24 * A helper class for adapters that implement the SectionIndexer interface.
34 public class AlphabetIndexer extends DataSetObserver implements SectionIndexer {
FastScroller.java 111 private SectionIndexer mSectionIndexer;
478 SectionIndexer getSectionIndexer() {
498 if (expAdapter instanceof SectionIndexer) {
499 mSectionIndexer = (SectionIndexer) expAdapter;
504 if (adapter instanceof SectionIndexer) {
506 mSectionIndexer = (SectionIndexer) adapter;
  /packages/apps/Contacts/src/com/android/contacts/widget/
IndexerListAdapter.java 22 import android.widget.SectionIndexer;
27 public abstract class IndexerListAdapter extends PinnedHeaderListAdapter implements SectionIndexer {
30 private SectionIndexer mIndexer;
99 public SectionIndexer getIndexer() {
103 public void setIndexer(SectionIndexer indexer) {
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsSectionIndexer.java 20 import android.widget.SectionIndexer;
28 public class ContactsSectionIndexer implements SectionIndexer {
PhoneFavoriteMergedAdapter.java 28 import android.widget.SectionIndexer;
35 public class PhoneFavoriteMergedAdapter extends BaseAdapter implements SectionIndexer {
ContactEntryListAdapter.java 38 import android.widget.SectionIndexer;
298 SectionIndexer indexer = getIndexer();
  /packages/apps/Settings/src/com/android/settings/
UserDictionarySettings.java 43 import android.widget.SectionIndexer;
312 private static class MyAdapter extends SimpleCursorAdapter implements SectionIndexer,
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 44 import android.widget.SectionIndexer;
161 implements SectionIndexer {
AlbumBrowserActivity.java 61 import android.widget.SectionIndexer;
491 static class AlbumListAdapter extends SimpleCursorAdapter implements SectionIndexer {
ArtistAlbumBrowserActivity.java 59 import android.widget.SectionIndexer;
548 static class ArtistAlbumListAdapter extends SimpleCursorTreeAdapter implements SectionIndexer {
    [all...]
TrackBrowserActivity.java 60 import android.widget.SectionIndexer;
    [all...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 688 milliseconds