public class BitmapImageViewTarget extends ImageViewTarget<Bitmap>
view
SIZE_ORIGINAL
Constructor and Description |
---|
BitmapImageViewTarget(ImageView view) |
BitmapImageViewTarget(ImageView view,
boolean waitForLayout)
Deprecated.
Use
ViewTarget.waitForLayout() instead. |
Modifier and Type | Method and Description |
---|---|
protected void |
setResource(Bitmap resource)
Sets the
Bitmap on the view using ImageView.setImageBitmap(android.graphics.Bitmap) . |
getCurrentDrawable, onLoadCleared, onLoadFailed, onLoadStarted, onResourceReady, onStart, onStop, setDrawable
clearOnDetach, getRequest, getSize, getView, removeCallback, setRequest, setTagId, toString, waitForLayout
onDestroy
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getView
public BitmapImageViewTarget(ImageView view)
@Deprecated public BitmapImageViewTarget(ImageView view, boolean waitForLayout)
ViewTarget.waitForLayout()
instead.protected void setResource(Bitmap resource)
Bitmap
on the view using ImageView.setImageBitmap(android.graphics.Bitmap)
.setResource
in class ImageViewTarget<Bitmap>
resource
- The bitmap to display.