@Implements(value=android.graphics.BitmapRegionDecoder.class) public class ShadowBitmapRegionDecoder extends Object
Constructor and Description |
---|
ShadowBitmapRegionDecoder() |
Modifier and Type | Method and Description |
---|---|
protected Bitmap |
decodeRegion(Rect rect,
BitmapFactory.Options options) |
protected int |
getHeight() |
protected int |
getWidth() |
protected static BitmapRegionDecoder |
newInstance(byte[] data,
int offset,
int length,
boolean isShareable) |
protected static BitmapRegionDecoder |
newInstance(FileDescriptor fd,
boolean isShareable) |
protected static BitmapRegionDecoder |
newInstance(InputStream is,
boolean isShareable) |
protected static BitmapRegionDecoder |
newInstance(String pathName,
boolean isShareable) |
@Implementation protected static BitmapRegionDecoder newInstance(byte[] data, int offset, int length, boolean isShareable) throws IOException
IOException
@Implementation protected static BitmapRegionDecoder newInstance(FileDescriptor fd, boolean isShareable) throws IOException
IOException
@Implementation protected static BitmapRegionDecoder newInstance(InputStream is, boolean isShareable) throws IOException
IOException
@Implementation protected static BitmapRegionDecoder newInstance(String pathName, boolean isShareable) throws IOException
IOException
@Implementation protected int getWidth()
@Implementation protected int getHeight()
@Implementation protected Bitmap decodeRegion(Rect rect, BitmapFactory.Options options)