Searched refs:ProfileAdapter (Results 1 – 1 of 1) sorted by relevance
74 private ProfileAdapter mAdapter;133 mAdapter = new ProfileAdapter(mContext, profileRecords); in buildAdapter()258 public final class ProfileAdapter extends class in ProfileGridRecyclerView259 RecyclerView.Adapter<ProfileAdapter.ProfileAdapterViewHolder>287 public ProfileAdapter(Context context, List<ProfileRecord> profiles) { in ProfileAdapter() method in ProfileGridRecyclerView.ProfileAdapter