List of usage examples for android.widget SectionIndexer interface-usage
From source file com.newcell.calltext.utils.contacts.ContactsSearchAdapter.java
/** * This adapter is used to filter contacts on both name and number. */ public class ContactsSearchAdapter extends CursorAdapter implements SectionIndexer { private final Context mContext;
From source file com.morestudio.littledot.doctor.utils.contacts.ContactsSearchAdapter.java
/** * This adapter is used to filter contacts on both name and number. */ public class ContactsSearchAdapter extends CursorAdapter implements SectionIndexer { private final Context mContext;
From source file com.csipsimple.utils.contacts.ContacksSearchGridAdapter.java
/** * This adapter is used to filter contacts on both name and number. */ public class ContacksSearchGridAdapter extends CursorAdapter implements SectionIndexer { // private static final String TAG = "ContacksSearchGridAdapter";
From source file com.facebook.GraphObjectAdapter.java
class GraphObjectAdapter<T extends GraphObject> extends BaseAdapter implements SectionIndexer { private static final PrioritizedWorkQueue downloadWorkQueue = new PrioritizedWorkQueue(); private final int DISPLAY_SECTIONS_THRESHOLD = 1; private final int HEADER_VIEW_TYPE = 0; private final int GRAPH_OBJECT_VIEW_TYPE = 1;
From source file com.trk.aboutme.facebook.widget.GraphObjectAdapter.java
class GraphObjectAdapter<T extends GraphObject> extends BaseAdapter implements SectionIndexer { private static final int DISPLAY_SECTIONS_THRESHOLD = 1; private static final int HEADER_VIEW_TYPE = 0; private static final int GRAPH_OBJECT_VIEW_TYPE = 1; private static final int ACTIVITY_CIRCLE_VIEW_TYPE = 2; private static final int MAX_PREFETCHED_PICTURES = 20;
From source file com.facebook.widget.GraphObjectAdapter.java
class GraphObjectAdapter<T extends GraphObject> extends BaseAdapter implements SectionIndexer { private static final int DISPLAY_SECTIONS_THRESHOLD = 1; private static final int HEADER_VIEW_TYPE = 0; private static final int GRAPH_OBJECT_VIEW_TYPE = 1; private static final int ACTIVITY_CIRCLE_VIEW_TYPE = 2; private static final int MAX_PREFETCHED_PICTURES = 20;
From source file m2.android.archetype.example.FacebookSdk.widget.GraphObjectAdapter.java
class GraphObjectAdapter<T extends GraphObject> extends BaseAdapter implements SectionIndexer { private static final int DISPLAY_SECTIONS_THRESHOLD = 1; private static final int HEADER_VIEW_TYPE = 0; private static final int GRAPH_OBJECT_VIEW_TYPE = 1; private static final int ACTIVITY_CIRCLE_VIEW_TYPE = 2; private static final int MAX_PREFETCHED_PICTURES = 20;
From source file org.videolan.vlc.gui.audio.AudioBrowserListAdapter.java
public class AudioBrowserListAdapter extends BaseAdapter implements SectionIndexer, IAudioClickHandler { public final static String TAG = "VLC/AudioBrowserListAdapter"; public final static int TYPE_ARTISTS = 0; public final static int TYPE_ALBUMS = 1; public final static int TYPE_SONGS = 2;
From source file com.example.scrumptious.picker.GraphObjectAdapter.java
class GraphObjectAdapter extends BaseAdapter implements SectionIndexer { private static final int DISPLAY_SECTIONS_THRESHOLD = 1; private static final int HEADER_VIEW_TYPE = 0; private static final int GRAPH_OBJECT_VIEW_TYPE = 1; private static final int ACTIVITY_CIRCLE_VIEW_TYPE = 2; private static final int MAX_PREFETCHED_PICTURES = 20;
From source file com.eutectoid.dosomething.picker.GraphObjectAdapter.java
class GraphObjectAdapter extends BaseAdapter implements SectionIndexer { private static final int DISPLAY_SECTIONS_THRESHOLD = 1; private static final int HEADER_VIEW_TYPE = 0; private static final int GRAPH_OBJECT_VIEW_TYPE = 1; private static final int ACTIVITY_CIRCLE_VIEW_TYPE = 2; private static final int MAX_PREFETCHED_PICTURES = 20;