Package com.bumptech.glide
Types
Link copied to clipboard
class GenericTransitionOptions<TranscodeType> : TransitionOptions<CHILD, TranscodeType>
Content copied to clipboard
Implementation of TransitionOptions that exposes only generic methods that can be applied to any resource type.
Link copied to clipboard
A singleton to present a simple static interface for building requests with and maintaining an Engine, BitmapPool, and MemoryCache.
Link copied to clipboard
A builder class for setting default structural classes for Glide to use.
Link copied to clipboard
Global context for all loads in Glide containing and exposing the various registries and classes required to load resources.
Link copied to clipboard
Keeps track of a set of Experimental features that may be enabled in Glide, simplifying the process of adding and removing them.
Link copied to clipboard
Loads a few resources ahead in the direction of scrolling in any AbsListView so that images are in the memory cache just before the corresponding view in created in the list.
Link copied to clipboard
An enum for dynamically modifying the amount of memory Glide is able to use.
Link copied to clipboard
open class RequestBuilder<TranscodeType> : BaseRequestOptions<T> , Cloneable, ModelTypes<T>
Content copied to clipboard
A generic class that can handle setting options and staring loads for generic resource types.
Link copied to clipboard
A class for managing and starting requests for Glide.
Link copied to clipboard
abstract class TransitionOptions<CHILD : TransitionOptions<CHILD, TranscodeType>?, TranscodeType> : Cloneable
Content copied to clipboard
A base class for setting a transition to use on a resource when a load completes.