public static class PhotoBitmapLoaderInterface.BitmapResult extends Object
Modifier and Type | Field and Description |
---|---|
Bitmap |
bitmap |
Drawable |
drawable |
int |
status |
static int |
STATUS_EXCEPTION |
static int |
STATUS_SUCCESS |
Constructor and Description |
---|
BitmapResult() |
Modifier and Type | Method and Description |
---|---|
Drawable |
getDrawable(Resources resources)
Returns a drawable to be used in the
PhotoView . |
public static final int STATUS_SUCCESS
public static final int STATUS_EXCEPTION
public Drawable drawable
public Bitmap bitmap
public int status