A B C D E F G H I L M N O P R S T U V W

M

Manifest - Class in com.bumptech.glide
 
Manifest() - Constructor for class com.bumptech.glide.Manifest
 
mark(int) - Method in class com.bumptech.glide.resize.RecyclableBufferedInputStream
Sets a mark position in this stream.
marklimit - Variable in class com.bumptech.glide.resize.RecyclableBufferedInputStream
The current limit, which when passed, invalidates the current mark.
markpos - Variable in class com.bumptech.glide.resize.RecyclableBufferedInputStream
The currently marked position.
markSupported() - Method in class com.bumptech.glide.resize.RecyclableBufferedInputStream
Indicates whether BufferedInputStream supports the mark() and reset() methods.
MemoryCache - Interface in com.bumptech.glide.resize.cache
An interface for adding and removing from an in memory cache
MemoryCache.ImageRemovedListener - Interface in com.bumptech.glide.resize.cache
An interface that will be called whenever a bitmap is removed from the cache.
MemoryCacheAdapter - Class in com.bumptech.glide.resize.cache
 
MemoryCacheAdapter() - Constructor for class com.bumptech.glide.resize.cache.MemoryCacheAdapter
 
ModelLoader<T> - Interface in com.bumptech.glide.loader.model
An interface for translating an arbitrarily complex data model into a concrete data type that can be used by an StreamLoader to obtain an InputStream for an image represented by the model.
ModelLoaderFactory<T> - Interface in com.bumptech.glide.loader.model
An interface for creating a ModelLoader for a given model type.
MultiTransformation - Class in com.bumptech.glide.loader.transformation
A transformation that applies an ordered array of one or more transformations to an image
MultiTransformation(Transformation...) - Constructor for class com.bumptech.glide.loader.transformation.MultiTransformation
 
MultiTransformationLoader<T> - Class in com.bumptech.glide.loader.transformation
A TransformationLoader that uses an ordered list of one or more transformation loaders to produce a single transformation that applies each of the Transformations produced by the loaders in order.
MultiTransformationLoader(TransformationLoader<T>...) - Constructor for class com.bumptech.glide.loader.transformation.MultiTransformationLoader
 
MultiTransformationLoader(List<TransformationLoader<T>>) - Constructor for class com.bumptech.glide.loader.transformation.MultiTransformationLoader
 

A B C D E F G H I L M N O P R S T U V W