|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BitmapFactory.Options | |
|---|---|
| android.graphics | |
| android.graphics.drawable | |
| android.provider | |
| Uses of BitmapFactory.Options in android.graphics |
|---|
| Methods in android.graphics with parameters of type BitmapFactory.Options | |
|---|---|
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)
|
| Uses of BitmapFactory.Options in android.graphics.drawable |
|---|
| Methods in android.graphics.drawable with parameters of type BitmapFactory.Options | |
|---|---|
static Drawable |
Drawable.createFromResourceStream(Resources res,
TypedValue value,
InputStream is,
String srcName,
BitmapFactory.Options opts)
|
| Uses of BitmapFactory.Options in android.provider |
|---|
| Methods in android.provider with parameters of type BitmapFactory.Options | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||