| Package | Description |
|---|---|
| android.graphics | |
| android.graphics.drawable | |
| android.provider |
| Modifier and Type | Method and Description |
|---|---|
static Bitmap |
BitmapFactory.decodeByteArray(byte[] data,
int offset,
int length,
BitmapFactory.Options opts) |
static Bitmap |
BitmapFactory.decodeFile(String pathName,
BitmapFactory.Options opts) |
static Bitmap |
BitmapFactory.decodeFileDescriptor(FileDescriptor fd,
Rect outPadding,
BitmapFactory.Options opts) |
Bitmap |
BitmapRegionDecoder.decodeRegion(Rect rect,
BitmapFactory.Options options) |
static Bitmap |
BitmapFactory.decodeResource(Resources res,
int id,
BitmapFactory.Options opts) |
static Bitmap |
BitmapFactory.decodeResourceStream(Resources res,
TypedValue value,
InputStream is,
Rect pad,
BitmapFactory.Options opts) |
static Bitmap |
BitmapFactory.decodeStream(InputStream is,
Rect outPadding,
BitmapFactory.Options opts) |
| Modifier and Type | Method and Description |
|---|---|
static Drawable |
Drawable.createFromResourceStream(Resources res,
TypedValue value,
InputStream is,
String srcName,
BitmapFactory.Options opts) |
| Modifier and Type | Method and Description |
|---|---|
static Bitmap |
MediaStore.Images.Thumbnails.getThumbnail(ContentResolver cr,
long origId,
int kind,
BitmapFactory.Options options) |
static Bitmap |
MediaStore.Video.Thumbnails.getThumbnail(ContentResolver cr,
long origId,
int kind,
BitmapFactory.Options options) |
static Bitmap |
MediaStore.Images.Thumbnails.getThumbnail(ContentResolver cr,
long origId,
long groupId,
int kind,
BitmapFactory.Options options) |
static Bitmap |
MediaStore.Video.Thumbnails.getThumbnail(ContentResolver cr,
long origId,
long groupId,
int kind,
BitmapFactory.Options options) |
static Bitmap |
Contacts.People.loadContactPhoto(Context context,
Uri person,
int placeholderImageResource,
BitmapFactory.Options options)
Deprecated.
|
Copyright © 2008-2013. All Rights Reserved.