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

G

GenericLoaderFactory - Class in com.bumptech.glide.loader.model
Maintain a map of model class to factory to retrieve a ModelLoaderFactory and/or a ModelLoader for a given model type.
GenericLoaderFactory() - Constructor for class com.bumptech.glide.loader.model.GenericLoaderFactory
 
get() - Static method in class com.bumptech.glide.Glide
Get the singleton.
get(String, int, int) - Method in class com.bumptech.glide.loader.model.Cache
Get a value
get(int, int, Bitmap.Config) - Method in interface com.bumptech.glide.resize.bitmap_recycle.BitmapPool
 
get(int, int, Bitmap.Config) - Method in class com.bumptech.glide.resize.bitmap_recycle.BitmapPoolAdapter
 
get(int, int, Bitmap.Config) - Method in class com.bumptech.glide.resize.bitmap_recycle.LruBitmapPool
 
get(String) - Method in interface com.bumptech.glide.resize.cache.DiskCache
Get an InputStream for the value at the given key.
get(String) - Method in class com.bumptech.glide.resize.cache.DiskCacheAdapter
 
get(File, int) - Static method in class com.bumptech.glide.resize.cache.DiskLruCacheWrapper
Get a DiskCache in the given directory and size.
get(String) - Method in class com.bumptech.glide.resize.cache.DiskLruCacheWrapper
 
get(String) - Method in class com.bumptech.glide.resize.cache.LruMemoryCache
 
get(String) - Method in interface com.bumptech.glide.resize.cache.MemoryCache
Get a value from the cache
get(String) - Method in class com.bumptech.glide.resize.cache.MemoryCacheAdapter
 
getBitmapPool() - Method in class com.bumptech.glide.resize.ImageManager
Get the BitmapPool this ImageManager is using.
getDefaultOptions() - Static method in class com.bumptech.glide.resize.load.ImageResizer
 
getDimensions(T) - Method in class com.bumptech.glide.ListPreloader
Returns the dimensions of the view in the list where the images will be displayed.
getDimensions(RecyclableBufferedInputStream, BitmapFactory.Options) - Method in class com.bumptech.glide.resize.load.Downsampler
A method for getting the dimensions of an image from the given InputStream
getExifOrientationDegrees(int) - Static method in class com.bumptech.glide.resize.load.ImageResizer
Get the # of degrees an image must be rotated to match the given exif orientation.
getFactory(Class<T>) - Method in class com.bumptech.glide.loader.model.GenericLoaderFactory
 
getId(File) - Method in class com.bumptech.glide.loader.model.FileLoader
 
getId(T) - Method in interface com.bumptech.glide.loader.model.ModelLoader
Get a unique id for a given model
getId(Integer) - Method in class com.bumptech.glide.loader.model.ResourceLoader
 
getId(String) - Method in class com.bumptech.glide.loader.model.StringLoader
 
getId(Uri) - Method in class com.bumptech.glide.loader.model.UriLoader
 
getId() - Method in class com.bumptech.glide.loader.transformation.CenterCrop
 
getId() - Method in class com.bumptech.glide.loader.transformation.FitCenter
 
getId() - Method in class com.bumptech.glide.loader.transformation.MultiTransformation
 
getId() - Method in class com.bumptech.glide.loader.transformation.MultiTransformationLoader
 
getId() - Method in class com.bumptech.glide.loader.transformation.None
 
getId() - Method in interface com.bumptech.glide.loader.transformation.TransformationLoader
Get a unique identifier for this TransformationLoader.
getId() - Method in class com.bumptech.glide.resize.load.Downsampler
Get some id that uniquely identifies the downsample for use as part of a cache key
getId() - Method in class com.bumptech.glide.resize.load.Transformation
A method to get a unique identifier for this particular transformation that can be used as part of a cache key
getId(URL) - Method in class com.bumptech.glide.volley.VolleyUrlLoader
 
getImage(String, StreamLoader, Transformation, Downsampler, int, int, LoadedCallback) - Method in class com.bumptech.glide.resize.ImageManager
Load an image
getImageManager(Context) - Method in class com.bumptech.glide.Glide
Return the current ImageManager or create and return a new one if one is not currently set.
getImagePresenter() - Method in class com.bumptech.glide.presenter.target.ImageViewTarget
 
getImagePresenter() - Method in class com.bumptech.glide.presenter.target.SimpleTarget
 
