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
80 private AppGridAdapter mGridAdapter;176 mGridAdapter = new AppGridAdapter(this); in onCreate()