| Name | Description | Type | Package | Framework |
| AppWidgetTarget | This class is used in order to display downloaded Bitmap inside an ImageView of an AppWidget through RemoteViews. | Class | com.bumptech.glide.request.target | Glide |
| BaseTarget | A base Target for loading Resources that provides basic or empty implementations for most methods. | Class | com.bumptech.glide.request.target | Glide |
| BitmapImageViewTarget | A Target that can display an Bitmap in anSee Also:GlideDrawableImageViewTarget | Class | com.bumptech.glide.request.target | Glide |
| DrawableImageViewTarget | A target for display Drawable objects in ImageViews. | Class | com.bumptech.glide.request.target | Glide |
| GlideDrawableImageViewTarget | A Target that can display an Drawable inFields inherited from class com. | Class | com.bumptech.glide.request.target | Glide |
| ImageViewTarget | A base Target for displaying resources inFields inherited from class com. | Class | com.bumptech.glide.request.target | Glide |
| ImageViewTargetFactory | A factory responsible for producing the correct type of Target for a givenConstructor SummaryImageViewTargetFactory() | Class | com.bumptech.glide.request.target | Glide |
| NotificationTarget | This class is used to display downloaded Bitmap inside an ImageView of a Notification through RemoteViews. | Class | com.bumptech.glide.request.target | Glide |
| PreloadTarget | A one time use Target class that loads a resource into memory and thenFields inherited from interface com. | Class | com.bumptech.glide.request.target | Glide |
| SimpleTarget | A simple Target base class with default (usually noop) implementations of non essential methods that allows the caller to specify an exact width/height. | Class | com.bumptech.glide.request.target | Glide |
| SizeReadyCallback | A callback that must be called when the target has determined its size. | Interface | com.bumptech.glide.request.target | Glide |
| SquaringDrawable | A wrapper drawable to square the wrapped drawable so that it expands to fill a square with exactly the given side length. | Class | com.bumptech.glide.request.target | Glide |
| Target | An interface that Glide can load a resource into and notify of relevant lifecycle events during a load. | Interface | com.bumptech.glide.request.target | Glide |
| ViewTarget | A base Target for loading Bitmaps into Views that provides default implementations for most most methods and can determine the size of views using a | Class | com.bumptech.glide.request.target | Glide |