Public Methods |
Bitmap
|
decodeByteArray(byte[] array, int offset, int length, BitmapFactory.Options opts)
|
Bitmap
|
decodeFile(String pathName, BitmapFactory.Options opts)
|
Bitmap
|
decodeFileDescriptor(FileDescriptor fd, Rect outPadding, BitmapFactory.Options opts)
|
Bitmap
|
decodeStream(InputStream inputStream, Rect outPadding, BitmapFactory.Options opts)
|
static
Bitmap
|
hookDecodeByteArray(byte[] array, int offset, int length, BitmapFactory.Options opts)
|
static
Bitmap
|
hookDecodeByteArray(byte[] array, int offset, int length)
|
static
Bitmap
|
hookDecodeFile(String pathName, BitmapFactory.Options opts)
|
static
Bitmap
|
hookDecodeFile(String pathName)
|
static
Bitmap
|
hookDecodeFileDescriptor(FileDescriptor fd)
|
static
Bitmap
|
hookDecodeFileDescriptor(FileDescriptor fd, Rect outPadding, BitmapFactory.Options opts)
|
static
Bitmap
|
hookDecodeResource(Resources res, int id, BitmapFactory.Options opts)
|
static
Bitmap
|
hookDecodeResource(Resources res, int id)
|
static
Bitmap
|
hookDecodeResourceStream(Resources res, TypedValue value, InputStream is, Rect pad, BitmapFactory.Options opts)
|
static
Bitmap
|
hookDecodeStream(InputStream inputStream)
|
static
Bitmap
|
hookDecodeStream(InputStream inputStream, Rect outPadding, BitmapFactory.Options opts)
|
void
|
setBitmapCreator(BitmapCreator bitmapCreator)
Set the object which should create the bg Bitmap
|
void
|
setWebpErrorLogger(WebpBitmapFactory.WebpErrorLogger webpErrorLogger)
Register the given listener as observer of error
|