public abstract static class BitmapRegionTileSource.BitmapSource extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BitmapRegionTileSource.BitmapSource.State |
Constructor and Description |
---|
BitmapSource(int previewSize) |
Modifier and Type | Method and Description |
---|---|
com.android.photos.SimpleBitmapRegionDecoder |
getBitmapRegionDecoder() |
BitmapRegionTileSource.BitmapSource.State |
getLoadingState() |
Bitmap |
getPreviewBitmap() |
int |
getPreviewSize() |
int |
getRotation() |
abstract com.android.photos.SimpleBitmapRegionDecoder |
loadBitmapRegionDecoder() |
boolean |
loadInBackground() |
abstract Bitmap |
loadPreviewBitmap(BitmapFactory.Options options) |
abstract boolean |
readExif(ExifInterface ei) |
public boolean loadInBackground()
public BitmapRegionTileSource.BitmapSource.State getLoadingState()
public com.android.photos.SimpleBitmapRegionDecoder getBitmapRegionDecoder()
public Bitmap getPreviewBitmap()
public int getPreviewSize()
public int getRotation()
public abstract boolean readExif(ExifInterface ei)
public abstract com.android.photos.SimpleBitmapRegionDecoder loadBitmapRegionDecoder()
public abstract Bitmap loadPreviewBitmap(BitmapFactory.Options options)