FileDocCategorySizeDatePackage
BitmapRegionDecoder.javaAPI DocAndroid 5.1 API1385Sat Mar 14 14:09:44 GMT 2015android.graphics

BitmapRegionDecoder

public final class BitmapRegionDecoder extends Object

Fields Summary
Constructors Summary
BitmapRegionDecoder()

 throw new RuntimeException("Stub!"); 
Methods Summary
public android.graphics.BitmapdecodeRegion(android.graphics.Rect rect, android.graphics.BitmapFactory.Options options)

 throw new RuntimeException("Stub!"); 
protected voidfinalize()

 throw new RuntimeException("Stub!"); 
public intgetHeight()

 throw new RuntimeException("Stub!"); 
public intgetWidth()

 throw new RuntimeException("Stub!"); 
public final booleanisRecycled()

 throw new RuntimeException("Stub!"); 
public static android.graphics.BitmapRegionDecodernewInstance(byte[] data, int offset, int length, boolean isShareable)

 throw new RuntimeException("Stub!"); 
public static android.graphics.BitmapRegionDecodernewInstance(java.io.FileDescriptor fd, boolean isShareable)

 throw new RuntimeException("Stub!"); 
public static android.graphics.BitmapRegionDecodernewInstance(java.io.InputStream is, boolean isShareable)

 throw new RuntimeException("Stub!"); 
public static android.graphics.BitmapRegionDecodernewInstance(java.lang.String pathName, boolean isShareable)

 throw new RuntimeException("Stub!"); 
public voidrecycle()

 throw new RuntimeException("Stub!");