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