Searched refs:AppGridAdapter (Results 1 – 2 of 2) sorted by relevance
33 final class AppGridAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolder> { class45 AppGridAdapter(Context context) { in AppGridAdapter() method in AppGridAdapter
74 private AppGridAdapter mGridAdapter;158 mGridAdapter = new AppGridAdapter(this); in onCreate()