Package com.bumptech.glide.request.target
Types
Link copied to clipboard
This class is used in order to display downloaded Bitmap inside an ImageView of an AppWidget through RemoteViews.
Link copied to clipboard
A base Target for loading com.bumptech.glide.load.engine.Resources that provides basic or empty implementations for most methods.
Link copied to clipboard
A com.bumptech.glide.request.target.Target that can display an in an android.widget.
Link copied to clipboard
Efficiently displays multiple Bitmaps loaded serially into a single android.view.
Link copied to clipboard
A base Target for loading resources (android.graphics.
Link copied to clipboard
Link copied to clipboard
A target for display Drawable objects in ImageViews.
Link copied to clipboard
open class DrawableThumbnailImageViewTarget : ThumbnailImageViewTarget<T>
Content copied to clipboard
Efficiently displays multiple Drawables loaded serially into a single android.view.
Link copied to clipboard
A wrapper drawable to square the wrapped drawable so that it expands to fill a square with exactly the given side length.
Link copied to clipboard
abstract class ImageViewTarget<Z> : ViewTarget<T, Z> , Transition.ViewAdapter
Content copied to clipboard
A base com.bumptech.glide.request.target.Target for displaying resources in s.
Link copied to clipboard
A factory responsible for producing the correct type of for a given android.view.
Link copied to clipboard
This class is used to display downloaded Bitmap inside an ImageView of a Notification through RemoteViews.
Link copied to clipboard
A one time use com.bumptech.glide.request.target.Target class that loads a resource into memory and then clears itself.
Link copied to clipboard
A simple com.bumptech.glide.request.target.Target base class with default (usually no-op) implementations of non essential methods that allows the caller to specify an exact width/height.
Link copied to clipboard
A callback that must be called when the target has determined its size.
Link copied to clipboard
An interface that Glide can load a resource into and notify of relevant lifecycle events during a load.
Link copied to clipboard
Avoids extra calls to requestLayout when loading more than once image into an android.widget.
Link copied to clipboard
A base Target for loading android.graphics.