Searched refs:GalleryGridAdapter (Results 1 – 4 of 4) sorted by relevance
33 public class GalleryGridAdapter extends CursorAdapter { class36 public GalleryGridAdapter(final Context context, final Cursor cursor) { in GalleryGridAdapter() method in GalleryGridAdapter
46 private final GalleryGridAdapter mAdapter;52 mAdapter = new GalleryGridAdapter(Factory.get().getApplicationContext(), null); in GalleryMediaChooser()
35 public class GalleryGridAdapter extends CursorAdapter { class43 public GalleryGridAdapter( in GalleryGridAdapter() method in GalleryGridAdapter
67 private GalleryGridAdapter adapter;148 adapter = new GalleryGridAdapter(getContext(), null, this); in setupGallery()