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

L

listener(Glide.RequestListener<T>) - Method in class com.bumptech.glide.Glide.Request
Sets a Request listener to monitor the image load.
ListPreloader<T> - Class in com.bumptech.glide
Loads a few images 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.
ListPreloader(Context, int) - Constructor for class com.bumptech.glide.ListPreloader
Constructor for the preloader.
load(String) - Static method in class com.bumptech.glide.Glide
Use the ModelLoaderFactory currently registered for String to load the image represented by the given String.
load(Uri) - Static method in class com.bumptech.glide.Glide
Use the ModelLoaderFactory currently registered for Uri to load the image at the given uri.
load(URL) - Static method in class com.bumptech.glide.Glide
Use the ModelLoaderFactory currently registered for URL to load the image represented by the given URL.
load(File) - Static method in class com.bumptech.glide.Glide
Use the ModelLoaderFactory currently registered for File to load the image represented by the given File.
load(Integer) - Static method in class com.bumptech.glide.Glide
Use the ModelLoaderFactory currently registered for Integer to load the image represented by the given Integer resource id.
load(T) - Static method in class com.bumptech.glide.Glide
Use the ModelLoaderFactory currently registered for the given model type to load the image represented by the given model.
load(T) - Method in class com.bumptech.glide.Glide.ModelRequest
 
load(InputStream) - Method in class com.bumptech.glide.resize.load.ImageResizer
 
load(InputStream, int, int) - Method in class com.bumptech.glide.resize.load.ImageResizer
 
load(InputStream, int, int, Transformation) - Method in class com.bumptech.glide.resize.load.ImageResizer
 
load(InputStream, int, int, Downsampler) - Method in class com.bumptech.glide.resize.load.ImageResizer
 
load(InputStream, int, int, Downsampler, Transformation) - Method in class com.bumptech.glide.resize.load.ImageResizer
 
LoadedCallback - Interface in com.bumptech.glide.resize
An interface to handle loads completing successfully or failing
loaderClass() - Method in class com.bumptech.glide.loader.model.FileLoader.Factory
 
loaderClass() - Method in interface com.bumptech.glide.loader.model.ModelLoaderFactory
Get the class of the ModelLoader this factory builds.
loaderClass() - Method in class com.bumptech.glide.loader.model.ResourceLoader.Factory
 
loaderClass() - Method in class com.bumptech.glide.loader.model.StringLoader.Factory
 
loaderClass() - Method in class com.bumptech.glide.loader.model.UriLoader.Factory
 
loaderClass() - Method in class com.bumptech.glide.volley.VolleyUrlLoader.Factory
 
loadStream(StreamLoader.StreamReadyCallback) - Method in class com.bumptech.glide.loader.stream.LocalUriLoader
 
loadStream(StreamLoader.StreamReadyCallback) - Method in interface com.bumptech.glide.loader.stream.StreamLoader
Asynchronously fetch and open an InputStream representing an image.
loadStream(StreamLoader.StreamReadyCallback) - Method in class com.bumptech.glide.volley.VolleyStreamLoader
 
LocalUriLoader - Class in com.bumptech.glide.loader.stream
 
LocalUriLoader(Context, Uri) - Constructor for class com.bumptech.glide.loader.stream.LocalUriLoader
Opens an input stream for a uri pointing to a local asset.
LruBitmapPool - Class in com.bumptech.glide.resize.bitmap_recycle
 
LruBitmapPool(int) - Constructor for class com.bumptech.glide.resize.bitmap_recycle.LruBitmapPool
 
LruMemoryCache - Class in com.bumptech.glide.resize.cache
 
LruMemoryCache(int) - Constructor for class com.bumptech.glide.resize.cache.LruMemoryCache
 

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