Package com.bumptech.glide.request.target
package com.bumptech.glide.request.target
-
ClassDescriptionThis class is used in order to display downloaded Bitmap inside an ImageView of an AppWidget through RemoteViews.BaseTarget<Z>Deprecated.Efficiently displays multiple Bitmaps loaded serially into a single
View.CustomTarget<T>A baseTargetfor loading resources (Bitmap,Drawableetc) intoViews that provides default implementations for most methods and can determine the size of views using aViewTreeObserver.OnDrawListener.Efficiently displays multiple Drawables loaded serially into a singleView.A wrapper drawable to square the wrapped drawable so that it expands to fill a square with exactly the given side length.This class is used to display downloaded Bitmap inside an ImageView of a Notification through RemoteViews.A one time useTargetclass that loads a resource into memory and then clears itself.SimpleTarget<Z>Deprecated.UseCustomViewTargetif loading the content into a view, the download API if in the background (http://bumptech.github.io/glide/doc/getting-started.html#background-threads), or aCustomTargetfor any specialized use-cases.A callback that must be called when the target has determined its size.Target<R>An interface that Glide can load a resource into and notify of relevant lifecycle events during a load.Avoids extra calls toView.requestLayout()when loading more than once image into anImageViewwith fixed dimensions.Deprecated.UseCustomViewTarget.
CustomViewTargetif loading the content into a view, the download API if in the background (http://bumptech.github.io/glide/doc/getting-started.html#background-threads), or a a fully implementedTargetfor any specialized use-cases.