Class DrawableThumbnailImageViewTarget
java.lang.Object
com.bumptech.glide.request.target.BaseTarget<Z>
com.bumptech.glide.request.target.ViewTarget<ImageView,Z>
com.bumptech.glide.request.target.ImageViewTarget<T>
com.bumptech.glide.request.target.ThumbnailImageViewTarget<Drawable>
com.bumptech.glide.request.target.DrawableThumbnailImageViewTarget
- All Implemented Interfaces:
LifecycleListener,Target<Drawable>,Transition.ViewAdapter
Efficiently displays multiple Drawables loaded serially into a single
View.-
Field Summary
Fields inherited from class com.bumptech.glide.request.target.ViewTarget
viewFields inherited from interface com.bumptech.glide.request.target.Target
SIZE_ORIGINAL -
Constructor Summary
ConstructorsConstructorDescriptionDrawableThumbnailImageViewTarget(ImageView view, boolean waitForLayout) Deprecated. -
Method Summary
Methods inherited from class com.bumptech.glide.request.target.ThumbnailImageViewTarget
setResourceMethods inherited from class com.bumptech.glide.request.target.ImageViewTarget
getCurrentDrawable, onLoadCleared, onLoadFailed, onLoadStarted, onResourceReady, onStart, onStop, setDrawableMethods inherited from class com.bumptech.glide.request.target.ViewTarget
clearOnDetach, getRequest, getSize, getView, removeCallback, setRequest, setTagId, toString, waitForLayoutMethods inherited from class com.bumptech.glide.request.target.BaseTarget
onDestroyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.bumptech.glide.request.transition.Transition.ViewAdapter
getView
-
Constructor Details
-
DrawableThumbnailImageViewTarget
-
DrawableThumbnailImageViewTarget
Deprecated.UseViewTarget.waitForLayout()instead.
-
-
Method Details
-
getDrawable
- Specified by:
getDrawablein classThumbnailImageViewTarget<Drawable>
-
ViewTarget.waitForLayout()instead.