java.lang.Object | ||
android.provider.MediaStore.Images.Thumbnails | BaseColumns |
Value | ||||
---|---|---|---|---|
String | DATA | The data stream for the thumbnail
Type: DATA STREAM |
"_data" | |
String | DEFAULT_SORT_ORDER | The default sort order for this table | "image_id ASC" | |
Uri | EXTERNAL_CONTENT_URI | The content:// style URI for the "primary" external storage volume. | ||
int | FULL_SCREEN_KIND | 2 | 0x00000002 | |
String | HEIGHT | The height of the thumbnail
Type: INTEGER (long) |
"height" | |
String | IMAGE_ID | The original image for the thumbnal
Type: INTEGER (ID from Images table) |
"image_id" | |
Uri | INTERNAL_CONTENT_URI | The content:// style URI for the internal storage. | ||
String | KIND | The kind of the thumbnail
Type: INTEGER (One of the values below) |
"kind" | |
int | MICRO_KIND | 3 | 0x00000003 | |
int | MINI_KIND | 1 | 0x00000001 | |
String | WIDTH | The width of the thumbnal
Type: INTEGER (long) |
"width" |
MediaStore.Images.Thumbnails() |
static | Uri | getContentUri(String volumeName) | ||||
Get the content:// style URI for the image media table on the given volume. | ||||||
final | static | Cursor | query(ContentResolver cr, Uri uri, String[] projection) | |||
final | static | Cursor | queryMiniThumbnail(ContentResolver cr, long origId, int kind, String[] projection) | |||
final | static | Cursor | queryMiniThumbnails(ContentResolver cr, Uri uri, int kind, String[] projection) |
Type: DATA STREAM
Type: INTEGER (long)
Type: INTEGER (ID from Images table)
Type: INTEGER (One of the values below)
Type: INTEGER (long)
volumeName | the name of the volume to get the URI for |
---|
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |