public class DrawableImageViewTarget extends ImageViewTarget<Drawable>
view
SIZE_ORIGINAL
Constructor and Description |
---|
DrawableImageViewTarget(ImageView view) |
DrawableImageViewTarget(ImageView view,
boolean waitForLayout) |
Modifier and Type | Method and Description |
---|---|
protected void |
setResource(Drawable resource) |
getCurrentDrawable, onLoadCleared, onLoadFailed, onLoadStarted, onResourceReady, onStart, onStop, setDrawable
getRequest, getSize, getView, removeCallback, setRequest, setTagId, toString
onDestroy
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getView
public DrawableImageViewTarget(ImageView view)
public DrawableImageViewTarget(ImageView view, boolean waitForLayout)
protected void setResource(@Nullable Drawable resource)
setResource
in class ImageViewTarget<Drawable>