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