Searched refs:RotaryGridAdapter (Results 1 – 2 of 2) sorted by relevance
32 final class RotaryGridAdapter extends RecyclerView.Adapter<RotaryGridAdapter.ItemViewHolder> { class38 RotaryGridAdapter(Context context, String[] data) { in RotaryGridAdapter() method in RotaryGridAdapter
43 private RotaryGridAdapter mGridAdapter;56 mGridAdapter = new RotaryGridAdapter(getActivity(), DATA); in populateGridItems()