List of usage examples for android.widget SectionIndexer interface-usage
From source file org.gateshipone.odyssey.adapter.GenericSectionAdapter.java
public abstract class GenericSectionAdapter<T extends GenericModel> extends ScrollSpeedAdapter implements SectionIndexer { /** * Variables used for sectioning (fast scroll). */ private final ArrayList<String> mSectionList;
From source file fr.eoit.activity.util.AmazingSimpleCursorAdapter.java
/** * @author picon.software * */ public class AmazingSimpleCursorAdapter extends SimpleCursorAdapter implements SectionIndexer, OnScrollListener { public static final String TAG = AmazingSimpleCursorAdapter.class.getSimpleName();
From source file com.fututel.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.sonetel.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 tw.net.ezcall.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 org.gateshipone.malp.application.adapters.GenericSectionAdapter.java
public abstract class GenericSectionAdapter<T extends MPDGenericItem> extends ScrollSpeedAdapter implements SectionIndexer { private static final String TAG = "GenericSectionAdapter"; /** * Variables used for sectioning (fast scroll). */
From source file net.voxcorp.voxmobile.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.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.sip.pwc.sipphone.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.voiceblue.phone.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;