public class BitmapThumbnailImageViewTarget extends ThumbnailImageViewTarget<Bitmap>
View
.view
SIZE_ORIGINAL
构造器和说明 |
---|
BitmapThumbnailImageViewTarget(ImageView view) |
BitmapThumbnailImageViewTarget(ImageView view,
boolean waitForLayout)
已过时。
Use
ViewTarget.waitForLayout() instead. |
限定符和类型 | 方法和说明 |
---|---|
protected Drawable |
getDrawable(Bitmap resource) |
setResource
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 BitmapThumbnailImageViewTarget(ImageView view)
@Deprecated public BitmapThumbnailImageViewTarget(ImageView view, boolean waitForLayout)
ViewTarget.waitForLayout()
instead.protected Drawable getDrawable(Bitmap resource)
getDrawable
在类中 ThumbnailImageViewTarget<Bitmap>