@Implements(value=android.graphics.ImageDecoder.class,
isInAndroidSdk=false,
minSdk=10000)
public class ShadowImageDecoder
extends java.lang.Object
| Constructor and Description |
|---|
ShadowImageDecoder() |
| Modifier and Type | Method and Description |
|---|---|
protected android.graphics.Bitmap |
decodeBitmap() |
protected static android.graphics.ImageDecoder |
nCreate(java.io.InputStream is,
byte[] storage) |
protected static android.graphics.ImageDecoder |
nCreate(long asset) |
@Implementation protected static android.graphics.ImageDecoder nCreate(long asset)
@Implementation
protected static android.graphics.ImageDecoder nCreate(java.io.InputStream is,
byte[] storage)
@Implementation
protected android.graphics.Bitmap decodeBitmap()
throws java.io.IOException
java.io.IOException