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

  /frameworks/base/core/java/android/widget/
SectionIndexer.java 33 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 184 private SectionIndexer mSectionIndexer;
873 if (expAdapter instanceof SectionIndexer) {
874 mSectionIndexer = (SectionIndexer) expAdapter;
878 } else if (adapter instanceof SectionIndexer) {
880 mSectionIndexer = (SectionIndexer) adapter;
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
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) {
ContactsSectionIndexer.java 20 import android.widget.SectionIndexer;
28 public class ContactsSectionIndexer implements SectionIndexer {
ContactEntryListAdapter.java 33 import android.widget.SectionIndexer;
344 SectionIndexer indexer = getIndexer();
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
MtpAdapter.java 26 import android.widget.SectionIndexer;
35 public class MtpAdapter extends BaseAdapter implements SectionIndexer {
  /packages/apps/Settings/src/com/android/settings/
UserDictionarySettings.java 39 import android.widget.SectionIndexer;
235 private static class MyAdapter extends SimpleCursorAdapter implements SectionIndexer {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionarySettings.java 39 import android.widget.SectionIndexer;
280 private static class MyAdapter extends SimpleCursorAdapter implements SectionIndexer {
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListFragment.java 56 import android.widget.SectionIndexer;
641 private class ContactsAdapter extends CursorAdapter implements SectionIndexer {
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/worldclock/
CitiesActivity.java 46 import android.widget.SectionIndexer;
105 private class CityAdapter extends BaseAdapter implements Filterable, 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...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 

Completed in 233 milliseconds