getImagePresenter() - Method in interface com.bumptech.glide.presenter.target.Target
A method for retrieving any current ImagePresenter.
getItems(int, int) - Method in class com.bumptech.glide.ListPreloader
Returns a list of all models that need to be loaded for the list to display adapter items start - end.
getOrientation() - Method in class com.bumptech.glide.resize.load.ImageHeaderParser
Parse the orientation from the image header.
getOrientation(String) - Static method in class com.bumptech.glide.resize.load.ImageResizer
Returns a matrix with rotation set based on Exif orientation tag.
getPhotoCacheDir(Context) - Static method in class com.bumptech.glide.resize.ImageManager
Try to get the external cache directory if available and default to the internal.
getPhotoCacheDir(Context, String) - Static method in class com.bumptech.glide.resize.ImageManager
Try to get the external cache directory if available and default to the internal.
getRequest(T) - Method in class com.bumptech.glide.ListPreloader
Returns a glide request for a given item.
getRequestQueue(Context) - Method in class com.bumptech.glide.volley.VolleyUrlLoader.Factory
 
getRetryPolicy() - Method in class com.bumptech.glide.volley.VolleyUrlLoader
 
getSafeKey(String, Transformation, Downsampler, int, int) - Method in class com.bumptech.glide.resize.SafeKeyGenerator
 
getSafeMemoryCacheSize(Context) - Static method in class com.bumptech.glide.resize.ImageManager
Get the maximum safe memory cache size for this particular device based on the # of mb allocated to each app.
getSampleSize(int, int, int, int) - Method in class com.bumptech.glide.resize.load.Downsampler
Determine the amount of downsampling to use for a load given the dimensions of the image to be downsampled and the dimensions of the view/target the image will be displayed in.
getSize(Target.SizeReadyCallback) - Method in class com.bumptech.glide.presenter.target.ImageViewTarget
 
getSize(Target.SizeReadyCallback) - Method in class com.bumptech.glide.presenter.target.SimpleTarget
A default implementation that calls Target.SizeReadyCallback synchronously with SimpleTarget.getSize()
getSize() - Method in class com.bumptech.glide.presenter.target.SimpleTarget
Synchronously return the dimensions of this target as [width, height]
getSize(Target.SizeReadyCallback) - Method in interface com.bumptech.glide.presenter.target.Target
A method to retrieve the size of this target
getSize(Bitmap) - Static method in class com.bumptech.glide.util.Util
Returns the in memory size of the given Bitmap.
getStreamLoader(File, int, int) - Method in class com.bumptech.glide.loader.model.FileLoader
 
getStreamLoader(T, int, int) - Method in interface com.bumptech.glide.loader.model.ModelLoader
Obtain an StreamLoader that can asynchronously load and open an InputStream for the image represented by this model.
getStreamLoader(Integer, int, int) - Method in class com.bumptech.glide.loader.model.ResourceLoader
 
getStreamLoader(String, int, int) - Method in class com.bumptech.glide.loader.model.StringLoader
 
getStreamLoader(Uri, int, int) - Method in class com.bumptech.glide.loader.model.UriLoader
 
getStreamLoader(T, int, int) - Method in class com.bumptech.glide.loader.model.UrlModelLoader
 
getStreamLoader(URL, int, int) - Method in class com.bumptech.glide.volley.VolleyUrlLoader
 
getTransformation(T) - Method in class com.bumptech.glide.loader.transformation.CenterCrop
 
getTransformation(T) - Method in class com.bumptech.glide.loader.transformation.FitCenter
 
getTransformation(T) - Method in class com.bumptech.glide.loader.transformation.MultiTransformationLoader
 
getTransformation(T) - Method in class com.bumptech.glide.loader.transformation.None
 
getTransformation(T) - Method in interface com.bumptech.glide.loader.transformation.TransformationLoader
Get the Transformation for the model
getType() - Method in class com.bumptech.glide.resize.load.ImageHeaderParser
 
getUrl(T, int, int) - Method in class com.bumptech.glide.loader.model.UrlModelLoader
Get a valid url http:// or https:// for the given model and dimensions as a string
Glide - Class in com.bumptech.glide
A singleton to present a simple static interface for Glide Glide.Request and to create and manage an ImageLoader and ModelLoaderFactorys.
Glide() - Constructor for class com.bumptech.glide.Glide
 
Glide.ContextRequest - Class in com.bumptech.glide
An request for the user to provide an Context to start an image load
Glide.ModelRequest<T> - Class in com.bumptech.glide
A helper class for building requests with custom ModelLoaders
Glide.Request<T> - Class in com.bumptech.glide
Sets a variety of type independent options including resizing, animations, and placeholders.
Glide.RequestListener<T> - Interface in com.bumptech.glide
A class for monitoring the status of a request while images load.

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