public class DrawableImageViewTarget extends ImageViewTarget<android.graphics.drawable.Drawable>
Drawable
objects in ImageView
s.view
SIZE_ORIGINAL
Constructor and Description |
---|
DrawableImageViewTarget(android.widget.ImageView view) |
DrawableImageViewTarget(android.widget.ImageView view,
boolean waitForLayout)
Deprecated.
Use
ViewTarget.waitForLayout() instead. |
Modifier and Type | Method and Description |
---|---|
protected void |
setResource(android.graphics.drawable.Drawable resource) |
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 DrawableImageViewTarget(android.widget.ImageView view)
@Deprecated public DrawableImageViewTarget(android.widget.ImageView view, boolean waitForLayout)
ViewTarget.waitForLayout()
instead.protected void setResource(@Nullable android.graphics.drawable.Drawable resource)
setResource
in class ImageViewTarget<android.graphics.drawable.Drawable>