Home
last modified time | relevance | path

Searched refs:GalleryGridAdapter (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DGalleryGridAdapter.java33 public class GalleryGridAdapter extends CursorAdapter { class
36 public GalleryGridAdapter(final Context context, final Cursor cursor) { in GalleryGridAdapter() method in GalleryGridAdapter
DGalleryMediaChooser.java46 private final GalleryGridAdapter mAdapter;
52 mAdapter = new GalleryGridAdapter(Factory.get().getApplicationContext(), null); in GalleryMediaChooser()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DGalleryGridAdapter.java35 public class GalleryGridAdapter extends CursorAdapter { class
43 public GalleryGridAdapter( in GalleryGridAdapter() method in GalleryGridAdapter
DGalleryComposerFragment.java67 private GalleryGridAdapter adapter;
148 adapter = new GalleryGridAdapter(getContext(), null, this); in setupGallery()