OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GalleryGridAdapter
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
GalleryGridAdapter.java
33
public class
GalleryGridAdapter
extends CursorAdapter {
36
public
GalleryGridAdapter
(final Context context, final Cursor cursor) {
GalleryMediaChooser.java
46
private final
GalleryGridAdapter
mAdapter;
52
mAdapter = new
GalleryGridAdapter
(Factory.get().getApplicationContext(), null);
Completed in 195 milliseconds