public interface BitmapDisplayer
Bitmap
in ImageAware
. Implementations can
apply some changes to Bitmap or any animation for displaying Bitmap.ImageAware
,
LoadedFrom
Modifier and Type | Method and Description |
---|---|
void |
display(android.graphics.Bitmap bitmap,
ImageAware imageAware,
LoadedFrom loadedFrom)
Displays bitmap in
ImageAware . |
void display(android.graphics.Bitmap bitmap, ImageAware imageAware, LoadedFrom loadedFrom)
ImageAware
.
NOTE: This method is called on UI thread so it's strongly recommended not to do any heavy work in it.bitmap
- Source bitmapimageAware
- Image aware view to
display BitmaploadedFrom
- Source of loaded image