Searched refs:CustomRecyclerAdapter (Results 1 – 2 of 2) sorted by relevance
32 public class CustomRecyclerAdapter extends class33 WearableRecyclerView.Adapter<CustomRecyclerAdapter.ViewHolder> {61 public CustomRecyclerAdapter(String[] dataSet, Controller controller) { in CustomRecyclerAdapter() method in CustomRecyclerAdapter
80 private CustomRecyclerAdapter mCustomRecyclerAdapter;107 mCustomRecyclerAdapter = new CustomRecyclerAdapter( in onCreate()