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