public class BitmapImageViewTarget extends ImageViewTarget<Bitmap >
GlideDrawableImageViewTarget
viewSIZE_ORIGINAL| Constructor and Description |
|---|
BitmapImageViewTarget(ImageView view)
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
setResource(Bitmap resource)
Sets the
android.graphics.Bitmap on the view using
android.widget.ImageView#setImageBitmap(android.graphics.Bitmap).
|
getCurrentDrawable, onLoadCleared, onLoadFailed, onLoadStarted, onResourceReady, setDrawablegetRequest, getSize, getView, setRequest, setTagId, toStringonDestroy, onStart, onStopclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetViewprotected void setResource(Bitmap resource)
android.graphics.Bitmap on the view using
android.widget.ImageView#setImageBitmap(android.graphics.Bitmap).
setResource in class
ImageViewTarget<Bitmap>
resource - The bitmap to display.