File
Doc
Category
Size
Date
Package
BitmapRegionDecoder.java
API Doc
Android 5.1 API
1385
Sat Mar 14 14:09:44 GMT 2015
android.graphics
BitmapRegionDecoder
java.lang.Object
public final class BitmapRegionDecoder extends Object
Fields Summary
Constructors Summary
BitmapRegionDecoder
()
throw new RuntimeException("Stub!");
Methods Summary
public
android.graphics.Bitmap
decodeRegion
(
android.graphics.Rect
rect,
android.graphics.BitmapFactory.Options
options)
throw new RuntimeException("Stub!");
protected void
finalize
()
throw new RuntimeException("Stub!");
public
int
getHeight
()
throw new RuntimeException("Stub!");
public
int
getWidth
()
throw new RuntimeException("Stub!");
public final
boolean
isRecycled
()
throw new RuntimeException("Stub!");
public static
android.graphics.BitmapRegionDecoder
newInstance
(
byte[]
data,
int
offset,
int
length,
boolean
isShareable)
throw new RuntimeException("Stub!");
public static
android.graphics.BitmapRegionDecoder
newInstance
(
java.io.FileDescriptor
fd,
boolean
isShareable)
throw new RuntimeException("Stub!");
public static
android.graphics.BitmapRegionDecoder
newInstance
(
java.io.InputStream
is,
boolean
isShareable)
throw new RuntimeException("Stub!");
public static
android.graphics.BitmapRegionDecoder
newInstance
(
java.lang.String
pathName,
boolean
isShareable)
throw new RuntimeException("Stub!");
public void
recycle
()
throw new RuntimeException("Stub!");
Java Code Source