|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.provider.MediaStore.Images.Thumbnails
public static class MediaStore.Images.Thumbnails
| Field Summary | |
|---|---|
static String |
DATA
The data stream for the thumbnail |
static String |
DEFAULT_SORT_ORDER
The default sort order for this table |
static Uri |
EXTERNAL_CONTENT_URI
The content:// style URI for the "primary" external storage volume. |
static int |
FULL_SCREEN_KIND
|
static String |
HEIGHT
The height of the thumbnail |
static String |
IMAGE_ID
The original image for the thumbnal |
static Uri |
INTERNAL_CONTENT_URI
The content:// style URI for the internal storage. |
static String |
KIND
The kind of the thumbnail |
static int |
MICRO_KIND
|
static int |
MINI_KIND
|
static String |
WIDTH
The width of the thumbnal |
| Fields inherited from interface android.provider.BaseColumns |
|---|
_COUNT, _ID |
| Constructor Summary | |
|---|---|
MediaStore.Images.Thumbnails()
|
|
| Method Summary | |
|---|---|
static Uri |
getContentUri(String volumeName)
Get the content:// style URI for the image media table on the given volume. |
static Cursor |
query(ContentResolver cr,
Uri uri,
String[] projection)
|
static Cursor |
queryMiniThumbnail(ContentResolver cr,
long origId,
int kind,
String[] projection)
|
static Cursor |
queryMiniThumbnails(ContentResolver cr,
Uri uri,
int kind,
String[] projection)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Uri INTERNAL_CONTENT_URI
public static final Uri EXTERNAL_CONTENT_URI
public static final String DEFAULT_SORT_ORDER
public static final String DATA
Type: DATA STREAM
public static final String IMAGE_ID
Type: INTEGER (ID from Images table)
public static final String KIND
Type: INTEGER (One of the values below)
public static final int MINI_KIND
public static final int FULL_SCREEN_KIND
public static final int MICRO_KIND
public static final String WIDTH
Type: INTEGER (long)
public static final String HEIGHT
Type: INTEGER (long)
| Constructor Detail |
|---|
public MediaStore.Images.Thumbnails()
| Method Detail |
|---|
public static final Cursor query(ContentResolver cr,
Uri uri,
String[] projection)
public static final Cursor queryMiniThumbnails(ContentResolver cr,
Uri uri,
int kind,
String[] projection)
public static final Cursor queryMiniThumbnail(ContentResolver cr,
long origId,
int kind,
String[] projection)
public static Uri getContentUri(String volumeName)
volumeName - the name of the volume to get the URI for
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||