Example usage for android.widget SectionIndexer interface-usage

List of usage examples for android.widget SectionIndexer interface-usage

Introduction

In this page you can find the example usage for android.widget SectionIndexer interface-usage.

Usage

From source file com.facebook.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 de.Maxr1998.xposed.maxlock.ui.settings.appslist.AppListAdapter.java

@SuppressLint("CommitPrefEdits")
public class AppListAdapter extends RecyclerView.Adapter<AppListAdapter.AppsListViewHolder>
        implements SectionIndexer {

    private final Fragment mFragment;
    private final Context mContext;

From source file heartware.com.FB_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;