- abort() - Method in class com.bumptech.glide.disklrucache.DiskLruCache.Editor
-
Aborts this edit.
- abortUnlessCommitted() - Method in class com.bumptech.glide.disklrucache.DiskLruCache.Editor
-
- add(ImageHeaderParser) - Method in class com.bumptech.glide.provider.ImageHeaderParserRegistry
-
- addDefaultRequestListener(RequestListener<Object>) - Method in class com.bumptech.glide.RequestManager
-
- addFrame(Bitmap) - Method in class com.bumptech.glide.gifencoder.AnimatedGifEncoder
-
Adds next GIF frame.
- addFrame(Bitmap, int, int) - Method in class com.bumptech.glide.gifencoder.AnimatedGifEncoder
-
Adds next GIF frame to the specified position.
- addGlobalRequestListener(RequestListener<Object>) - Method in class com.bumptech.glide.GlideBuilder
-
Adds a global
RequestListener
that will be added to every request started with Glide.
- addHeader(String, String) - Method in class com.bumptech.glide.load.model.LazyHeaders.Builder
-
Adds a value for the given header and returns this builder.
- addHeader(String, LazyHeaderFactory) - Method in class com.bumptech.glide.load.model.LazyHeaders.Builder
-
Adds an
LazyHeaderFactory
that will be used to construct a value for the given
key lazily on a background thread.
- addListener(LifecycleListener) - Method in interface com.bumptech.glide.manager.Lifecycle
-
Adds the given listener to the set of listeners managed by this Lifecycle implementation.
- addListener(RequestListener<TranscodeType>) - Method in class com.bumptech.glide.RequestBuilder
-
- advance() - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
Move the animation frame counter forward.
- advance() - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- ALL - Static variable in class com.bumptech.glide.load.engine.DiskCacheStrategy
-
- ALLOW_HARDWARE_CONFIG - Static variable in class com.bumptech.glide.load.resource.bitmap.Downsampler
-
Indicates that it's safe or unsafe to decode Bitmap
s with
Bitmap.Config#HARDWARE
.
- alternateKeys - Variable in class com.bumptech.glide.load.model.ModelLoader.LoadData
-
- animate(View) - Method in interface com.bumptech.glide.request.transition.ViewPropertyTransition.Animator
-
Starts an animation on the given View
.
- AnimatedGifEncoder - Class in com.bumptech.glide.gifencoder
-
Class AnimatedGifEncoder - Encodes a GIF file consisting of one or more
frames.
- AnimatedGifEncoder() - Constructor for class com.bumptech.glide.gifencoder.AnimatedGifEncoder
-
- append(Class<Model>, Class<Data>, ModelLoaderFactory<? extends Model, ? extends Data>) - Method in class com.bumptech.glide.load.model.ModelLoaderRegistry
-
- append(Class<T>, Encoder<T>) - Method in class com.bumptech.glide.provider.EncoderRegistry
-
- append(String, ResourceDecoder<T, R>, Class<T>, Class<R>) - Method in class com.bumptech.glide.provider.ResourceDecoderRegistry
-
- append(Class<Z>, ResourceEncoder<Z>) - Method in class com.bumptech.glide.provider.ResourceEncoderRegistry
-
- append(Class<Data>, Encoder<Data>) - Method in class com.bumptech.glide.Registry
-
Appends the given
Encoder
onto the list of available
Encoder
s so that it is
attempted after all earlier and default
Encoder
s for the given data class.
- append(Class<Data>, Class<TResource>, ResourceDecoder<Data, TResource>) - Method in class com.bumptech.glide.Registry
-
- append(String, Class<Data>, Class<TResource>, ResourceDecoder<Data, TResource>) - Method in class com.bumptech.glide.Registry
-
- append(Class<TResource>, ResourceEncoder<TResource>) - Method in class com.bumptech.glide.Registry
-
- append(Class<Model>, Class<Data>, ModelLoaderFactory<Model, Data>) - Method in class com.bumptech.glide.Registry
-
Appends a new
ModelLoaderFactory
onto the end of the existing set so that the
constructed
ModelLoader
will be tried after all default and previously registered
ModelLoader
s for the given model and data classes.
- AppGlideModule - Class in com.bumptech.glide.module
-
Defines a set of dependencies and options to use when initializing Glide within an application.
- AppGlideModule() - Constructor for class com.bumptech.glide.module.AppGlideModule
-
- ApplicationVersionSignature - Class in com.bumptech.glide.signature
-
A utility class for obtaining a
Key
signature containing the
application version name using
PackageInfo.versionCode
.
- apply(BaseRequestOptions<?>) - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- apply(BaseRequestOptions<?>) - Method in class com.bumptech.glide.RequestBuilder
-
Applies the given options to the request.
- applyDefaultRequestOptions(RequestOptions) - Method in class com.bumptech.glide.RequestManager
-
- applyOptions(Context, GlideBuilder) - Method in class com.bumptech.glide.integration.okhttp.OkHttpGlideModule
-
Deprecated.
- applyOptions(Context, GlideBuilder) - Method in class com.bumptech.glide.integration.okhttp3.OkHttpGlideModule
-
Deprecated.
- applyOptions(Context, GlideBuilder) - Method in class com.bumptech.glide.integration.volley.VolleyGlideModule
-
Deprecated.
- applyOptions(Context, GlideBuilder) - Method in class com.bumptech.glide.module.AppGlideModule
-
- AppWidgetTarget - Class in com.bumptech.glide.request.target
-
This class is used in order to display downloaded Bitmap inside an ImageView of an AppWidget
through RemoteViews.
- AppWidgetTarget(Context, int, int, int, RemoteViews, int...) - Constructor for class com.bumptech.glide.request.target.AppWidgetTarget
-
Constructor using an int array of widgetIds to get a handle on the Widget in order to update
it.
- AppWidgetTarget(Context, int, RemoteViews, int...) - Constructor for class com.bumptech.glide.request.target.AppWidgetTarget
-
Constructor using an int array of widgetIds to get a handle on the Widget in order to update it
that uses
Target.SIZE_ORIGINAL
as the target width and height.
- AppWidgetTarget(Context, int, int, int, RemoteViews, ComponentName) - Constructor for class com.bumptech.glide.request.target.AppWidgetTarget
-
Constructor using a ComponentName to get a handle on the Widget in order to update it.
- AppWidgetTarget(Context, int, RemoteViews, ComponentName) - Constructor for class com.bumptech.glide.request.target.AppWidgetTarget
-
Constructor using a ComponentName, when override has been put to get a handle on the Widget in
order to update it that uses
Target.SIZE_ORIGINAL
as the target width and height.
- ArrayPool - Interface in com.bumptech.glide.load.engine.bitmap_recycle
-
Interface for an array pool that pools arrays of different types.
- as(Class<ResourceType>) - Method in class com.bumptech.glide.RequestManager
-
Attempts to load the resource using any registered
ResourceDecoder
s
that can decode the given resource class or any subclass of the given resource class.
- asBitmap() - Method in class com.bumptech.glide.RequestManager
-
Attempts to always load the resource as a Bitmap
, even if it could
actually be animated.
- asBitmapDrawable() - Method in class com.bumptech.glide.load.resource.bitmap.DrawableTransformation
-
- asDrawable() - Method in class com.bumptech.glide.RequestManager
-
Attempts to always load the resource using any registered
ResourceDecoder
s that can decode any subclass of
Drawable
.
- asFile() - Method in class com.bumptech.glide.RequestManager
-
Attempts to always load a File
containing the resource, either using a file path
obtained from the media store (for local images/videos), or using Glide's disk cache
(for remote images/videos).
- asGif() - Method in class com.bumptech.glide.RequestManager
-
- assertBackgroundThread() - Static method in class com.bumptech.glide.util.Util
-
Throws an IllegalArgumentException
if called on the main thread.
- assertMainThread() - Static method in class com.bumptech.glide.util.Util
-
Throws an IllegalArgumentException
if called on a thread other than the main
thread.
- asset(BitmapPool) - Static method in class com.bumptech.glide.load.resource.bitmap.VideoDecoder
-
- AssetFileDescriptorFactory(Resources) - Constructor for class com.bumptech.glide.load.model.ResourceLoader.AssetFileDescriptorFactory
-
- AssetFileDescriptorFactory() - Constructor for class com.bumptech.glide.load.model.StringLoader.AssetFileDescriptorFactory
-
- AssetFileDescriptorFactory(ContentResolver) - Constructor for class com.bumptech.glide.load.model.UriLoader.AssetFileDescriptorFactory
-
- AssetFileDescriptorLocalUriFetcher - Class in com.bumptech.glide.load.data
-
Fetches an AssetFileDescriptor
for a local Uri
.
- AssetFileDescriptorLocalUriFetcher(ContentResolver, Uri) - Constructor for class com.bumptech.glide.load.data.AssetFileDescriptorLocalUriFetcher
-
- AssetPathFetcher<T> - Class in com.bumptech.glide.load.data
-
An abstract class for obtaining data for an asset path using an AssetManager
.
- AssetPathFetcher(AssetManager, String) - Constructor for class com.bumptech.glide.load.data.AssetPathFetcher
-
- AssetUriLoader<Data> - Class in com.bumptech.glide.load.model
-
Loads a specific data type from an Asset Manager Uri.
- AssetUriLoader(AssetManager, AssetUriLoader.AssetFetcherFactory<Data>) - Constructor for class com.bumptech.glide.load.model.AssetUriLoader
-
- AssetUriLoader.AssetFetcherFactory<Data> - Interface in com.bumptech.glide.load.model
-
A factory to build a
DataFetcher
for a specific asset path.
- AssetUriLoader.FileDescriptorFactory - Class in com.bumptech.glide.load.model
-
Factory for loading ParcelFileDescriptor
s from asset manager Uris.
- AssetUriLoader.StreamFactory - Class in com.bumptech.glide.load.model
-
Factory for loading InputStream
s from asset manager Uris.
- AT_LEAST - Static variable in class com.bumptech.glide.load.resource.bitmap.DownsampleStrategy
-
Downsamples so the image's smallest dimension is between the given dimensions and 2x the given
dimensions, with no size restrictions on the image's largest dimension.
- AT_MOST - Static variable in class com.bumptech.glide.load.resource.bitmap.DownsampleStrategy
-
Downsamples so the image's largest dimension is between 1/2 the given dimensions and the given
dimensions, with no restrictions on the image's smallest dimension.
- autoClone() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- AUTOMATIC - Static variable in class com.bumptech.glide.load.engine.DiskCacheStrategy
-
- available() - Method in class com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream
-
Returns an estimated number of bytes that can be read or skipped without blocking for more
input.
- available() - Method in class com.bumptech.glide.util.ContentLengthInputStream
-
- available() - Method in class com.bumptech.glide.util.ExceptionCatchingInputStream
-
- available() - Method in class com.bumptech.glide.util.MarkEnforcingInputStream
-
- awaitTermination(long, TimeUnit) - Method in class com.bumptech.glide.load.engine.executor.GlideExecutor
-
- CachedHashCodeArrayMap<K,V> - Class in com.bumptech.glide.util
-
An ArrayMap
that caches its hashCode to support efficient lookup.
- CachedHashCodeArrayMap() - Constructor for class com.bumptech.glide.util.CachedHashCodeArrayMap
-
- calculateBestThreadCount() - Static method in class com.bumptech.glide.load.engine.executor.GlideExecutor
-
Determines the number of cores available on the device.
- cancel() - Method in class com.bumptech.glide.integration.okhttp.OkHttpStreamFetcher
-
Deprecated.
- cancel() - Method in class com.bumptech.glide.integration.okhttp3.OkHttpStreamFetcher
-
- cancel() - Method in class com.bumptech.glide.integration.volley.VolleyStreamFetcher
-
- cancel() - Method in class com.bumptech.glide.load.data.AssetPathFetcher
-
- cancel() - Method in interface com.bumptech.glide.load.data.DataFetcher
-
A method that will be called when a load is no longer relevant and has been cancelled.
- cancel() - Method in class com.bumptech.glide.load.data.HttpUrlFetcher
-
- cancel() - Method in class com.bumptech.glide.load.data.LocalUriFetcher
-
- cancel() - Method in class com.bumptech.glide.load.data.mediastore.ThumbFetcher
-
- cancel() - Method in class com.bumptech.glide.load.engine.Engine.LoadStatus
-
- cancel(boolean) - Method in class com.bumptech.glide.request.RequestFutureTarget
-
- canNotifyCleared(Request) - Method in class com.bumptech.glide.request.ErrorRequestCoordinator
-
- canNotifyCleared(Request) - Method in interface com.bumptech.glide.request.RequestCoordinator
-
- canNotifyCleared(Request) - Method in class com.bumptech.glide.request.ThumbnailRequestCoordinator
-
- canNotifyStatusChanged(Request) - Method in class com.bumptech.glide.request.ErrorRequestCoordinator
-
- canNotifyStatusChanged(Request) - Method in interface com.bumptech.glide.request.RequestCoordinator
-
Returns true if the
Request
can display a placeholder.
- canNotifyStatusChanged(Request) - Method in class com.bumptech.glide.request.ThumbnailRequestCoordinator
-
Returns true if the request is the request loading the full size image and if neither the full
nor the thumbnail image have completed successfully.
- canSetImage(Request) - Method in class com.bumptech.glide.request.ErrorRequestCoordinator
-
- canSetImage(Request) - Method in interface com.bumptech.glide.request.RequestCoordinator
-
Returns true if the
Request
can display a loaded bitmap.
- canSetImage(Request) - Method in class com.bumptech.glide.request.ThumbnailRequestCoordinator
-
Returns true if the request is either the request loading the full size image or if the request
loading the full size image has not yet completed.
- CENTER_INSIDE - Static variable in class com.bumptech.glide.load.resource.bitmap.DownsampleStrategy
-
Returns the original image if it is smaller than the target, otherwise it will be downscaled
maintaining its original aspect ratio, so that one of the image's dimensions is exactly equal
to the requested size and the other is less or equal than the requested size.
- CENTER_OUTSIDE - Static variable in class com.bumptech.glide.load.resource.bitmap.DownsampleStrategy
-
Scales, maintaining the original aspect ratio, so that one of the image's dimensions is
exactly equal to the requested size and the other dimension is greater than or equal to
the requested size.
- CenterCrop - Class in com.bumptech.glide.load.resource.bitmap
-
Scale the image so that either the width of the image matches the given width and the height of
the image is greater than the given height or vice versa, and then crop the larger dimension to
match the given dimension.
- CenterCrop() - Constructor for class com.bumptech.glide.load.resource.bitmap.CenterCrop
-
- centerCrop(BitmapPool, Bitmap, int, int) - Static method in class com.bumptech.glide.load.resource.bitmap.TransformationUtils
-
A potentially expensive operation to crop the given Bitmap so that it fills the given
dimensions.
- centerCrop() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
Applies
CenterCrop
to all default types and
throws an exception if asked to transform an unknown type.
- centerCropTransform() - Static method in class com.bumptech.glide.request.RequestOptions
-
- CenterInside - Class in com.bumptech.glide.load.resource.bitmap
-
Returns the image with its original size if its dimensions match or are smaller
than the target's, couple with ImageView.ScaleType.CENTER_INSIDE
in order to center it in Target.
- CenterInside() - Constructor for class com.bumptech.glide.load.resource.bitmap.CenterInside
-
- centerInside(BitmapPool, Bitmap, int, int) - Static method in class com.bumptech.glide.load.resource.bitmap.TransformationUtils
-
- centerInside() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- centerInsideTransform() - Static method in class com.bumptech.glide.request.RequestOptions
-
- CHARSET - Static variable in interface com.bumptech.glide.load.Key
-
- checkArgument(boolean, String) - Static method in class com.bumptech.glide.util.Preconditions
-
- checkNotEmpty(String) - Static method in class com.bumptech.glide.util.Preconditions
-
- checkNotEmpty(T) - Static method in class com.bumptech.glide.util.Preconditions
-
- checkNotNull(T) - Static method in class com.bumptech.glide.util.Preconditions
-
- checkNotNull(T, String) - Static method in class com.bumptech.glide.util.Preconditions
-
- CircleCrop - Class in com.bumptech.glide.load.resource.bitmap
-
- CircleCrop() - Constructor for class com.bumptech.glide.load.resource.bitmap.CircleCrop
-
- circleCrop(BitmapPool, Bitmap, int, int) - Static method in class com.bumptech.glide.load.resource.bitmap.TransformationUtils
-
Crop the image to a circle and resize to the specified width/height.
- circleCrop() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
Applies
CircleCrop
to all default types and throws an exception if asked to transform
an unknown type.
- circleCropTransform() - Static method in class com.bumptech.glide.request.RequestOptions
-
- cleanup() - Method in class com.bumptech.glide.integration.okhttp.OkHttpStreamFetcher
-
Deprecated.
- cleanup() - Method in class com.bumptech.glide.integration.okhttp3.OkHttpStreamFetcher
-
- cleanup() - Method in class com.bumptech.glide.integration.volley.VolleyStreamFetcher
-
- cleanup() - Method in class com.bumptech.glide.load.data.AssetPathFetcher
-
- cleanup() - Method in interface com.bumptech.glide.load.data.DataFetcher
-
Cleanup or recycle any resources used by this data fetcher.
- cleanup() - Method in interface com.bumptech.glide.load.data.DataRewinder
-
Called when this rewinder is no longer needed and can be cleaned up.
- cleanup() - Method in class com.bumptech.glide.load.data.HttpUrlFetcher
-
- cleanup() - Method in class com.bumptech.glide.load.data.InputStreamRewinder
-
- cleanup() - Method in class com.bumptech.glide.load.data.LocalUriFetcher
-
- cleanup() - Method in class com.bumptech.glide.load.data.mediastore.ThumbFetcher
-
- cleanup() - Method in class com.bumptech.glide.load.resource.bytes.ByteBufferRewinder
-
- clear() - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
- clear() - Method in class com.bumptech.glide.gifdecoder.GifHeaderParser
-
- clear() - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- clear() - Method in interface com.bumptech.glide.load.engine.cache.DiskCache
-
Clear the cache.
- clear() - Method in class com.bumptech.glide.load.engine.cache.DiskCacheAdapter
-
- clear() - Method in class com.bumptech.glide.load.engine.cache.DiskLruCacheWrapper
-
- clear() - Method in class com.bumptech.glide.load.model.ModelCache
-
Removes all entries from the cache.
- clear() - Method in class com.bumptech.glide.manager.TargetTracker
-
- clear() - Method in class com.bumptech.glide.provider.ModelToResourceClassCache
-
- clear() - Method in class com.bumptech.glide.request.ErrorRequestCoordinator
-
- clear() - Method in interface com.bumptech.glide.request.Request
-
Prevents any bitmaps being loaded from previous requests, releases any resources held by this
request, displays the current placeholder if one was provided, and marks the request as having
been cancelled.
- clear() - Method in class com.bumptech.glide.request.SingleRequest
-
Cancels the current load if it is in progress, clears any resources held onto by the request
and replaces the loaded resource if the load completed with the placeholder.
- clear() - Method in class com.bumptech.glide.request.ThumbnailRequestCoordinator
-
- clear(View) - Method in class com.bumptech.glide.RequestManager
-
Cancel any pending loads Glide may have for the view and free any resources that may have been
loaded for the view.
- clear(Target<?>) - Method in class com.bumptech.glide.RequestManager
-
Cancel any pending loads Glide may have for the target and free any resources (such as Bitmap
s) that may have been loaded for the target so they may be reused.
- clear() - Method in class com.bumptech.glide.util.CachedHashCodeArrayMap
-
- clearAnimationCallbacks() - Method in class com.bumptech.glide.load.resource.gif.GifDrawable
-
- clearColorFilter() - Method in class com.bumptech.glide.request.target.FixedSizeDrawable
-
- clearDiskCache() - Method in class com.bumptech.glide.Glide
-
Clears disk cache.
- clearDiskCache() - Method in class com.bumptech.glide.load.engine.Engine
-
- clearMemory() - Method in class com.bumptech.glide.Glide
-
Clears as much memory as possible.
- clearMemory() - Method in interface com.bumptech.glide.load.engine.bitmap_recycle.ArrayPool
-
Clears all arrays from the pool.
- clearMemory() - Method in interface com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool
-
Removes all Bitmap
s from the pool.
- clearMemory() - Method in class com.bumptech.glide.load.engine.bitmap_recycle.BitmapPoolAdapter
-
- clearMemory() - Method in class com.bumptech.glide.load.engine.bitmap_recycle.LruArrayPool
-
- clearMemory() - Method in class com.bumptech.glide.load.engine.bitmap_recycle.LruBitmapPool
-
- clearMemory() - Method in interface com.bumptech.glide.load.engine.cache.MemoryCache
-
Evict all items from the memory cache.
- clearMemory() - Method in class com.bumptech.glide.load.engine.cache.MemoryCacheAdapter
-
- clearMemory() - Method in class com.bumptech.glide.util.LruCache
-
Clears all items in the cache.
- clearOnDetach() - Method in class com.bumptech.glide.request.target.CustomViewTarget
-
Clears the
View
's
Request
when the
View
is detached from its
Window
and restarts the
Request
when the
View
is re-attached from
its
Window
.
- clearOnDetach() - Method in class com.bumptech.glide.request.target.ViewTarget
-
Deprecated.
Clears the
View
's
Request
when the
View
is detached from its
Window
and restarts the
Request
when the
View
is
re-attached from its
Window
.
- clearRemoveAndRecycle(Request) - Method in class com.bumptech.glide.manager.RequestTracker
-
Stops tracking the given request, clears, and recycles it, and returns true
if the
request was removed or invalid or false
if the request was not found.
- clearRequests() - Method in class com.bumptech.glide.manager.RequestTracker
-
Cancels all requests and clears their resources.
- clone() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
Returns a copy of this request builder with all of the options put so far on this builder.
- clone() - Method in class com.bumptech.glide.RequestBuilder
-
Returns a copy of this request builder with all of the options put so far on this builder.
- clone() - Method in class com.bumptech.glide.TransitionOptions
-
- close() - Method in class com.bumptech.glide.disklrucache.DiskLruCache
-
Closes this cache.
- close(AssetFileDescriptor) - Method in class com.bumptech.glide.load.data.AssetFileDescriptorLocalUriFetcher
-
- close(T) - Method in class com.bumptech.glide.load.data.AssetPathFetcher
-
Closes the concrete data type if necessary.
- close() - Method in class com.bumptech.glide.load.data.BufferedOutputStream
-
- close(ParcelFileDescriptor) - Method in class com.bumptech.glide.load.data.FileDescriptorAssetPathFetcher
-
- close(ParcelFileDescriptor) - Method in class com.bumptech.glide.load.data.FileDescriptorLocalUriFetcher
-
- close(T) - Method in class com.bumptech.glide.load.data.LocalUriFetcher
-
Closes the concrete data type if necessary.
- close(InputStream) - Method in class com.bumptech.glide.load.data.StreamAssetPathFetcher
-
- close(InputStream) - Method in class com.bumptech.glide.load.data.StreamLocalUriFetcher
-
- close(Data) - Method in interface com.bumptech.glide.load.model.DataUrlLoader.DataDecoder
-
- close(Data) - Method in interface com.bumptech.glide.load.model.FileLoader.FileOpener
-
- close() - Method in class com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream
-
Closes this stream.
- close() - Method in class com.bumptech.glide.util.ExceptionCatchingInputStream
-
- com.bumptech.glide - package com.bumptech.glide
-
- com.bumptech.glide.annotation - package com.bumptech.glide.annotation
-
- com.bumptech.glide.disklrucache - package com.bumptech.glide.disklrucache
-
- com.bumptech.glide.gifdecoder - package com.bumptech.glide.gifdecoder
-
- com.bumptech.glide.gifencoder - package com.bumptech.glide.gifencoder
-
- com.bumptech.glide.integration.gifencoder - package com.bumptech.glide.integration.gifencoder
-
- com.bumptech.glide.integration.okhttp - package com.bumptech.glide.integration.okhttp
-
- com.bumptech.glide.integration.okhttp3 - package com.bumptech.glide.integration.okhttp3
-
- com.bumptech.glide.integration.recyclerview - package com.bumptech.glide.integration.recyclerview
-
- com.bumptech.glide.integration.volley - package com.bumptech.glide.integration.volley
-
- com.bumptech.glide.load - package com.bumptech.glide.load
-
- com.bumptech.glide.load.data - package com.bumptech.glide.load.data
-
- com.bumptech.glide.load.data.mediastore - package com.bumptech.glide.load.data.mediastore
-
- com.bumptech.glide.load.engine - package com.bumptech.glide.load.engine
-
- com.bumptech.glide.load.engine.bitmap_recycle - package com.bumptech.glide.load.engine.bitmap_recycle
-
- com.bumptech.glide.load.engine.cache - package com.bumptech.glide.load.engine.cache
-
- com.bumptech.glide.load.engine.executor - package com.bumptech.glide.load.engine.executor
-
- com.bumptech.glide.load.engine.prefill - package com.bumptech.glide.load.engine.prefill
-
- com.bumptech.glide.load.model - package com.bumptech.glide.load.model
-
- com.bumptech.glide.load.model.stream - package com.bumptech.glide.load.model.stream
-
- com.bumptech.glide.load.resource - package com.bumptech.glide.load.resource
-
- com.bumptech.glide.load.resource.bitmap - package com.bumptech.glide.load.resource.bitmap
-
- com.bumptech.glide.load.resource.bytes - package com.bumptech.glide.load.resource.bytes
-
- com.bumptech.glide.load.resource.drawable - package com.bumptech.glide.load.resource.drawable
-
- com.bumptech.glide.load.resource.file - package com.bumptech.glide.load.resource.file
-
- com.bumptech.glide.load.resource.gif - package com.bumptech.glide.load.resource.gif
-
- com.bumptech.glide.load.resource.transcode - package com.bumptech.glide.load.resource.transcode
-
- com.bumptech.glide.manager - package com.bumptech.glide.manager
-
- com.bumptech.glide.module - package com.bumptech.glide.module
-
- com.bumptech.glide.provider - package com.bumptech.glide.provider
-
- com.bumptech.glide.request - package com.bumptech.glide.request
-
- com.bumptech.glide.request.target - package com.bumptech.glide.request.target
-
- com.bumptech.glide.request.transition - package com.bumptech.glide.request.transition
-
- com.bumptech.glide.signature - package com.bumptech.glide.signature
-
- com.bumptech.glide.util - package com.bumptech.glide.util
-
- com.bumptech.glide.util.pool - package com.bumptech.glide.util.pool
-
- commit() - Method in class com.bumptech.glide.disklrucache.DiskLruCache.Editor
-
Commits this edit so it is visible to readers.
- COMPRESSION_FORMAT - Static variable in class com.bumptech.glide.load.resource.bitmap.BitmapEncoder
-
An Bitmap.CompressFormat
option used as the format to encode
the Bitmap
.
- COMPRESSION_QUALITY - Static variable in class com.bumptech.glide.load.resource.bitmap.BitmapEncoder
-
An integer option between 0 and 100 that is used as the compression quality.
- ConnectivityMonitor - Interface in com.bumptech.glide.manager
-
An interface for monitoring network connectivity events.
- ConnectivityMonitor.ConnectivityListener - Interface in com.bumptech.glide.manager
-
An interface for listening to network connectivity events picked up by the monitor.
- ConnectivityMonitorFactory - Interface in com.bumptech.glide.manager
-
- contains(T) - Method in class com.bumptech.glide.util.LruCache
-
Returns true if there is a value for the given key in the cache.
- ContentLengthInputStream - Class in com.bumptech.glide.util
-
Uses the content length as the basis for the return value of
ContentLengthInputStream.available()
and verifies
that at least content length bytes are returned from the various read methods.
- context - Variable in class com.bumptech.glide.RequestManager
-
- convert(byte[]) - Method in interface com.bumptech.glide.load.model.ByteArrayLoader.Converter
-
- create(String, DataFetcher.DataCallback<? super InputStream>, Request.Priority, Map<String, String>) - Method in interface com.bumptech.glide.integration.volley.VolleyRequestFactory
-
Returns a Volley request for the given image url.
- create(File, long) - Static method in class com.bumptech.glide.load.engine.cache.DiskLruCacheWrapper
-
Create a new DiskCache in the given directory with a specified max size.
- create() - Method in interface com.bumptech.glide.util.pool.FactoryPools.Factory
-
- createQueue(int) - Static method in class com.bumptech.glide.util.Util
-
Creates a Queue
of the given size using Glide's preferred implementation.
- crossFade() - Method in class com.bumptech.glide.load.resource.bitmap.BitmapTransitionOptions
-
Enables a cross fade animation between both the placeholder and the first resource and between
subsequent resources (if thumbnails are used).
- crossFade(int) - Method in class com.bumptech.glide.load.resource.bitmap.BitmapTransitionOptions
-
Enables a cross fade animation between both the placeholder and the first resource and between
subsequent resources (if thumbnails are used).
- crossFade(DrawableCrossFadeFactory) - Method in class com.bumptech.glide.load.resource.bitmap.BitmapTransitionOptions
-
Enables a cross fade animation between both the placeholder and the first resource and between
subsequent resources (if thumbnails are used).
- crossFade(DrawableCrossFadeFactory.Builder) - Method in class com.bumptech.glide.load.resource.bitmap.BitmapTransitionOptions
-
Enables a cross fade animation between both the placeholder and the first resource and between
subsequent resources (if thumbnails are used).
- crossFade() - Method in class com.bumptech.glide.load.resource.drawable.DrawableTransitionOptions
-
Enables a cross fade animation between both the placeholder and the first resource and between
subsequent resources (if thumbnails are used).
- crossFade(int) - Method in class com.bumptech.glide.load.resource.drawable.DrawableTransitionOptions
-
Enables a cross fade animation between both the placeholder and the first resource and between
subsequent resources (if thumbnails are used).
- crossFade(DrawableCrossFadeFactory) - Method in class com.bumptech.glide.load.resource.drawable.DrawableTransitionOptions
-
Enables a cross fade animation between both the placeholder and the first resource and between
subsequent resources (if thumbnails are used).
- crossFade(DrawableCrossFadeFactory.Builder) - Method in class com.bumptech.glide.load.resource.drawable.DrawableTransitionOptions
-
Enables a cross fade animation between both the placeholder and the first resource and between
subsequent resources (if thumbnails are used).
- CustomTarget<T> - Class in com.bumptech.glide.request.target
-
A base
Target
for loading resources (
Bitmap
,
Drawable
etc) that are used outside of
View
s.
- CustomTarget() - Constructor for class com.bumptech.glide.request.target.CustomTarget
-
Creates a new
CustomTarget
that will attempt to load the resource in its original size.
- CustomTarget(int, int) - Constructor for class com.bumptech.glide.request.target.CustomTarget
-
Creates a new
CustomTarget
that will return the given
width
and
height
as the requested size (unless overridden by
BaseRequestOptions.override(int)
in the request).
- CustomViewTarget<T extends android.view.View,Z> - Class in com.bumptech.glide.request.target
-
A base
Target
for loading resources (
Bitmap
,
Drawable
etc) into
View
s that provides default implementations for most methods and can determine
the size of views using a
ViewTreeObserver.OnDrawListener
.
- CustomViewTarget(T) - Constructor for class com.bumptech.glide.request.target.CustomViewTarget
-
Constructor that defaults waitForLayout
to false
.
- DATA - Static variable in class com.bumptech.glide.load.engine.DiskCacheStrategy
-
Writes retrieved data directly to the disk cache before it's decoded.
- data - Variable in class com.bumptech.glide.load.resource.SimpleResource
-
- DataFetcher<T> - Interface in com.bumptech.glide.load.data
-
Lazily retrieves data that can be used to load a resource.
- DataFetcher.DataCallback<T> - Interface in com.bumptech.glide.load.data
-
Callback that must be called when data has been loaded and is available, or when the load
fails.
- DataRewinder<T> - Interface in com.bumptech.glide.load.data
-
Responsible for rewinding a stream like data types.
- DataRewinder.Factory<T> - Interface in com.bumptech.glide.load.data
-
- DataRewinderRegistry - Class in com.bumptech.glide.load.data
-
Stores a mapping of data class to
DataRewinder.Factory
and
allows registration of new types and factories.
- DataRewinderRegistry() - Constructor for class com.bumptech.glide.load.data.DataRewinderRegistry
-
- DataSource - Enum in com.bumptech.glide.load
-
Indicates the origin of some retrieved data.
- DataUrlLoader<Model,Data> - Class in com.bumptech.glide.load.model
-
A simple model loader for loading data from a Data URL String.
- DataUrlLoader(DataUrlLoader.DataDecoder<Data>) - Constructor for class com.bumptech.glide.load.model.DataUrlLoader
-
- DataUrlLoader.DataDecoder<Data> - Interface in com.bumptech.glide.load.model
-
Allows decoding a specific type of data from a Data URL String.
- DataUrlLoader.StreamFactory<Model> - Class in com.bumptech.glide.load.model
-
Factory for loading InputStream
s from data uris.
- decode(DataRewinder<DataType>, int, int, Options, DecodePath.DecodeCallback<ResourceType>) - Method in class com.bumptech.glide.load.engine.DecodePath
-
- decode(String) - Method in interface com.bumptech.glide.load.model.DataUrlLoader.DataDecoder
-
- decode(DataType, int, int, Options) - Method in class com.bumptech.glide.load.resource.bitmap.BitmapDrawableDecoder
-
- decode(ByteBuffer, int, int, Options) - Method in class com.bumptech.glide.load.resource.bitmap.ByteBufferBitmapDecoder
-
- decode(InputStream, int, int, Options) - Method in class com.bumptech.glide.load.resource.bitmap.Downsampler
-
Returns a Bitmap decoded from the given
InputStream
that is rotated to match any EXIF
data present in the stream and that is downsampled according to the given dimensions and any
provided
DownsampleStrategy
option.
- decode(InputStream, int, int, Options, Downsampler.DecodeCallbacks) - Method in class com.bumptech.glide.load.resource.bitmap.Downsampler
-
Returns a Bitmap decoded from the given
InputStream
that is rotated to match any EXIF
data present in the stream and that is downsampled according to the given dimensions and any
provided
DownsampleStrategy
option.
- decode(Uri, int, int, Options) - Method in class com.bumptech.glide.load.resource.bitmap.ResourceBitmapDecoder
-
- decode(InputStream, int, int, Options) - Method in class com.bumptech.glide.load.resource.bitmap.StreamBitmapDecoder
-
- decode(Bitmap, int, int, Options) - Method in class com.bumptech.glide.load.resource.bitmap.UnitBitmapDecoder
-
- decode(T, int, int, Options) - Method in class com.bumptech.glide.load.resource.bitmap.VideoDecoder
-
- decode(Uri, int, int, Options) - Method in class com.bumptech.glide.load.resource.drawable.ResourceDrawableDecoder
-
- decode(Drawable, int, int, Options) - Method in class com.bumptech.glide.load.resource.drawable.UnitDrawableDecoder
-
- decode(File, int, int, Options) - Method in class com.bumptech.glide.load.resource.file.FileDecoder
-
- decode(ByteBuffer, int, int, Options) - Method in class com.bumptech.glide.load.resource.gif.ByteBufferGifDecoder
-
- decode(GifDecoder, int, int, Options) - Method in class com.bumptech.glide.load.resource.gif.GifFrameResourceDecoder
-
- decode(InputStream, int, int, Options) - Method in class com.bumptech.glide.load.resource.gif.StreamGifDecoder
-
- decode(T, int, int, Options) - Method in interface com.bumptech.glide.load.ResourceDecoder
-
Returns a decoded resource from the given data or null if no resource could be decoded.
- decode(Class<?>) - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- DECODE_FORMAT - Static variable in class com.bumptech.glide.load.resource.bitmap.Downsampler
-
Indicates the
DecodeFormat
that will be used in conjunction
with the image format to determine the
Bitmap.Config
to provide to
BitmapFactory.Options.inPreferredConfig
when decoding the image.
- DECODE_FORMAT - Static variable in class com.bumptech.glide.load.resource.gif.GifOptions
-
Indicates the
DecodeFormat
that will be used in conjunction
with the particular GIF to determine the
Bitmap.Config
to use when
decoding frames of GIFs.
- decodeCachedData() - Method in class com.bumptech.glide.load.engine.DiskCacheStrategy
-
Returns true if this request should attempt to decode cached source data.
- decodeCachedResource() - Method in class com.bumptech.glide.load.engine.DiskCacheStrategy
-
Returns true if this request should attempt to decode cached resource data.
- DecodeFormat - Enum in com.bumptech.glide.load
-
Options for setting the value of
Bitmap.getConfig()
for
Bitmap
s returned by
ResourceDecoder
s.
- DecodePath<DataType,ResourceType,Transcode> - Class in com.bumptech.glide.load.engine
-
Attempts to decode and transcode resource type from a given data type.
- DecodePath(Class<DataType>, Class<ResourceType>, Class<Transcode>, List<? extends ResourceDecoder<DataType, ResourceType>>, ResourceTranscoder<ResourceType, Transcode>, Pools.Pool<List<Throwable>>) - Constructor for class com.bumptech.glide.load.engine.DecodePath
-
- decodeTypeOf(Class<?>) - Static method in class com.bumptech.glide.request.RequestOptions
-
- DEFAULT - Static variable in enum com.bumptech.glide.load.DecodeFormat
-
The default value for DecodeFormat.
- DEFAULT - Static variable in interface com.bumptech.glide.load.engine.executor.GlideExecutor.UncaughtThrowableStrategy
-
- DEFAULT - Static variable in interface com.bumptech.glide.load.model.Headers
-
A Headers object containing reasonable defaults that should be used when users don't want
to provide their own headers.
- DEFAULT - Static variable in class com.bumptech.glide.load.resource.bitmap.DownsampleStrategy
-
- DEFAULT_DISK_CACHE_DIR - Static variable in interface com.bumptech.glide.load.engine.cache.DiskCache.Factory
-
- DEFAULT_DISK_CACHE_SIZE - Static variable in interface com.bumptech.glide.load.engine.cache.DiskCache.Factory
-
250 MB of cache.
- DEFAULT_FRAME - Static variable in class com.bumptech.glide.load.resource.bitmap.VideoDecoder
-
A constant indicating we should use whatever frame we consider best, frequently not the first
frame.
- DEFAULT_REQUEST_FACTORY - Static variable in class com.bumptech.glide.integration.volley.VolleyStreamFetcher
-
- DefaultConnectivityMonitorFactory - Class in com.bumptech.glide.manager
-
A factory class that produces a functional
ConnectivityMonitor
if the application has the
android.permission.ACCESS_NETWORK_STATE
permission and a no-op
non functional
ConnectivityMonitor
if the app does not have
the required permission.
- DefaultConnectivityMonitorFactory() - Constructor for class com.bumptech.glide.manager.DefaultConnectivityMonitorFactory
-
- DefaultImageHeaderParser - Class in com.bumptech.glide.load.resource.bitmap
-
A class for parsing the exif orientation and other data from an image header.
- DefaultImageHeaderParser() - Constructor for class com.bumptech.glide.load.resource.bitmap.DefaultImageHeaderParser
-
- delete() - Method in class com.bumptech.glide.disklrucache.DiskLruCache
-
Closes the cache and deletes all of its stored values.
- delete(Key) - Method in interface com.bumptech.glide.load.engine.cache.DiskCache
-
Remove the key and value from the cache.
- delete(Key) - Method in class com.bumptech.glide.load.engine.cache.DiskCacheAdapter
-
- delete(Key) - Method in class com.bumptech.glide.load.engine.cache.DiskLruCacheWrapper
-
- deliverResponse(byte[]) - Method in class com.bumptech.glide.integration.volley.VolleyStreamFetcher.GlideRequest
-
- directExecutor() - Static method in class com.bumptech.glide.util.Executors
-
Immediately calls Runnable.run()
on the current thread.
- DISABLE_ANIMATION - Static variable in class com.bumptech.glide.load.resource.gif.GifOptions
-
- disallowHardwareConfig() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
Disables the use of
Bitmap.Config.HARDWARE
in
Downsampler
to
avoid errors caused by inspecting Bitmap pixels, drawing with hardware support disabled,
drawing to
Canvas
s backed by
Bitmap
s etc.
- disk(String, Option.CacheKeyUpdater<T>) - Static method in class com.bumptech.glide.load.Option
-
- disk(String, T, Option.CacheKeyUpdater<T>) - Static method in class com.bumptech.glide.load.Option
-
Returns a new
Option
that uses the given
Option.CacheKeyUpdater
to update disk cache keys and provides
the given value as the default value.
- DiskCache - Interface in com.bumptech.glide.load.engine.cache
-
An interface for writing to and reading from a disk cache.
- DiskCache.Factory - Interface in com.bumptech.glide.load.engine.cache
-
An interface for lazily creating a disk cache.
- DiskCache.Writer - Interface in com.bumptech.glide.load.engine.cache
-
An interface to actually write data to a key in the disk cache.
- DiskCacheAdapter - Class in com.bumptech.glide.load.engine.cache
-
A simple class that returns null for all gets and ignores all writes.
- DiskCacheAdapter() - Constructor for class com.bumptech.glide.load.engine.cache.DiskCacheAdapter
-
- DiskCacheAdapter.Factory - Class in com.bumptech.glide.load.engine.cache
-
- DiskCacheStrategy - Class in com.bumptech.glide.load.engine
-
Set of available caching strategies for media.
- DiskCacheStrategy() - Constructor for class com.bumptech.glide.load.engine.DiskCacheStrategy
-
- diskCacheStrategy(DiskCacheStrategy) - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- diskCacheStrategyOf(DiskCacheStrategy) - Static method in class com.bumptech.glide.request.RequestOptions
-
- DiskLruCache - Class in com.bumptech.glide.disklrucache
-
A cache that uses a bounded amount of space on a filesystem.
- DiskLruCache.Editor - Class in com.bumptech.glide.disklrucache
-
Edits the values for an entry.
- DiskLruCache.Value - Class in com.bumptech.glide.disklrucache
-
A snapshot of the values for an entry.
- DiskLruCacheFactory - Class in com.bumptech.glide.load.engine.cache
-
Creates an
DiskLruCache
based disk cache in the specified
disk cache directory.
- DiskLruCacheFactory(String, long) - Constructor for class com.bumptech.glide.load.engine.cache.DiskLruCacheFactory
-
- DiskLruCacheFactory(String, String, long) - Constructor for class com.bumptech.glide.load.engine.cache.DiskLruCacheFactory
-
- DiskLruCacheFactory(DiskLruCacheFactory.CacheDirectoryGetter, long) - Constructor for class com.bumptech.glide.load.engine.cache.DiskLruCacheFactory
-
- DiskLruCacheFactory.CacheDirectoryGetter - Interface in com.bumptech.glide.load.engine.cache
-
Interface called out of UI thread to get the cache folder.
- DiskLruCacheWrapper - Class in com.bumptech.glide.load.engine.cache
-
The default DiskCache implementation.
- DiskLruCacheWrapper(File, long) - Constructor for class com.bumptech.glide.load.engine.cache.DiskLruCacheWrapper
-
- dontAnimate() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
Disables resource decoders that return animated resources so any resource returned will be
static.
- dontTransform() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
Removes all applied
Transformations
for all
resource classes and allows unknown resource types to be transformed without throwing an
exception.
- dontTransition() - Method in class com.bumptech.glide.TransitionOptions
-
Removes any existing animation put on the builder.
- download(Object) - Method in class com.bumptech.glide.RequestManager
-
- DOWNLOAD_ONLY_OPTIONS - Static variable in class com.bumptech.glide.RequestBuilder
-
- downloadOnly(Y) - Method in class com.bumptech.glide.RequestBuilder
-
- downloadOnly(int, int) - Method in class com.bumptech.glide.RequestBuilder
-
- downloadOnly() - Method in class com.bumptech.glide.RequestManager
-
Attempts always load the resource into the cache and return the File
containing the
cached source data.
- downsample(DownsampleStrategy) - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- DOWNSAMPLE_STRATEGY - Static variable in class com.bumptech.glide.load.resource.bitmap.Downsampler
-
- downsampleOf(DownsampleStrategy) - Static method in class com.bumptech.glide.request.RequestOptions
-
- Downsampler - Class in com.bumptech.glide.load.resource.bitmap
-
Downsamples, decodes, and rotates images according to their exif orientation.
- Downsampler(List<ImageHeaderParser>, DisplayMetrics, BitmapPool, ArrayPool) - Constructor for class com.bumptech.glide.load.resource.bitmap.Downsampler
-
- Downsampler.DecodeCallbacks - Interface in com.bumptech.glide.load.resource.bitmap
-
Callbacks for key points during decodes.
- DownsampleStrategy - Class in com.bumptech.glide.load.resource.bitmap
-
Indicates the algorithm to use when downsampling images.
- DownsampleStrategy() - Constructor for class com.bumptech.glide.load.resource.bitmap.DownsampleStrategy
-
- DownsampleStrategy.SampleSizeRounding - Enum in com.bumptech.glide.load.resource.bitmap
-
Indicates whether to prefer to prefer downsampling or scaling to prefer lower memory usage
or higher quality.
- draw(Canvas) - Method in class com.bumptech.glide.load.resource.gif.GifDrawable
-
- draw(Canvas) - Method in class com.bumptech.glide.request.target.FixedSizeDrawable
-
- drawable - Variable in class com.bumptech.glide.load.resource.drawable.DrawableResource
-
- DrawableBytesTranscoder - Class in com.bumptech.glide.load.resource.transcode
-
Obtains
byte[]
from
BitmapDrawable
s by delegating to a
ResourceTranscoder
for
Bitmap
s to
byte[]
s.
- DrawableBytesTranscoder(BitmapPool, ResourceTranscoder<Bitmap, byte[]>, ResourceTranscoder<GifDrawable, byte[]>) - Constructor for class com.bumptech.glide.load.resource.transcode.DrawableBytesTranscoder
-
- DrawableCrossFadeFactory - Class in com.bumptech.glide.request.transition
-
A factory class that produces a new
Transition
that varies depending on whether or not
the drawable was loaded from the memory cache and whether or not the drawable is the first image
to be put on the target.
- DrawableCrossFadeFactory(int, boolean) - Constructor for class com.bumptech.glide.request.transition.DrawableCrossFadeFactory
-
- DrawableCrossFadeFactory.Builder - Class in com.bumptech.glide.request.transition
-
- DrawableCrossFadeTransition - Class in com.bumptech.glide.request.transition
-
A cross fade
Transition
for
Drawable
s that uses an
TransitionDrawable
to transition from an existing drawable
already visible on the target to a new drawable.
- DrawableCrossFadeTransition(int, boolean) - Constructor for class com.bumptech.glide.request.transition.DrawableCrossFadeTransition
-
- DrawableDecoderCompat - Class in com.bumptech.glide.load.resource.drawable
-
Handles decoding Drawables with the v7 support library if present and falling back to the v4
support library otherwise.
- DrawableImageViewTarget - Class in com.bumptech.glide.request.target
-
A target for display Drawable
objects in ImageView
s.
- DrawableImageViewTarget(ImageView) - Constructor for class com.bumptech.glide.request.target.DrawableImageViewTarget
-
- DrawableImageViewTarget(ImageView, boolean) - Constructor for class com.bumptech.glide.request.target.DrawableImageViewTarget
-
- DrawableResource<T extends android.graphics.drawable.Drawable> - Class in com.bumptech.glide.load.resource.drawable
-
Simple wrapper for an Android Drawable
which returns a
new drawable
based on it's state
.
- DrawableResource(T) - Constructor for class com.bumptech.glide.load.resource.drawable.DrawableResource
-
- DrawableThumbnailImageViewTarget - Class in com.bumptech.glide.request.target
-
Efficiently displays multiple Drawables loaded serially into a single View
.
- DrawableThumbnailImageViewTarget(ImageView) - Constructor for class com.bumptech.glide.request.target.DrawableThumbnailImageViewTarget
-
- DrawableThumbnailImageViewTarget(ImageView, boolean) - Constructor for class com.bumptech.glide.request.target.DrawableThumbnailImageViewTarget
-
- DrawableTransformation - Class in com.bumptech.glide.load.resource.bitmap
-
Applies a
Bitmap
Transformation
to
Drawable
s by first attempting to
convert the
Drawable
to a
Bitmap
and then running the
Transformation
on the converted
Bitmap
.
- DrawableTransformation(Transformation<Bitmap>, boolean) - Constructor for class com.bumptech.glide.load.resource.bitmap.DrawableTransformation
-
- DrawableTransitionOptions - Class in com.bumptech.glide.load.resource.drawable
-
Contains Drawable
specific animation options.
- DrawableTransitionOptions() - Constructor for class com.bumptech.glide.load.resource.drawable.DrawableTransitionOptions
-
- Factory() - Constructor for class com.bumptech.glide.integration.okhttp.OkHttpUrlLoader.Factory
-
Deprecated.
Constructor for a new Factory that runs requests using a static singleton client.
- Factory(OkHttpClient) - Constructor for class com.bumptech.glide.integration.okhttp.OkHttpUrlLoader.Factory
-
Deprecated.
Constructor for a new Factory that runs requests using given client.
- Factory() - Constructor for class com.bumptech.glide.integration.okhttp3.OkHttpUrlLoader.Factory
-
Constructor for a new Factory that runs requests using a static singleton client.
- Factory(Call.Factory) - Constructor for class com.bumptech.glide.integration.okhttp3.OkHttpUrlLoader.Factory
-
Constructor for a new Factory that runs requests using given client.
- Factory(Context) - Constructor for class com.bumptech.glide.integration.volley.VolleyUrlLoader.Factory
-
Constructor for a new Factory that runs requests using a static singleton request queue.
- Factory(RequestQueue) - Constructor for class com.bumptech.glide.integration.volley.VolleyUrlLoader.Factory
-
Constructor for a new Factory that runs requests using the given RequestQueue
.
- Factory(RequestQueue, VolleyRequestFactory) - Constructor for class com.bumptech.glide.integration.volley.VolleyUrlLoader.Factory
-
Constructor for a new Factory with a custom Volley request factory that runs requests using
the given RequestQueue
.
- Factory(ArrayPool) - Constructor for class com.bumptech.glide.load.data.InputStreamRewinder.Factory
-
- Factory() - Constructor for class com.bumptech.glide.load.engine.cache.DiskCacheAdapter.Factory
-
- Factory() - Constructor for class com.bumptech.glide.load.model.ByteBufferFileLoader.Factory
-
- Factory(FileLoader.FileOpener<Data>) - Constructor for class com.bumptech.glide.load.model.FileLoader.Factory
-
- Factory(Context) - Constructor for class com.bumptech.glide.load.model.MediaStoreFileLoader.Factory
-
- Factory() - Constructor for class com.bumptech.glide.load.model.stream.HttpGlideUrlLoader.Factory
-
- Factory() - Constructor for class com.bumptech.glide.load.model.stream.HttpUriLoader.Factory
-
- Factory(Context) - Constructor for class com.bumptech.glide.load.model.stream.MediaStoreImageThumbLoader.Factory
-
- Factory(Context) - Constructor for class com.bumptech.glide.load.model.stream.MediaStoreVideoThumbLoader.Factory
-
- Factory() - Constructor for class com.bumptech.glide.load.model.UnitModelLoader.Factory
-
- Factory() - Constructor for class com.bumptech.glide.load.resource.bytes.ByteBufferRewinder.Factory
-
- FactoryPools - Class in com.bumptech.glide.util.pool
-
Provides implementations of
Pools.Pool
never return
null
, log when new instances are
created, and that can use the
FactoryPools.Poolable
interface to ensure objects aren't used while inside the pool.
- FactoryPools.Factory<T> - Interface in com.bumptech.glide.util.pool
-
Creates new instances of the given type.
- FactoryPools.Poolable - Interface in com.bumptech.glide.util.pool
-
Allows additional verification to catch errors caused by using objects while they are in
an object pool.
- FactoryPools.Resetter<T> - Interface in com.bumptech.glide.util.pool
-
Resets state when objects are returned to the pool.
- fallback(Drawable) - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- fallback(int) - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- fetcher - Variable in class com.bumptech.glide.load.model.ModelLoader.LoadData
-
- FileDecoder - Class in com.bumptech.glide.load.resource.file
-
- FileDecoder() - Constructor for class com.bumptech.glide.load.resource.file.FileDecoder
-
- FileDescriptorAssetPathFetcher - Class in com.bumptech.glide.load.data
-
Fetches an ParcelFileDescriptor
for an asset path.
- FileDescriptorAssetPathFetcher(AssetManager, String) - Constructor for class com.bumptech.glide.load.data.FileDescriptorAssetPathFetcher
-
- FileDescriptorFactory(AssetManager) - Constructor for class com.bumptech.glide.load.model.AssetUriLoader.FileDescriptorFactory
-
- FileDescriptorFactory() - Constructor for class com.bumptech.glide.load.model.FileLoader.FileDescriptorFactory
-
- FileDescriptorFactory(Resources) - Constructor for class com.bumptech.glide.load.model.ResourceLoader.FileDescriptorFactory
-
- FileDescriptorFactory() - Constructor for class com.bumptech.glide.load.model.StringLoader.FileDescriptorFactory
-
- FileDescriptorFactory(ContentResolver) - Constructor for class com.bumptech.glide.load.model.UriLoader.FileDescriptorFactory
-
- FileDescriptorLocalUriFetcher - Class in com.bumptech.glide.load.data
-
Fetches an ParcelFileDescriptor
for a local Uri
.
- FileDescriptorLocalUriFetcher(ContentResolver, Uri) - Constructor for class com.bumptech.glide.load.data.FileDescriptorLocalUriFetcher
-
- FileLoader<Data> - Class in com.bumptech.glide.load.model
-
A simple model loader for loading data from File
s.
- FileLoader(FileLoader.FileOpener<Data>) - Constructor for class com.bumptech.glide.load.model.FileLoader
-
- FileLoader.Factory<Data> - Class in com.bumptech.glide.load.model
-
Base factory for loading data from files
.
- FileLoader.FileDescriptorFactory - Class in com.bumptech.glide.load.model
-
Factory for loading ParcelFileDescriptor
s from File
s.
- FileLoader.FileOpener<Data> - Interface in com.bumptech.glide.load.model
-
Allows opening a specific type of data from a File
.
- FileLoader.StreamFactory - Class in com.bumptech.glide.load.model
-
Factory for loading InputStream
s from File
s.
- FileResource - Class in com.bumptech.glide.load.resource.file
-
- FileResource(File) - Constructor for class com.bumptech.glide.load.resource.file.FileResource
-
- fillInStackTrace() - Method in exception com.bumptech.glide.load.engine.GlideException
-
- finish() - Method in class com.bumptech.glide.gifencoder.AnimatedGifEncoder
-
Flushes any pending data and closes output file.
- FIT_CENTER - Static variable in class com.bumptech.glide.load.resource.bitmap.DownsampleStrategy
-
Scales, maintaining the original aspect ratio, so that one of the image's dimensions is
exactly equal to the requested size and the other dimension is less than or equal to the
requested size.
- FitCenter - Class in com.bumptech.glide.load.resource.bitmap
-
Scales the image uniformly (maintaining the image's aspect ratio) so that one of the dimensions
of the image will be equal to the given dimension and the other will be less than the given
dimension.
- FitCenter() - Constructor for class com.bumptech.glide.load.resource.bitmap.FitCenter
-
- fitCenter(BitmapPool, Bitmap, int, int) - Static method in class com.bumptech.glide.load.resource.bitmap.TransformationUtils
-
An expensive operation to resize the given Bitmap down so that it fits within the given
dimensions maintain the original proportions.
- fitCenter() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- fitCenterTransform() - Static method in class com.bumptech.glide.request.RequestOptions
-
- FIX_BITMAP_SIZE_TO_REQUESTED_DIMENSIONS - Static variable in class com.bumptech.glide.load.resource.bitmap.Downsampler
-
Ensure that the size of the bitmap is fixed to the requested width and height of the
resource from the caller.
- FixedPreloadSizeProvider<T> - Class in com.bumptech.glide.util
-
- FixedPreloadSizeProvider(int, int) - Constructor for class com.bumptech.glide.util.FixedPreloadSizeProvider
-
Constructor for a PreloadSizeProvider with a fixed size.
- FixedSizeDrawable - Class in com.bumptech.glide.request.target
-
A wrapper drawable to square the wrapped drawable so that it expands to fill a square with
exactly the given side length.
- FixedSizeDrawable(Drawable, int, int) - Constructor for class com.bumptech.glide.request.target.FixedSizeDrawable
-
- fixMarkLimit() - Method in class com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream
-
Reduces the mark limit to match the current buffer length to prevent the buffer from continuing
to increase in size.
- flush() - Method in class com.bumptech.glide.disklrucache.DiskLruCache
-
Force buffered operations to the filesystem.
- flush() - Method in class com.bumptech.glide.load.data.BufferedOutputStream
-
- format(DecodeFormat) - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- formatOf(DecodeFormat) - Static method in class com.bumptech.glide.request.RequestOptions
-
- frame(long) - Method in class com.bumptech.glide.request.BaseRequestOptions
-
Sets the time position of the frame to extract from a video.
- FRAME_OPTION - Static variable in class com.bumptech.glide.load.resource.bitmap.VideoDecoder
-
An integer indicating the frame option used to retrieve a target frame.
- frameOf(long) - Static method in class com.bumptech.glide.request.RequestOptions
-
- fromFile(File) - Static method in class com.bumptech.glide.util.ByteBufferUtil
-
- fromStream(InputStream) - Static method in class com.bumptech.glide.util.ByteBufferUtil
-
- FutureTarget<R> - Interface in com.bumptech.glide.request
-
An interface for an object that is both a
Target
and a
Future
.
- GenericTransitionOptions<TranscodeType> - Class in com.bumptech.glide
-
Implementation of
TransitionOptions
that exposes only generic methods that can be applied
to any resource type.
- GenericTransitionOptions() - Constructor for class com.bumptech.glide.GenericTransitionOptions
-
- get(String) - Method in class com.bumptech.glide.disklrucache.DiskLruCache
-
Returns a snapshot of the entry named key
, or null if it doesn't
exist is not currently readable.
- get(Context) - Static method in class com.bumptech.glide.Glide
-
Get the singleton.
- get(int, Class<T>) - Method in interface com.bumptech.glide.load.engine.bitmap_recycle.ArrayPool
-
Returns a non-null array of the given type with a length >= to the given size.
- get(int, int, Bitmap.Config) - Method in interface com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool
-
Returns a Bitmap
of exactly the given width, height, and
configuration, and containing only transparent pixels.
- get(int, int, Bitmap.Config) - Method in class com.bumptech.glide.load.engine.bitmap_recycle.BitmapPoolAdapter
-
- get(int, Class<T>) - Method in class com.bumptech.glide.load.engine.bitmap_recycle.LruArrayPool
-
- get(int, int, Bitmap.Config) - Method in class com.bumptech.glide.load.engine.bitmap_recycle.LruBitmapPool
-
- get(int, int, Bitmap.Config) - Method in class com.bumptech.glide.load.engine.bitmap_recycle.SizeConfigStrategy
-
- get(Key) - Method in interface com.bumptech.glide.load.engine.cache.DiskCache
-
Get the cache for the value at the given key.
- get(Key) - Method in class com.bumptech.glide.load.engine.cache.DiskCacheAdapter
-
- get(File, long) - Static method in class com.bumptech.glide.load.engine.cache.DiskLruCacheWrapper
-
- get(Key) - Method in class com.bumptech.glide.load.engine.cache.DiskLruCacheWrapper
-
- get() - Method in interface com.bumptech.glide.load.engine.Resource
-
Returns an instance of the wrapped resource.
- get(A, int, int) - Method in class com.bumptech.glide.load.model.ModelCache
-
Get a value.
- get(Option<T>) - Method in class com.bumptech.glide.load.Options
-
- get() - Method in class com.bumptech.glide.load.resource.bitmap.BitmapResource
-
- get() - Method in class com.bumptech.glide.load.resource.bitmap.LazyBitmapDrawableResource
-
- get() - Method in class com.bumptech.glide.load.resource.bytes.BytesResource
-
In most cases it will only be retrieved once (see linked methods).
- get() - Method in class com.bumptech.glide.load.resource.drawable.DrawableResource
-
- get() - Method in class com.bumptech.glide.load.resource.SimpleResource
-
- get(Class<Z>, Class<R>) - Method in class com.bumptech.glide.load.resource.transcode.TranscoderRegistry
-
- get() - Static method in class com.bumptech.glide.load.resource.transcode.UnitTranscoder
-
- get() - Static method in class com.bumptech.glide.load.resource.UnitTransformation
-
Returns a UnitTransformation for the given type.
- get(Context) - Method in class com.bumptech.glide.manager.RequestManagerRetriever
-
- get(FragmentActivity) - Method in class com.bumptech.glide.manager.RequestManagerRetriever
-
- get(Fragment) - Method in class com.bumptech.glide.manager.RequestManagerRetriever
-
- get(Activity) - Method in class com.bumptech.glide.manager.RequestManagerRetriever
-
- get(View) - Method in class com.bumptech.glide.manager.RequestManagerRetriever
-
- get(Fragment) - Method in class com.bumptech.glide.manager.RequestManagerRetriever
-
Deprecated.
- get(Class<Data>, Class<TResource>, Class<Transcode>) - Method in class com.bumptech.glide.provider.LoadPathCache
-
- get(Class<?>, Class<?>, Class<?>) - Method in class com.bumptech.glide.provider.ModelToResourceClassCache
-
- get(Class<Z>) - Method in class com.bumptech.glide.provider.ResourceEncoderRegistry
-
- get() - Method in class com.bumptech.glide.request.RequestFutureTarget
-
- get(long, TimeUnit) - Method in class com.bumptech.glide.request.RequestFutureTarget
-
- get() - Static method in class com.bumptech.glide.request.transition.NoTransition
-
- get(T) - Method in class com.bumptech.glide.util.LruCache
-
Returns the item in the cache for the given key or null if no such item exists.
- getAll() - Method in class com.bumptech.glide.manager.TargetTracker
-
- getAlpha() - Method in class com.bumptech.glide.request.target.FixedSizeDrawable
-
- getAlternateUrls(Model, int, int, Options) - Method in class com.bumptech.glide.load.model.stream.BaseGlideUrlLoader
-
Returns a list of alternate urls for the given model, width, and height from which equivalent
data can be obtained (usually the same image with the same aspect ratio, but in a larger size)
as the primary url.
- getArrayLength(byte[]) - Method in class com.bumptech.glide.load.engine.bitmap_recycle.ByteArrayAdapter
-
- getArrayLength(int[]) - Method in class com.bumptech.glide.load.engine.bitmap_recycle.IntegerArrayAdapter
-
- getArrayPool() - Method in class com.bumptech.glide.Glide
-
- getArrayPool() - Method in class com.bumptech.glide.GlideContext
-
- getArrayPoolSizeInBytes() - Method in class com.bumptech.glide.load.engine.cache.MemorySizeCalculator
-
Returns the recommended array pool size for the device it is run on in bytes.
- getBitmap(R) - Method in class com.bumptech.glide.request.transition.BitmapContainerTransitionFactory
-
Retrieve the Bitmap from a composite object.
- getBitmap(Bitmap) - Method in class com.bumptech.glide.request.transition.BitmapTransitionFactory
-
- getBitmapByteSize(Bitmap) - Static method in class com.bumptech.glide.util.Util
-
Returns the in memory size of the given Bitmap
in bytes.
- getBitmapByteSize(int, int, Bitmap.Config) - Static method in class com.bumptech.glide.util.Util
-
Returns the in memory size of Bitmap
with the given width, height, and
Bitmap.Config
.
- getBitmapDrawableLock() - Static method in class com.bumptech.glide.load.resource.bitmap.TransformationUtils
-
- getBitmapPool() - Method in class com.bumptech.glide.Glide
-
Returns the
BitmapPool
used to
temporarily store
Bitmap
s so they can be reused to avoid garbage
collections.
- getBitmapPoolSize() - Method in class com.bumptech.glide.load.engine.cache.MemorySizeCalculator
-
Returns the recommended bitmap pool size for the device it is run on in bytes.
- getBuffer() - Method in class com.bumptech.glide.load.resource.gif.GifDrawable
-
- getByteSize() - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
- getByteSize() - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- getCacheDirectory() - Method in interface com.bumptech.glide.load.engine.cache.DiskLruCacheFactory.CacheDirectoryGetter
-
- getCacheKey() - Method in class com.bumptech.glide.load.model.GlideUrl
-
Returns an inexpensive to calculate String
suitable for use as a disk cache key.
- getCallback() - Method in class com.bumptech.glide.request.target.FixedSizeDrawable
-
- getCauses() - Method in exception com.bumptech.glide.load.engine.GlideException
-
Returns a list of causes that are immediate children of this exception.
- getChangingConfigurations() - Method in class com.bumptech.glide.request.target.FixedSizeDrawable
-
- getConstantState() - Method in class com.bumptech.glide.load.resource.gif.GifDrawable
-
- getConstantState() - Method in class com.bumptech.glide.request.target.FixedSizeDrawable
-
- getContext() - Method in class com.bumptech.glide.Glide
-
- getCount() - Method in class com.bumptech.glide.util.LruCache
-
Returns the number of entries stored in cache.
- getCurrent() - Method in class com.bumptech.glide.request.target.FixedSizeDrawable
-
- getCurrentDrawable() - Method in class com.bumptech.glide.request.target.ImageViewTarget
-
Returns the current Drawable
being displayed in the view
using ImageView.getDrawable()
.
- getCurrentDrawable() - Method in interface com.bumptech.glide.request.transition.Transition.ViewAdapter
-
Returns the current drawable being displayed in the view, or null if no such drawable exists
(or one cannot be retrieved).
- getCurrentFrameIndex() - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
Gets the current index of the animation frame, or -1 if animation hasn't not yet started.
- getCurrentFrameIndex() - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- getCurrentSize() - Method in interface com.bumptech.glide.load.engine.cache.MemoryCache
-
Returns the sum of the sizes of all the contents of the cache in bytes.
- getCurrentSize() - Method in class com.bumptech.glide.load.engine.cache.MemoryCacheAdapter
-
- getCurrentSize() - Method in class com.bumptech.glide.util.LruCache
-
Returns the sum of the sizes of all items in the cache.
- getData() - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
- getData() - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- getDataClass() - Method in class com.bumptech.glide.integration.okhttp.OkHttpStreamFetcher
-
Deprecated.
- getDataClass() - Method in class com.bumptech.glide.integration.okhttp3.OkHttpStreamFetcher
-
- getDataClass() - Method in class com.bumptech.glide.integration.volley.VolleyStreamFetcher
-
- getDataClass() - Method in class com.bumptech.glide.load.data.AssetFileDescriptorLocalUriFetcher
-
- getDataClass() - Method in interface com.bumptech.glide.load.data.DataFetcher
-
Returns the class of the data this fetcher will attempt to obtain.
- getDataClass() - Method in interface com.bumptech.glide.load.data.DataRewinder.Factory
-
Returns the class of data this factory can produce
DataRewinder
s for.
- getDataClass() - Method in class com.bumptech.glide.load.data.FileDescriptorAssetPathFetcher
-
- getDataClass() - Method in class com.bumptech.glide.load.data.FileDescriptorLocalUriFetcher
-
- getDataClass() - Method in class com.bumptech.glide.load.data.HttpUrlFetcher
-
- getDataClass() - Method in class com.bumptech.glide.load.data.InputStreamRewinder.Factory
-
- getDataClass() - Method in class com.bumptech.glide.load.data.mediastore.ThumbFetcher
-
- getDataClass() - Method in class com.bumptech.glide.load.data.StreamAssetPathFetcher
-
- getDataClass() - Method in class com.bumptech.glide.load.data.StreamLocalUriFetcher
-
- getDataClass() - Method in class com.bumptech.glide.load.engine.LoadPath
-
- getDataClass() - Method in interface com.bumptech.glide.load.model.ByteArrayLoader.Converter
-
- getDataClass() - Method in interface com.bumptech.glide.load.model.DataUrlLoader.DataDecoder
-
- getDataClass() - Method in interface com.bumptech.glide.load.model.FileLoader.FileOpener
-
- getDataClass() - Method in class com.bumptech.glide.load.resource.bytes.ByteBufferRewinder.Factory
-
- getDataClasses(Class<?>) - Method in class com.bumptech.glide.load.model.ModelLoaderRegistry
-
- getDataSource() - Method in class com.bumptech.glide.integration.okhttp.OkHttpStreamFetcher
-
Deprecated.
- getDataSource() - Method in class com.bumptech.glide.integration.okhttp3.OkHttpStreamFetcher
-
- getDataSource() - Method in class com.bumptech.glide.integration.volley.VolleyStreamFetcher
-
- getDataSource() - Method in class com.bumptech.glide.load.data.AssetPathFetcher
-
- getDataSource() - Method in interface com.bumptech.glide.load.data.DataFetcher
-
Returns the
DataSource
this fetcher will return data from.
- getDataSource() - Method in class com.bumptech.glide.load.data.HttpUrlFetcher
-
- getDataSource() - Method in class com.bumptech.glide.load.data.LocalUriFetcher
-
- getDataSource() - Method in class com.bumptech.glide.load.data.mediastore.ThumbFetcher
-
- getDecoders(Class<T>, Class<R>) - Method in class com.bumptech.glide.provider.ResourceDecoderRegistry
-
- getDefaultRequestListeners() - Method in class com.bumptech.glide.GlideContext
-
- getDefaultRequestOptions() - Method in class com.bumptech.glide.GlideContext
-
- getDefaultTransitionOptions(Class<T>) - Method in class com.bumptech.glide.GlideContext
-
- getDefaultValue() - Method in class com.bumptech.glide.load.Option
-
Returns a reasonable default to use if no other value is set, or null
.
- getDelay(int) - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
Gets display duration for specified frame.
- getDelay(int) - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- getDescendants() - Method in interface com.bumptech.glide.manager.RequestManagerTreeNode
-
- getDirectory() - Method in class com.bumptech.glide.disklrucache.DiskLruCache
-
Returns the directory where this cache stores its data.
- getDirty(int, int, Bitmap.Config) - Method in interface com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool
-
- getDirty(int, int, Bitmap.Config) - Method in class com.bumptech.glide.load.engine.bitmap_recycle.BitmapPoolAdapter
-
- getDirty(int, int, Bitmap.Config) - Method in class com.bumptech.glide.load.engine.bitmap_recycle.LruBitmapPool
-
- getDiskCacheStrategy() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- getDownloadOnlyRequest() - Method in class com.bumptech.glide.RequestBuilder
-
- getDrawable(Context, Context, int) - Static method in class com.bumptech.glide.load.resource.drawable.DrawableDecoderCompat
-
See getDrawable(Context, int, Theme)
.
- getDrawable(Context, int, Resources.Theme) - Static method in class com.bumptech.glide.load.resource.drawable.DrawableDecoderCompat
-
Loads a Drawable using AppCompatResources
if available and ResourcesCompat
otherwise, depending on whether or not the v7 support library is included in the application.
- getDrawable(Bitmap) - Method in class com.bumptech.glide.request.target.BitmapThumbnailImageViewTarget
-
- getDrawable(Drawable) - Method in class com.bumptech.glide.request.target.DrawableThumbnailImageViewTarget
-
- getDrawable(T) - Method in class com.bumptech.glide.request.target.ThumbnailImageViewTarget
-
- getElapsedMillis(long) - Static method in class com.bumptech.glide.util.LogTime
-
Returns the time elapsed since the given logTime in millis.
- getElementSizeInBytes() - Method in class com.bumptech.glide.load.engine.bitmap_recycle.ByteArrayAdapter
-
- getElementSizeInBytes() - Method in class com.bumptech.glide.load.engine.bitmap_recycle.IntegerArrayAdapter
-
- getEncoder(Class<T>) - Method in class com.bumptech.glide.provider.EncoderRegistry
-
- getEncodeStrategy(Options) - Method in class com.bumptech.glide.integration.gifencoder.ReEncodingGifResourceEncoder
-
- getEncodeStrategy(Options) - Method in class com.bumptech.glide.load.resource.bitmap.BitmapDrawableEncoder
-
- getEncodeStrategy(Options) - Method in class com.bumptech.glide.load.resource.bitmap.BitmapEncoder
-
- getEncodeStrategy(Options) - Method in class com.bumptech.glide.load.resource.gif.GifDrawableEncoder
-
- getEncodeStrategy(Options) - Method in interface com.bumptech.glide.load.ResourceEncoder
-
- getEngine() - Method in class com.bumptech.glide.GlideContext
-
- getErrorId() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- getErrorPlaceholder() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- getExact(int, Class<T>) - Method in interface com.bumptech.glide.load.engine.bitmap_recycle.ArrayPool
-
Returns a non-null array of the given type with a length exactly equal to the given size.
- getExact(int, Class<T>) - Method in class com.bumptech.glide.load.engine.bitmap_recycle.LruArrayPool
-
- getException() - Method in class com.bumptech.glide.util.ExceptionCatchingInputStream
-
- getExifOrientationDegrees(int) - Static method in class com.bumptech.glide.load.resource.bitmap.TransformationUtils
-
Get the # of degrees an image must be rotated to match the given exif orientation.
- getFactory() - Static method in class com.bumptech.glide.request.transition.NoTransition
-
Returns an instance of a factory that produces
NoTransition
s.
- getFallbackDrawable() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- getFallbackId() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- getFile(int) - Method in class com.bumptech.glide.disklrucache.DiskLruCache.Editor
-
- getFile(int) - Method in class com.bumptech.glide.disklrucache.DiskLruCache.Value
-
- getFirstFrame() - Method in class com.bumptech.glide.load.resource.gif.GifDrawable
-
- getFrameCount() - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
Gets the number of frames read from file.
- getFrameCount() - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- getFrameCount() - Method in class com.bumptech.glide.load.resource.gif.GifDrawable
-
- getFrameIndex() - Method in class com.bumptech.glide.load.resource.gif.GifDrawable
-
- getFrameTransformation() - Method in class com.bumptech.glide.load.resource.gif.GifDrawable
-
- getHeaders() - Method in class com.bumptech.glide.integration.volley.VolleyStreamFetcher.GlideRequest
-
- getHeaders() - Method in class com.bumptech.glide.load.model.GlideUrl
-
Returns a non-null Map
containing headers.
- getHeaders() - Method in interface com.bumptech.glide.load.model.Headers
-
Returns a non-null map containing a set of headers to apply to an http request.
- getHeaders() - Method in class com.bumptech.glide.load.model.LazyHeaders
-
- getHeaders(Model, int, int, Options) - Method in class com.bumptech.glide.load.model.stream.BaseGlideUrlLoader
-
Returns the headers for the given model and dimensions as a map of strings to sets of strings,
or null if no headers should be added.
- getHeight() - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
- getHeight() - Method in class com.bumptech.glide.gifdecoder.GifHeader
-
- getHeight() - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- getImageHeaderParsers() - Method in class com.bumptech.glide.Registry
-
- getInstance() - Static method in class com.bumptech.glide.load.model.UnitModelLoader.Factory
-
- getInstance() - Static method in class com.bumptech.glide.load.model.UnitModelLoader
-
- getIntrinsicHeight() - Method in class com.bumptech.glide.load.resource.gif.GifDrawable
-
- getIntrinsicHeight() - Method in class com.bumptech.glide.request.target.FixedSizeDrawable
-
- getIntrinsicWidth() - Method in class com.bumptech.glide.load.resource.gif.GifDrawable
-
- getIntrinsicWidth() - Method in class com.bumptech.glide.request.target.FixedSizeDrawable
-
- getLength(int) - Method in class com.bumptech.glide.disklrucache.DiskLruCache.Value
-
Returns the byte length of the value for index
.
- getLoadPath(Class<Data>, Class<TResource>, Class<Transcode>) - Method in class com.bumptech.glide.Registry
-
- getLogLevel() - Method in class com.bumptech.glide.GlideContext
-
- getLogTime() - Static method in class com.bumptech.glide.util.LogTime
-
- getLoopCount() - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
- getLoopCount() - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
Deprecated.
- getMaxSize() - Method in class com.bumptech.glide.disklrucache.DiskLruCache
-
Returns the maximum number of bytes that this cache should use to store
its data.
- getMaxSize() - Method in interface com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool
-
Returns the current maximum size of the pool in bytes.
- getMaxSize() - Method in class com.bumptech.glide.load.engine.bitmap_recycle.BitmapPoolAdapter
-
- getMaxSize() - Method in class com.bumptech.glide.load.engine.bitmap_recycle.LruBitmapPool
-
- getMaxSize() - Method in interface com.bumptech.glide.load.engine.cache.MemoryCache
-
Returns the current maximum size in bytes of the cache.
- getMaxSize() - Method in class com.bumptech.glide.load.engine.cache.MemoryCacheAdapter
-
- getMaxSize() - Method in class com.bumptech.glide.util.LruCache
-
Returns the current maximum size of the cache in bytes.
- getMemoryCacheSize() - Method in class com.bumptech.glide.load.engine.cache.MemorySizeCalculator
-
Returns the recommended memory cache size for the device it is run on in bytes.
- getMessage() - Method in exception com.bumptech.glide.load.engine.GlideException
-
- getMinimumHeight() - Method in class com.bumptech.glide.request.target.FixedSizeDrawable
-
- getMinimumWidth() - Method in class com.bumptech.glide.request.target.FixedSizeDrawable
-
- getModelLoaders(A) - Method in class com.bumptech.glide.load.model.ModelLoaderRegistry
-
- getModelLoaders(Model) - Method in class com.bumptech.glide.Registry
-
- getMultiplier() - Method in enum com.bumptech.glide.MemoryCategory
-
Returns the multiplier that should be applied to the initial maximum size of Glide's memory
cache and bitmap pool.
- getNetscapeLoopCount() - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
Gets the "Netscape" loop count, if any.
- getNetscapeLoopCount() - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- getNextDelay() - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
Gets display duration for the upcoming frame in ms.
- getNextDelay() - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- getNextFrame() - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
Get the next frame in the animation sequence.
- getNextFrame() - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- getNumFrames() - Method in class com.bumptech.glide.gifdecoder.GifHeader
-
- getOnlyRetrieveFromCache() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- getOpacity() - Method in class com.bumptech.glide.load.resource.gif.GifDrawable
-
- getOpacity() - Method in class com.bumptech.glide.request.target.FixedSizeDrawable
-
- getOptions() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- getOrientation(InputStream, ArrayPool) - Method in interface com.bumptech.glide.load.ImageHeaderParser
-
Parse the orientation from the image header.
- getOrientation(ByteBuffer, ArrayPool) - Method in interface com.bumptech.glide.load.ImageHeaderParser
-
- getOrientation(List<ImageHeaderParser>, InputStream, ArrayPool) - Static method in class com.bumptech.glide.load.ImageHeaderParserUtils
-
Returns the orientation for the given InputStream.
- getOrientation(InputStream, ArrayPool) - Method in class com.bumptech.glide.load.resource.bitmap.DefaultImageHeaderParser
-
- getOrientation(ByteBuffer, ArrayPool) - Method in class com.bumptech.glide.load.resource.bitmap.DefaultImageHeaderParser
-
- getOrientation(InputStream, ArrayPool) - Method in class com.bumptech.glide.load.resource.bitmap.ExifInterfaceImageHeaderParser
-
- getOrientation(ByteBuffer, ArrayPool) - Method in class com.bumptech.glide.load.resource.bitmap.ExifInterfaceImageHeaderParser
-
- getOrigin() - Method in exception com.bumptech.glide.load.engine.GlideException
-
- getOverrideHeight() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- getOverrideWidth() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- getPadding(Rect) - Method in class com.bumptech.glide.request.target.FixedSizeDrawable
-
- getParsers() - Method in class com.bumptech.glide.provider.ImageHeaderParserRegistry
-
- getPhotoCacheDir(Context) - Static method in class com.bumptech.glide.Glide
-
Returns a directory with a default name in the private cache directory of the application to
use to store retrieved media and thumbnails.
- getPhotoCacheDir(Context, String) - Static method in class com.bumptech.glide.Glide
-
Returns a directory with the given name in the private cache directory of the application to
use to store retrieved media and thumbnails.
- getPlaceholderDrawable() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- getPlaceholderId() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- getPreloadItems(int) - Method in interface com.bumptech.glide.ListPreloader.PreloadModelProvider
-
Returns a List
of models that need to be loaded for the list to display adapter items
in positions between start
and end
.
- getPreloadRequestBuilder(U) - Method in interface com.bumptech.glide.ListPreloader.PreloadModelProvider
-
- getPreloadSize(T, int, int) - Method in interface com.bumptech.glide.ListPreloader.PreloadSizeProvider
-
Returns the size of the view in the list where the resources will be displayed in pixels in
the format [x, y], or null
if no size is currently available.
- getPreloadSize(T, int, int) - Method in class com.bumptech.glide.util.FixedPreloadSizeProvider
-
- getPreloadSize(T, int, int) - Method in class com.bumptech.glide.util.ViewPreloadSizeProvider
-
- getPriority() - Method in class com.bumptech.glide.integration.volley.VolleyStreamFetcher.GlideRequest
-
- getPriority() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- getRegisteredResourceClasses(Class<Model>, Class<TResource>, Class<Transcode>) - Method in class com.bumptech.glide.Registry
-
- getRegistry() - Method in class com.bumptech.glide.Glide
-
- getRegistry() - Method in class com.bumptech.glide.GlideContext
-
- getRequest() - Method in class com.bumptech.glide.request.RequestFutureTarget
-
- getRequest() - Method in class com.bumptech.glide.request.target.BaseTarget
-
Deprecated.
- getRequest() - Method in class com.bumptech.glide.request.target.CustomTarget
-
- getRequest() - Method in class com.bumptech.glide.request.target.CustomViewTarget
-
Returns any stored request using View.getTag()
.
- getRequest() - Method in interface com.bumptech.glide.request.target.Target
-
Retrieves the current request for this target, should not be called outside of Glide.
- getRequest() - Method in class com.bumptech.glide.request.target.ViewTarget
-
Deprecated.
Returns any stored request using View.getTag()
.
- getRequestManager() - Method in class com.bumptech.glide.manager.RequestManagerFragment
-
Deprecated.
- getRequestManager() - Method in class com.bumptech.glide.manager.SupportRequestManagerFragment
-
- getRequestManagerRetriever() - Method in class com.bumptech.glide.Glide
-
Internal method.
- getRequestManagerTreeNode() - Method in class com.bumptech.glide.manager.RequestManagerFragment
-
Deprecated.
- getRequestManagerTreeNode() - Method in class com.bumptech.glide.manager.SupportRequestManagerFragment
-
- getResourceClass() - Method in interface com.bumptech.glide.load.engine.Resource
-
Returns the Class
of the wrapped resource.
- getResourceClass() - Method in class com.bumptech.glide.load.resource.bitmap.BitmapDrawableResource
-
- getResourceClass() - Method in class com.bumptech.glide.load.resource.bitmap.BitmapResource
-
- getResourceClass() - Method in class com.bumptech.glide.load.resource.bitmap.LazyBitmapDrawableResource
-
- getResourceClass() - Method in class com.bumptech.glide.load.resource.bytes.BytesResource
-
- getResourceClass() - Method in class com.bumptech.glide.load.resource.gif.GifDrawableResource
-
- getResourceClass() - Method in class com.bumptech.glide.load.resource.SimpleResource
-
- getResourceClass() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- getResourceClasses(Class<T>, Class<R>) - Method in class com.bumptech.glide.provider.ResourceDecoderRegistry
-
- getResultEncoder(Resource<X>) - Method in class com.bumptech.glide.Registry
-
- getRewinder(X) - Method in class com.bumptech.glide.Registry
-
- getRootCauses() - Method in exception com.bumptech.glide.load.engine.GlideException
-
Returns the list of root causes that are the leaf nodes of all children of this exception.
- getSafeKey(Key) - Method in class com.bumptech.glide.load.engine.cache.SafeKeyGenerator
-
- getSampleSizeRounding(int, int, int, int) - Method in class com.bumptech.glide.load.resource.bitmap.DownsampleStrategy
-
- getScaleFactor(int, int, int, int) - Method in class com.bumptech.glide.load.resource.bitmap.DownsampleStrategy
-
Returns a float (0, +infinity) indicating a scale factor to apply to the source
width and height when displayed in the requested width and height.
- getSignature() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- getSize(Bitmap) - Method in class com.bumptech.glide.load.engine.bitmap_recycle.SizeConfigStrategy
-
- getSize(Resource<?>) - Method in class com.bumptech.glide.load.engine.cache.LruResourceCache
-
- getSize() - Method in interface com.bumptech.glide.load.engine.Resource
-
Returns the size in bytes of the wrapped resource to use to determine how much of the memory
cache this resource uses.
- getSize() - Method in class com.bumptech.glide.load.resource.bitmap.BitmapDrawableResource
-
- getSize() - Method in class com.bumptech.glide.load.resource.bitmap.BitmapResource
-
- getSize() - Method in class com.bumptech.glide.load.resource.bitmap.LazyBitmapDrawableResource
-
- getSize() - Method in class com.bumptech.glide.load.resource.bytes.BytesResource
-
- getSize() - Method in class com.bumptech.glide.load.resource.gif.GifDrawable
-
- getSize() - Method in class com.bumptech.glide.load.resource.gif.GifDrawableResource
-
- getSize() - Method in class com.bumptech.glide.load.resource.SimpleResource
-
- getSize(SizeReadyCallback) - Method in class com.bumptech.glide.request.RequestFutureTarget
-
A callback that should never be invoked directly.
- getSize(SizeReadyCallback) - Method in class com.bumptech.glide.request.target.CustomTarget
-
- getSize(SizeReadyCallback) - Method in class com.bumptech.glide.request.target.CustomViewTarget
-
Determines the size of the view by first checking View.getWidth()
and
View.getHeight()
.
- getSize(SizeReadyCallback) - Method in class com.bumptech.glide.request.target.SimpleTarget
-
Deprecated.
Immediately calls the given callback with the sizes given in the constructor.
- getSize(SizeReadyCallback) - Method in interface com.bumptech.glide.request.target.Target
-
A method to retrieve the size of this target.
- getSize(SizeReadyCallback) - Method in class com.bumptech.glide.request.target.ViewTarget
-
Deprecated.
Determines the size of the view by first checking View.getWidth()
and
View.getHeight()
.
- getSize(Y) - Method in class com.bumptech.glide.util.LruCache
-
Returns the size of a given item, defaulting to one.
- getSize(Bitmap) - Static method in class com.bumptech.glide.util.Util
-
- getSizeMultiplier() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- getSnapshot(Collection<T>) - Static method in class com.bumptech.glide.util.Util
-
Returns a copy of the given list that is safe to iterate over and perform actions that may
modify the original list.
- getSourceEncoder(X) - Method in class com.bumptech.glide.Registry
-
- getStatus() - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
Returns the current status of the decoder.
- getStatus() - Method in class com.bumptech.glide.gifdecoder.GifHeader
-
Global status code of GIF data parsing.
- getStatus() - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- getStatusCode() - Method in exception com.bumptech.glide.load.HttpException
-
Returns the http status code, or
HttpException.UNKNOWN
if the request failed without providing
a status code.
- getString(int) - Method in class com.bumptech.glide.disklrucache.DiskLruCache.Editor
-
Returns the last committed value as a string, or null if no value
has been committed.
- getString(int) - Method in class com.bumptech.glide.disklrucache.DiskLruCache.Value
-
Returns the string value for index
.
- getTag() - Method in class com.bumptech.glide.load.engine.bitmap_recycle.ByteArrayAdapter
-
- getTag() - Method in class com.bumptech.glide.load.engine.bitmap_recycle.IntegerArrayAdapter
-
- getTheme() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- getTotalIterationCount() - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
Gets the total count
which represents how many times the animation sequence should be displayed.
- getTotalIterationCount() - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- getTranscodeClasses(Class<Z>, Class<R>) - Method in class com.bumptech.glide.load.resource.transcode.TranscoderRegistry
-
- getTransformations() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- getType(InputStream) - Method in interface com.bumptech.glide.load.ImageHeaderParser
-
- getType(ByteBuffer) - Method in interface com.bumptech.glide.load.ImageHeaderParser
-
- getType(List<ImageHeaderParser>, InputStream, ArrayPool) - Static method in class com.bumptech.glide.load.ImageHeaderParserUtils
-
Returns the ImageType for the given InputStream.
- getType(List<ImageHeaderParser>, ByteBuffer) - Static method in class com.bumptech.glide.load.ImageHeaderParserUtils
-
Returns the ImageType for the given ByteBuffer.
- getType(InputStream) - Method in class com.bumptech.glide.load.resource.bitmap.DefaultImageHeaderParser
-
- getType(ByteBuffer) - Method in class com.bumptech.glide.load.resource.bitmap.DefaultImageHeaderParser
-
- getType(InputStream) - Method in class com.bumptech.glide.load.resource.bitmap.ExifInterfaceImageHeaderParser
-
- getType(ByteBuffer) - Method in class com.bumptech.glide.load.resource.bitmap.ExifInterfaceImageHeaderParser
-
- getUrl(Model, int, int, Options) - Method in class com.bumptech.glide.load.model.stream.BaseGlideUrlLoader
-
Returns a valid url http:// or https:// for the given model and dimensions as a string.
- getUseAnimationPool() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- getUseUnlimitedSourceGeneratorsPool() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- getVerifier() - Method in class com.bumptech.glide.request.SingleRequest
-
- getVerifier() - Method in interface com.bumptech.glide.util.pool.FactoryPools.Poolable
-
- getView() - Method in class com.bumptech.glide.request.target.CustomViewTarget
-
Returns the wrapped View
.
- getView() - Method in class com.bumptech.glide.request.target.ViewTarget
-
Deprecated.
Returns the wrapped View
.
- getView() - Method in interface com.bumptech.glide.request.transition.Transition.ViewAdapter
-
Returns the wrapped View
.
- getWidth() - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
- getWidth() - Method in class com.bumptech.glide.gifdecoder.GifHeader
-
- getWidth() - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- GifBitmapProvider - Class in com.bumptech.glide.load.resource.gif
-
- GifBitmapProvider(BitmapPool) - Constructor for class com.bumptech.glide.load.resource.gif.GifBitmapProvider
-
Constructs an instance without a shared byte array pool.
- GifBitmapProvider(BitmapPool, ArrayPool) - Constructor for class com.bumptech.glide.load.resource.gif.GifBitmapProvider
-
Constructs an instance with a shared array pool.
- GifDecoder - Interface in com.bumptech.glide.gifdecoder
-
Shared interface for GIF decoders.
- GifDecoder.BitmapProvider - Interface in com.bumptech.glide.gifdecoder
-
An interface that can be used to provide reused Bitmap
s to avoid GCs
from constantly allocating Bitmap
s for every frame.
- GifDecoder.GifDecodeStatus - Annotation Type in com.bumptech.glide.gifdecoder
-
Android Lint annotation for status codes that can be used with a GIF decoder.
- GifDrawable - Class in com.bumptech.glide.load.resource.gif
-
An animated Drawable
that plays the frames of an animated GIF.
- GifDrawable(Context, GifDecoder, BitmapPool, Transformation<Bitmap>, int, int, Bitmap) - Constructor for class com.bumptech.glide.load.resource.gif.GifDrawable
-
- GifDrawable(Context, GifDecoder, Transformation<Bitmap>, int, int, Bitmap) - Constructor for class com.bumptech.glide.load.resource.gif.GifDrawable
-
Constructor for GifDrawable.
- GifDrawableBytesTranscoder - Class in com.bumptech.glide.load.resource.transcode
-
- GifDrawableBytesTranscoder() - Constructor for class com.bumptech.glide.load.resource.transcode.GifDrawableBytesTranscoder
-
- GifDrawableEncoder - Class in com.bumptech.glide.load.resource.gif
-
Writes the original bytes of a
GifDrawable
to an
OutputStream
.
- GifDrawableEncoder() - Constructor for class com.bumptech.glide.load.resource.gif.GifDrawableEncoder
-
- GifDrawableResource - Class in com.bumptech.glide.load.resource.gif
-
- GifDrawableResource(GifDrawable) - Constructor for class com.bumptech.glide.load.resource.gif.GifDrawableResource
-
- GifDrawableTransformation - Class in com.bumptech.glide.load.resource.gif
-
- GifDrawableTransformation(Transformation<Bitmap>) - Constructor for class com.bumptech.glide.load.resource.gif.GifDrawableTransformation
-
- GifFrameResourceDecoder - Class in com.bumptech.glide.load.resource.gif
-
Decodes
Bitmap
s from
GifDecoder
s representing a particular frame of a particular
GIF image.
- GifFrameResourceDecoder(BitmapPool) - Constructor for class com.bumptech.glide.load.resource.gif.GifFrameResourceDecoder
-
- GifHeader - Class in com.bumptech.glide.gifdecoder
-
A header object containing the number of frames in an animated GIF image as well as basic
metadata like width and height that can be used to decode each individual frame of the GIF.
- GifHeader() - Constructor for class com.bumptech.glide.gifdecoder.GifHeader
-
- GifHeaderParser - Class in com.bumptech.glide.gifdecoder
-
A class responsible for creating
GifHeader
s from data
representing animated GIFs.
- GifHeaderParser() - Constructor for class com.bumptech.glide.gifdecoder.GifHeaderParser
-
- GifOptions - Class in com.bumptech.glide.load.resource.gif
-
Options related to decoding GIFs.
- Glide - Class in com.bumptech.glide
-
- glide - Variable in class com.bumptech.glide.RequestManager
-
- GlideBuilder - Class in com.bumptech.glide
-
A builder class for setting default structural classes for Glide to use.
- GlideBuilder() - Constructor for class com.bumptech.glide.GlideBuilder
-
- GlideContext - Class in com.bumptech.glide
-
Global context for all loads in Glide containing and exposing the various registries and classes
required to load resources.
- GlideContext(Context, ArrayPool, Registry, ImageViewTargetFactory, RequestOptions, Map<Class<?>, TransitionOptions<?, ?>>, List<RequestListener<Object>>, Engine, boolean, int) - Constructor for class com.bumptech.glide.GlideContext
-
- GlideException - Exception in com.bumptech.glide.load.engine
-
An exception with zero or more causes indicating why a load in Glide failed.
- GlideException(String) - Constructor for exception com.bumptech.glide.load.engine.GlideException
-
- GlideException(String, Throwable) - Constructor for exception com.bumptech.glide.load.engine.GlideException
-
- GlideException(String, List<Throwable>) - Constructor for exception com.bumptech.glide.load.engine.GlideException
-
- GlideExecutor - Class in com.bumptech.glide.load.engine.executor
-
A prioritized ThreadPoolExecutor
for running jobs in Glide.
- GlideExecutor.UncaughtThrowableStrategy - Interface in com.bumptech.glide.load.engine.executor
-
A strategy for handling unexpected and uncaught Throwable
s thrown by futures run on the
pool.
- GlideExtension - Annotation Type in com.bumptech.glide.annotation
-
Indicate a class that extends Glide's public API.
- GlideModule - Annotation Type in com.bumptech.glide.annotation
-
Identifies AppGlideModules and LibraryGlideModules for Glide's annotation processor to merge at
compile time.
- GlideModule - Interface in com.bumptech.glide.module
-
- GlideOption - Annotation Type in com.bumptech.glide.annotation
-
Identifies methods in
GlideExtension
annotated classes that extend
com.bumptech.glide.request.RequestOptions
.
- GlideRequest(String, DataFetcher.DataCallback<? super InputStream>, Request.Priority) - Constructor for class com.bumptech.glide.integration.volley.VolleyStreamFetcher.GlideRequest
-
- GlideRequest(String, DataFetcher.DataCallback<? super InputStream>, Request.Priority, Map<String, String>) - Constructor for class com.bumptech.glide.integration.volley.VolleyStreamFetcher.GlideRequest
-
- GlideTrace - Class in com.bumptech.glide.util.pool
-
Systracing utilities for Glide.
- GlideType - Annotation Type in com.bumptech.glide.annotation
-
Identifies methods in
GlideExtension
annotated classes that extend
com.bumptech.glide.RequestManager
.
- GlideUrl - Class in com.bumptech.glide.load.model
-
A wrapper for strings representing http/https URLs responsible for ensuring URLs are properly
escaped and avoiding unnecessary URL instantiations for loaders that require only string urls
rather than URL objects.
- GlideUrl(URL) - Constructor for class com.bumptech.glide.load.model.GlideUrl
-
- GlideUrl(String) - Constructor for class com.bumptech.glide.load.model.GlideUrl
-
- GlideUrl(URL, Headers) - Constructor for class com.bumptech.glide.load.model.GlideUrl
-
- GlideUrl(String, Headers) - Constructor for class com.bumptech.glide.load.model.GlideUrl
-
- IGNORE - Static variable in interface com.bumptech.glide.load.engine.executor.GlideExecutor.UncaughtThrowableStrategy
-
Silently catches and ignores the uncaught Throwable
s.
- ImageHeaderParser - Interface in com.bumptech.glide.load
-
Interface for the ImageHeaderParser.
- ImageHeaderParser.ImageType - Enum in com.bumptech.glide.load
-
The format of the image data including whether or not the image may include transparent
pixels.
- ImageHeaderParserRegistry - Class in com.bumptech.glide.provider
-
- ImageHeaderParserRegistry() - Constructor for class com.bumptech.glide.provider.ImageHeaderParserRegistry
-
- ImageHeaderParserUtils - Class in com.bumptech.glide.load
-
Utilities for the ImageHeaderParser.
- ImageViewTarget<Z> - Class in com.bumptech.glide.request.target
-
A base
Target
for displaying resources in
ImageView
s.
- ImageViewTarget(ImageView) - Constructor for class com.bumptech.glide.request.target.ImageViewTarget
-
- ImageViewTarget(ImageView, boolean) - Constructor for class com.bumptech.glide.request.target.ImageViewTarget
-
- ImageViewTargetFactory - Class in com.bumptech.glide.request.target
-
A factory responsible for producing the correct type of
Target
for a given
View
subclass.
- ImageViewTargetFactory() - Constructor for class com.bumptech.glide.request.target.ImageViewTargetFactory
-
- init(Glide) - Static method in class com.bumptech.glide.Glide
-
- init(Context, GlideBuilder) - Static method in class com.bumptech.glide.Glide
-
- Initializable - Interface in com.bumptech.glide.load.engine
-
A callback allowing a resource to do some optimization on a background thread before being
returned to the ui.
- initialize() - Method in interface com.bumptech.glide.load.engine.Initializable
-
Called on a background thread so the
Resource
can do some eager initialization.
- initialize() - Method in class com.bumptech.glide.load.resource.bitmap.BitmapDrawableResource
-
- initialize() - Method in class com.bumptech.glide.load.resource.bitmap.BitmapResource
-
- initialize() - Method in class com.bumptech.glide.load.resource.bitmap.LazyBitmapDrawableResource
-
- initialize() - Method in class com.bumptech.glide.load.resource.drawable.DrawableResource
-
- initialize() - Method in class com.bumptech.glide.load.resource.gif.GifDrawableResource
-
- InputStreamRewinder - Class in com.bumptech.glide.load.data
-
Implementation for InputStream
s that rewinds streams by wrapping them in a buffered
stream.
- InputStreamRewinder.Factory - Class in com.bumptech.glide.load.data
-
- IntegerArrayAdapter - Class in com.bumptech.glide.load.engine.bitmap_recycle
-
Adapter for handling primitive int arrays.
- IntegerArrayAdapter() - Constructor for class com.bumptech.glide.load.engine.bitmap_recycle.IntegerArrayAdapter
-
- InternalCacheDiskCacheFactory - Class in com.bumptech.glide.load.engine.cache
-
Creates an
DiskLruCache
based disk cache in the internal
disk cache directory.
- InternalCacheDiskCacheFactory(Context) - Constructor for class com.bumptech.glide.load.engine.cache.InternalCacheDiskCacheFactory
-
- InternalCacheDiskCacheFactory(Context, long) - Constructor for class com.bumptech.glide.load.engine.cache.InternalCacheDiskCacheFactory
-
- InternalCacheDiskCacheFactory(Context, String, long) - Constructor for class com.bumptech.glide.load.engine.cache.InternalCacheDiskCacheFactory
-
- into(Y) - Method in class com.bumptech.glide.RequestBuilder
-
Set the target the resource will be loaded into.
- into(ImageView) - Method in class com.bumptech.glide.RequestBuilder
-
Sets the ImageView
the resource will be loaded into, cancels any existing loads into
the view, and frees any resources Glide may have previously loaded into the view so they may be
reused.
- into(int, int) - Method in class com.bumptech.glide.RequestBuilder
-
- invalidateSelf() - Method in class com.bumptech.glide.request.target.FixedSizeDrawable
-
- invokeAll(Collection<? extends Callable<T>>) - Method in class com.bumptech.glide.load.engine.executor.GlideExecutor
-
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class com.bumptech.glide.load.engine.executor.GlideExecutor
-
- invokeAny(Collection<? extends Callable<T>>) - Method in class com.bumptech.glide.load.engine.executor.GlideExecutor
-
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class com.bumptech.glide.load.engine.executor.GlideExecutor
-
- isAnimated() - Method in class com.bumptech.glide.gifdecoder.GifHeaderParser
-
Determines if the GIF is animated by trying to read in the first 2 frames
This method re-parses the data even if the header has already been read.
- isAnyResourceSet() - Method in class com.bumptech.glide.request.ErrorRequestCoordinator
-
- isAnyResourceSet() - Method in interface com.bumptech.glide.request.RequestCoordinator
-
Returns true if any coordinated
Request
has successfully completed.
- isAnyResourceSet() - Method in class com.bumptech.glide.request.ThumbnailRequestCoordinator
-
- isAutoCloneEnabled() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- isCancelled() - Method in class com.bumptech.glide.request.RequestFutureTarget
-
- isCleared() - Method in class com.bumptech.glide.request.ErrorRequestCoordinator
-
- isCleared() - Method in interface com.bumptech.glide.request.Request
-
Returns true if the request has been cleared.
- isCleared() - Method in class com.bumptech.glide.request.SingleRequest
-
- isCleared() - Method in class com.bumptech.glide.request.ThumbnailRequestCoordinator
-
- isClosed() - Method in class com.bumptech.glide.disklrucache.DiskLruCache
-
Returns true if this cache has been closed.
- isComplete() - Method in class com.bumptech.glide.request.ErrorRequestCoordinator
-
- isComplete() - Method in interface com.bumptech.glide.request.Request
-
Returns true if the request has completed successfully.
- isComplete() - Method in class com.bumptech.glide.request.SingleRequest
-
- isComplete() - Method in class com.bumptech.glide.request.ThumbnailRequestCoordinator
-
Returns true if the full request is complete.
- isDataCacheable(DataSource) - Method in class com.bumptech.glide.load.engine.DiskCacheStrategy
-
Returns true if this request should cache the original unmodified data.
- isDiskCacheStrategySet() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- isDone() - Method in class com.bumptech.glide.request.RequestFutureTarget
-
- isEmptyLoadPath(LoadPath<?, ?, ?>) - Method in class com.bumptech.glide.provider.LoadPathCache
-
Returns true if the given
LoadPath
is the signal object returned from
LoadPathCache.get(Class, Class, Class)
that indicates that we've previously found that there are
no available paths to load the requested resources and
false
otherwise.
- isEquivalentTo(Object) - Method in interface com.bumptech.glide.load.model.Model
-
Returns true
if this model produces the same image using the same mechanism
(server, authentication, source etc) as the given model.
- isEquivalentTo(Request) - Method in class com.bumptech.glide.request.ErrorRequestCoordinator
-
- isEquivalentTo(Request) - Method in interface com.bumptech.glide.request.Request
-
Returns
true
if this
Request
is equivalent to the given
Request
(has
all of the same options and sizes).
- isEquivalentTo(Request) - Method in class com.bumptech.glide.request.SingleRequest
-
- isEquivalentTo(Request) - Method in class com.bumptech.glide.request.ThumbnailRequestCoordinator
-
- isExifOrientationRequired(int) - Static method in class com.bumptech.glide.load.resource.bitmap.TransformationUtils
-
Returns true
if the given exif orientation indicates that a transformation is necessary
and false
otherwise.
- isFailed() - Method in class com.bumptech.glide.request.ErrorRequestCoordinator
-
- isFailed() - Method in interface com.bumptech.glide.request.Request
-
Returns true if the request has failed.
- isFailed() - Method in class com.bumptech.glide.request.SingleRequest
-
- isFailed() - Method in class com.bumptech.glide.request.ThumbnailRequestCoordinator
-
Returns true if the full request has failed.
- isLocked() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- isLoggingRequestOriginsEnabled() - Method in class com.bumptech.glide.GlideContext
-
- isManifestParsingEnabled() - Method in class com.bumptech.glide.module.AppGlideModule
-
Returns
true
if Glide should check the AndroidManifest for
GlideModule
s.
- isMediaStoreImageUri(Uri) - Static method in class com.bumptech.glide.load.data.mediastore.MediaStoreUtil
-
- isMediaStoreUri(Uri) - Static method in class com.bumptech.glide.load.data.mediastore.MediaStoreUtil
-
- isMediaStoreVideoUri(Uri) - Static method in class com.bumptech.glide.load.data.mediastore.MediaStoreUtil
-
- isMemoryCacheable() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- isOnBackgroundThread() - Static method in class com.bumptech.glide.util.Util
-
Returns true
if called on a background thread, false
otherwise.
- isOnMainThread() - Static method in class com.bumptech.glide.util.Util
-
Returns true
if called on the main thread, false
otherwise.
- isPaused() - Method in class com.bumptech.glide.manager.RequestTracker
-
Returns true
if requests are currently paused, and false
otherwise.
- isPaused() - Method in class com.bumptech.glide.RequestManager
-
- isPrioritySet() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- isResourceCacheable(boolean, DataSource, EncodeStrategy) - Method in class com.bumptech.glide.load.engine.DiskCacheStrategy
-
Returns true if this request should cache the final transformed resource.
- isResourceEncoderAvailable(Resource<?>) - Method in class com.bumptech.glide.Registry
-
- isResourceSet() - Method in class com.bumptech.glide.request.ErrorRequestCoordinator
-
- isResourceSet() - Method in interface com.bumptech.glide.request.Request
-
Returns true if a non-placeholder resource is put.
- isResourceSet() - Method in class com.bumptech.glide.request.SingleRequest
-
- isResourceSet() - Method in class com.bumptech.glide.request.ThumbnailRequestCoordinator
-
- isRunning() - Method in class com.bumptech.glide.load.resource.gif.GifDrawable
-
- isRunning() - Method in class com.bumptech.glide.request.ErrorRequestCoordinator
-
- isRunning() - Method in interface com.bumptech.glide.request.Request
-
Returns true if this request is running and has not completed or failed.
- isRunning() - Method in class com.bumptech.glide.request.SingleRequest
-
- isRunning() - Method in class com.bumptech.glide.request.ThumbnailRequestCoordinator
-
Returns true if the full request is still running.
- isShutdown() - Method in class com.bumptech.glide.load.engine.executor.GlideExecutor
-
- isSkipMemoryCacheSet() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- isTerminated() - Method in class com.bumptech.glide.load.engine.executor.GlideExecutor
-
- isThumbnailSize(int, int) - Static method in class com.bumptech.glide.load.data.mediastore.MediaStoreUtil
-
- isTransformationAllowed() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- isTransformationRequired() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- isTransformationSet() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- isValidDimensions(int, int) - Static method in class com.bumptech.glide.util.Util
-
- isValidOverride() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- LazyBitmapDrawableResource - Class in com.bumptech.glide.load.resource.bitmap
-
- LazyHeaderFactory - Interface in com.bumptech.glide.load.model
-
An interface for lazily creating headers that allows expensive to calculate headers (oauth for
example) to be generated in the background during the first fetch.
- LazyHeaders - Class in com.bumptech.glide.load.model
-
A wrapper class for a set of headers to be included in a Glide request, allowing headers to be
constructed lazily.
- LazyHeaders.Builder - Class in com.bumptech.glide.load.model
-
Adds an
LazyHeaderFactory
that will be used to construct a value for the given
key* lazily on a background thread.
- LibraryGlideModule - Class in com.bumptech.glide.module
-
Registers a set of components to use when initializing Glide within an app when
Glide's annotation processor is used.
- LibraryGlideModule() - Constructor for class com.bumptech.glide.module.LibraryGlideModule
-
- Lifecycle - Interface in com.bumptech.glide.manager
-
An interface for listening to Activity/Fragment lifecycle events.
- LifecycleListener - Interface in com.bumptech.glide.manager
-
An interface for listener to Fragment
and Activity
lifecycle events.
- listener(RequestListener<TranscodeType>) - Method in class com.bumptech.glide.RequestBuilder
-
- ListPreloader<T> - Class in com.bumptech.glide
-
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.
- ListPreloader(RequestManager, ListPreloader.PreloadModelProvider<T>, ListPreloader.PreloadSizeProvider<T>, int) - Constructor for class com.bumptech.glide.ListPreloader
-
Constructor for
ListPreloader
that accepts interfaces for providing
the dimensions of images to preload, the list of models to preload for a given position, and
the request to use to load images.
- ListPreloader.PreloadModelProvider<U> - Interface in com.bumptech.glide
-
An implementation of PreloadModelProvider should provide all the models that should be
preloaded.
- ListPreloader.PreloadSizeProvider<T> - Interface in com.bumptech.glide
-
An implementation of PreloadSizeProvider should provide the size of the view in the list where
the resources will be displayed.
- load(GlideContext, Object, Key, int, int, Class<?>, Class<R>, Priority, DiskCacheStrategy, Map<Class<?>, Transformation<?>>, boolean, boolean, Options, boolean, boolean, boolean, boolean, ResourceCallback, Executor) - Method in class com.bumptech.glide.load.engine.Engine
-
Starts a load for the given arguments.
- load(DataRewinder<Data>, Options, int, int, DecodePath.DecodeCallback<ResourceType>) - Method in class com.bumptech.glide.load.engine.LoadPath
-
- load(Object) - Method in class com.bumptech.glide.RequestBuilder
-
Sets the specific model to load data for.
- load(Bitmap) - Method in class com.bumptech.glide.RequestBuilder
-
Returns an object to load the given Bitmap
.
- load(Drawable) - Method in class com.bumptech.glide.RequestBuilder
-
Returns a request builder to load the given Drawable
.
- load(String) - Method in class com.bumptech.glide.RequestBuilder
-
Returns a request builder to load the given String
.
- load(Uri) - Method in class com.bumptech.glide.RequestBuilder
-
Returns a request builder to load the given Uri
.
- load(File) - Method in class com.bumptech.glide.RequestBuilder
-
Returns a request builder to load the given File
.
- load(Integer) - Method in class com.bumptech.glide.RequestBuilder
-
Returns a request builder that uses the
ModelLoaderFactory
currently registered or
Integer
to load the image represented by the given
Integer
resource id.
- load(URL) - Method in class com.bumptech.glide.RequestBuilder
-
- load(byte[]) - Method in class com.bumptech.glide.RequestBuilder
-
Returns a request to load the given byte array.
- load(Bitmap) - Method in class com.bumptech.glide.RequestManager
-
- load(Drawable) - Method in class com.bumptech.glide.RequestManager
-
- load(String) - Method in class com.bumptech.glide.RequestManager
-
- load(Uri) - Method in class com.bumptech.glide.RequestManager
-
- load(File) - Method in class com.bumptech.glide.RequestManager
-
- load(Integer) - Method in class com.bumptech.glide.RequestManager
-
- load(URL) - Method in class com.bumptech.glide.RequestManager
-
Deprecated.
- load(byte[]) - Method in class com.bumptech.glide.RequestManager
-
- load(Object) - Method in class com.bumptech.glide.RequestManager
-
- loadData(Priority, DataFetcher.DataCallback<? super InputStream>) - Method in class com.bumptech.glide.integration.okhttp.OkHttpStreamFetcher
-
Deprecated.
- loadData(Priority, DataFetcher.DataCallback<? super InputStream>) - Method in class com.bumptech.glide.integration.okhttp3.OkHttpStreamFetcher
-
- loadData(Priority, DataFetcher.DataCallback<? super InputStream>) - Method in class com.bumptech.glide.integration.volley.VolleyStreamFetcher
-
- loadData(Priority, DataFetcher.DataCallback<? super T>) - Method in class com.bumptech.glide.load.data.AssetPathFetcher
-
- loadData(Priority, DataFetcher.DataCallback<? super T>) - Method in interface com.bumptech.glide.load.data.DataFetcher
-
Fetch data from which a resource can be decoded.
- loadData(Priority, DataFetcher.DataCallback<? super InputStream>) - Method in class com.bumptech.glide.load.data.HttpUrlFetcher
-
- loadData(Priority, DataFetcher.DataCallback<? super T>) - Method in class com.bumptech.glide.load.data.LocalUriFetcher
-
- loadData(Priority, DataFetcher.DataCallback<? super InputStream>) - Method in class com.bumptech.glide.load.data.mediastore.ThumbFetcher
-
- LoadData(Key, DataFetcher<Data>) - Constructor for class com.bumptech.glide.load.model.ModelLoader.LoadData
-
- LoadData(Key, List<Key>, DataFetcher<Data>) - Constructor for class com.bumptech.glide.load.model.ModelLoader.LoadData
-
- LoadPath<Data,ResourceType,Transcode> - Class in com.bumptech.glide.load.engine
-
For a given
DataFetcher
for a given data class, attempts to
fetch the data and then run it through one or more
DecodePath
s.
- LoadPath(Class<Data>, Class<ResourceType>, Class<Transcode>, List<DecodePath<Data, ResourceType, Transcode>>, Pools.Pool<List<Throwable>>) - Constructor for class com.bumptech.glide.load.engine.LoadPath
-
- LoadPathCache - Class in com.bumptech.glide.provider
-
Maintains a cache of data, resource, and transcode classes to available
LoadPath
s capable of decoding with the requested types.
- LoadPathCache() - Constructor for class com.bumptech.glide.provider.LoadPathCache
-
- loadResource(Uri, ContentResolver) - Method in class com.bumptech.glide.load.data.AssetFileDescriptorLocalUriFetcher
-
- loadResource(AssetManager, String) - Method in class com.bumptech.glide.load.data.AssetPathFetcher
-
Opens the given asset path with the given AssetManager
and returns
the concrete data type returned by the AssetManager.
- loadResource(AssetManager, String) - Method in class com.bumptech.glide.load.data.FileDescriptorAssetPathFetcher
-
- loadResource(Uri, ContentResolver) - Method in class com.bumptech.glide.load.data.FileDescriptorLocalUriFetcher
-
- loadResource(Uri, ContentResolver) - Method in class com.bumptech.glide.load.data.LocalUriFetcher
-
Returns a concrete data type from the given Uri
using the given ContentResolver
.
- loadResource(AssetManager, String) - Method in class com.bumptech.glide.load.data.StreamAssetPathFetcher
-
- loadResource(Uri, ContentResolver) - Method in class com.bumptech.glide.load.data.StreamLocalUriFetcher
-
- LocalUriFetcher<T> - Class in com.bumptech.glide.load.data
-
A DataFetcher that uses an ContentResolver
to load data from a Uri
pointing to a local resource.
- LocalUriFetcher(ContentResolver, Uri) - Constructor for class com.bumptech.glide.load.data.LocalUriFetcher
-
Opens an input stream for a uri pointing to a local asset.
- lock() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
Throws if any further mutations are attempted.
- LOG - Static variable in interface com.bumptech.glide.load.engine.executor.GlideExecutor.UncaughtThrowableStrategy
-
- logBitmap(Bitmap) - Method in class com.bumptech.glide.load.engine.bitmap_recycle.SizeConfigStrategy
-
- logBitmap(int, int, Bitmap.Config) - Method in class com.bumptech.glide.load.engine.bitmap_recycle.SizeConfigStrategy
-
- logRootCauses(String) - Method in exception com.bumptech.glide.load.engine.GlideException
-
Logs all root causes using the given tag.
- LogTime - Class in com.bumptech.glide.util
-
A class for logging elapsed real time in millis.
- LOOP_FOREVER - Static variable in class com.bumptech.glide.load.resource.gif.GifDrawable
-
A constant indicating that an animated drawable should loop continuously.
- LOOP_INTRINSIC - Static variable in class com.bumptech.glide.load.resource.gif.GifDrawable
-
A constant indicating that an animated drawable should loop for its default number of times.
- LruArrayPool - Class in com.bumptech.glide.load.engine.bitmap_recycle
-
A fixed size Array Pool that evicts arrays using an LRU strategy to keep the pool under
the maximum byte size.
- LruArrayPool() - Constructor for class com.bumptech.glide.load.engine.bitmap_recycle.LruArrayPool
-
- LruArrayPool(int) - Constructor for class com.bumptech.glide.load.engine.bitmap_recycle.LruArrayPool
-
Constructor for a new pool.
- LruBitmapPool - Class in com.bumptech.glide.load.engine.bitmap_recycle
-
An
BitmapPool
implementation that uses an
LruPoolStrategy
to bucket
Bitmap
s
and then uses an LRU eviction policy to evict
Bitmap
s from the least
recently used bucket in order to keep the pool below a given maximum size limit.
- LruBitmapPool(long) - Constructor for class com.bumptech.glide.load.engine.bitmap_recycle.LruBitmapPool
-
Constructor for LruBitmapPool.
- LruBitmapPool(long, Set<Bitmap.Config>) - Constructor for class com.bumptech.glide.load.engine.bitmap_recycle.LruBitmapPool
-
Constructor for LruBitmapPool.
- LruCache<T,Y> - Class in com.bumptech.glide.util
-
A general purpose size limited cache that evicts items using an LRU algorithm.
- LruCache(long) - Constructor for class com.bumptech.glide.util.LruCache
-
Constructor for LruCache.
- LruResourceCache - Class in com.bumptech.glide.load.engine.cache
-
- LruResourceCache(long) - Constructor for class com.bumptech.glide.load.engine.cache.LruResourceCache
-
Constructor for LruResourceCache.
- ObjectKey - Class in com.bumptech.glide.signature
-
- ObjectKey(Object) - Constructor for class com.bumptech.glide.signature.ObjectKey
-
- obtain(int, int, Bitmap.Config) - Method in interface com.bumptech.glide.gifdecoder.GifDecoder.BitmapProvider
-
Returns an Bitmap
with exactly the given dimensions and config.
- obtain(Bitmap, BitmapPool) - Static method in class com.bumptech.glide.load.resource.bitmap.BitmapResource
-
Returns a new
BitmapResource
wrapping the given
Bitmap
if the Bitmap is
non-null or null if the given Bitmap is null.
- obtain(Context, Bitmap) - Static method in class com.bumptech.glide.load.resource.bitmap.LazyBitmapDrawableResource
-
- obtain(Resources, BitmapPool, Bitmap) - Static method in class com.bumptech.glide.load.resource.bitmap.LazyBitmapDrawableResource
-
- obtain(Resources, Resource<Bitmap>) - Static method in class com.bumptech.glide.load.resource.bitmap.LazyBitmapDrawableResource
-
- obtain(int, int, Bitmap.Config) - Method in class com.bumptech.glide.load.resource.gif.GifBitmapProvider
-
- obtain(Context, GlideContext, Object, Class<R>, BaseRequestOptions<?>, int, int, Priority, Target<R>, RequestListener<R>, List<RequestListener<R>>, RequestCoordinator, Engine, TransitionFactory<? super R>, Executor) - Static method in class com.bumptech.glide.request.SingleRequest
-
- obtain(RequestManager, int, int) - Static method in class com.bumptech.glide.request.target.PreloadTarget
-
Returns a PreloadTarget.
- obtain(Context) - Static method in class com.bumptech.glide.signature.ApplicationVersionSignature
-
Returns the signature
Key
for version code of the Application
of the given Context.
- obtain() - Static method in class com.bumptech.glide.signature.EmptySignature
-
- obtain(InputStream, String) - Static method in class com.bumptech.glide.util.ContentLengthInputStream
-
- obtain(InputStream, long) - Static method in class com.bumptech.glide.util.ContentLengthInputStream
-
- obtain(InputStream) - Static method in class com.bumptech.glide.util.ExceptionCatchingInputStream
-
- obtainByteArray(int) - Method in interface com.bumptech.glide.gifdecoder.GifDecoder.BitmapProvider
-
Returns a byte array used for decoding and generating the frame bitmap.
- obtainByteArray(int) - Method in class com.bumptech.glide.load.resource.gif.GifBitmapProvider
-
- obtainIntArray(int) - Method in interface com.bumptech.glide.gifdecoder.GifDecoder.BitmapProvider
-
Returns an int array used for decoding/generating the frame bitmaps.
- obtainIntArray(int) - Method in class com.bumptech.glide.load.resource.gif.GifBitmapProvider
-
- OkHttpGlideModule - Class in com.bumptech.glide.integration.okhttp
-
- OkHttpGlideModule() - Constructor for class com.bumptech.glide.integration.okhttp.OkHttpGlideModule
-
Deprecated.
- OkHttpGlideModule - Class in com.bumptech.glide.integration.okhttp3
-
- OkHttpGlideModule() - Constructor for class com.bumptech.glide.integration.okhttp3.OkHttpGlideModule
-
Deprecated.
- OkHttpLibraryGlideModule - Class in com.bumptech.glide.integration.okhttp
-
- OkHttpLibraryGlideModule() - Constructor for class com.bumptech.glide.integration.okhttp.OkHttpLibraryGlideModule
-
Deprecated.
- OkHttpLibraryGlideModule - Class in com.bumptech.glide.integration.okhttp3
-
Registers OkHttp related classes via Glide's annotation processor.
- OkHttpLibraryGlideModule() - Constructor for class com.bumptech.glide.integration.okhttp3.OkHttpLibraryGlideModule
-
- OkHttpStreamFetcher - Class in com.bumptech.glide.integration.okhttp
-
- OkHttpStreamFetcher(OkHttpClient, GlideUrl) - Constructor for class com.bumptech.glide.integration.okhttp.OkHttpStreamFetcher
-
Deprecated.
- OkHttpStreamFetcher - Class in com.bumptech.glide.integration.okhttp3
-
Fetches an InputStream
using the okhttp library.
- OkHttpStreamFetcher(Call.Factory, GlideUrl) - Constructor for class com.bumptech.glide.integration.okhttp3.OkHttpStreamFetcher
-
- OkHttpUrlLoader - Class in com.bumptech.glide.integration.okhttp
-
- OkHttpUrlLoader(OkHttpClient) - Constructor for class com.bumptech.glide.integration.okhttp.OkHttpUrlLoader
-
Deprecated.
- OkHttpUrlLoader - Class in com.bumptech.glide.integration.okhttp3
-
A simple model loader for fetching media over http/https using OkHttp.
- OkHttpUrlLoader(Call.Factory) - Constructor for class com.bumptech.glide.integration.okhttp3.OkHttpUrlLoader
-
- OkHttpUrlLoader.Factory - Class in com.bumptech.glide.integration.okhttp
-
Deprecated.
- OkHttpUrlLoader.Factory - Class in com.bumptech.glide.integration.okhttp3
-
- onAttach(Activity) - Method in class com.bumptech.glide.manager.RequestManagerFragment
-
Deprecated.
- onAttach(Context) - Method in class com.bumptech.glide.manager.SupportRequestManagerFragment
-
- onBoundsChange(Rect) - Method in class com.bumptech.glide.load.resource.gif.GifDrawable
-
- onConfigurationChanged(Configuration) - Method in class com.bumptech.glide.Glide
-
- onConnectivityChanged(boolean) - Method in interface com.bumptech.glide.manager.ConnectivityMonitor.ConnectivityListener
-
Called when the connectivity state changes.
- onDataReady(T) - Method in interface com.bumptech.glide.load.data.DataFetcher.DataCallback
-
Called with the loaded data if the load succeeded, or with null
if the load failed.
- onDecodeComplete(BitmapPool, Bitmap) - Method in interface com.bumptech.glide.load.resource.bitmap.Downsampler.DecodeCallbacks
-
- onDestroy() - Method in interface com.bumptech.glide.manager.LifecycleListener
-
Callback for when Fragment.onDestroy()
} or Activity.onDestroy()
is called.
- onDestroy() - Method in class com.bumptech.glide.manager.RequestManagerFragment
-
Deprecated.
- onDestroy() - Method in class com.bumptech.glide.manager.SupportRequestManagerFragment
-
- onDestroy() - Method in class com.bumptech.glide.manager.TargetTracker
-
- onDestroy() - Method in class com.bumptech.glide.request.RequestFutureTarget
-
- onDestroy() - Method in class com.bumptech.glide.request.target.BaseTarget
-
Deprecated.
- onDestroy() - Method in class com.bumptech.glide.request.target.CustomTarget
-
- onDestroy() - Method in class com.bumptech.glide.request.target.CustomViewTarget
-
- onDestroy() - Method in class com.bumptech.glide.RequestManager
-
Lifecycle callback that cancels all in progress requests and clears and recycles resources for
all completed requests.
- onDetach() - Method in class com.bumptech.glide.manager.RequestManagerFragment
-
Deprecated.
- onDetach() - Method in class com.bumptech.glide.manager.SupportRequestManagerFragment
-
- onEngineJobCancelled(EngineJob<?>, Key) - Method in class com.bumptech.glide.load.engine.Engine
-
- onEngineJobComplete(EngineJob<?>, Key, EngineResource<?>) - Method in class com.bumptech.glide.load.engine.Engine
-
- onFailure(Call, IOException) - Method in class com.bumptech.glide.integration.okhttp3.OkHttpStreamFetcher
-
- onFrameReady() - Method in class com.bumptech.glide.load.resource.gif.GifDrawable
-
- onItemEvicted(Key, Resource<?>) - Method in class com.bumptech.glide.load.engine.cache.LruResourceCache
-
- onItemEvicted(T, Y) - Method in class com.bumptech.glide.util.LruCache
-
A callback called whenever an item is evicted from the cache.
- onLoadCleared(Drawable) - Method in class com.bumptech.glide.request.RequestFutureTarget
-
A callback that should never be invoked directly.
- onLoadCleared(Drawable) - Method in class com.bumptech.glide.request.target.BaseTarget
-
Deprecated.
- onLoadCleared(Drawable) - Method in class com.bumptech.glide.request.target.CustomViewTarget
-
- onLoadCleared(Drawable) - Method in class com.bumptech.glide.request.target.ImageViewTarget
-
Sets the given Drawable
on the view using ImageView.setImageDrawable(android.graphics.drawable.Drawable)
.
- onLoadCleared(Drawable) - Method in interface com.bumptech.glide.request.target.Target
-
A mandatory lifecycle callback that is called when a load is cancelled and its resources
are freed.
- onLoadCleared(Drawable) - Method in class com.bumptech.glide.request.target.ViewTarget
-
Deprecated.
- onLoadFailed(Exception) - Method in interface com.bumptech.glide.load.data.DataFetcher.DataCallback
-
Called when the load fails.
- onLoadFailed(Drawable) - Method in class com.bumptech.glide.request.RequestFutureTarget
-
A callback that should never be invoked directly.
- onLoadFailed(GlideException, Object, Target<R>, boolean) - Method in class com.bumptech.glide.request.RequestFutureTarget
-
- onLoadFailed(GlideException, Object, Target<R>, boolean) - Method in interface com.bumptech.glide.request.RequestListener
-
- onLoadFailed(GlideException) - Method in interface com.bumptech.glide.request.ResourceCallback
-
Called when a resource fails to load successfully.
- onLoadFailed(GlideException) - Method in class com.bumptech.glide.request.SingleRequest
-
A callback method that should never be invoked directly.
- onLoadFailed(Drawable) - Method in class com.bumptech.glide.request.target.BaseTarget
-
Deprecated.
- onLoadFailed(Drawable) - Method in class com.bumptech.glide.request.target.CustomTarget
-
- onLoadFailed(Drawable) - Method in class com.bumptech.glide.request.target.ImageViewTarget
-
Sets the given Drawable
on the view using ImageView.setImageDrawable(android.graphics.drawable.Drawable)
.
- onLoadFailed(Drawable) - Method in interface com.bumptech.glide.request.target.Target
-
A mandatory lifecycle callback that is called when a load fails.
- onLoadStarted(Drawable) - Method in class com.bumptech.glide.request.RequestFutureTarget
-
A callback that should never be invoked directly.
- onLoadStarted(Drawable) - Method in class com.bumptech.glide.request.target.BaseTarget
-
Deprecated.
- onLoadStarted(Drawable) - Method in class com.bumptech.glide.request.target.CustomTarget
-
- onLoadStarted(Drawable) - Method in class com.bumptech.glide.request.target.CustomViewTarget
-
- onLoadStarted(Drawable) - Method in class com.bumptech.glide.request.target.ImageViewTarget
-
Sets the given Drawable
on the view using ImageView.setImageDrawable(android.graphics.drawable.Drawable)
.
- onLoadStarted(Drawable) - Method in interface com.bumptech.glide.request.target.Target
-
A lifecycle callback that is called when a load is started.
- onLoadStarted(Drawable) - Method in class com.bumptech.glide.request.target.ViewTarget
-
Deprecated.
- onLowMemory() - Method in class com.bumptech.glide.Glide
-
- onlyRetrieveFromCache(boolean) - Method in class com.bumptech.glide.request.BaseRequestOptions
-
If set to true, will only load an item if found in the cache, and will not fetch from source.
- onObtainBounds() - Method in interface com.bumptech.glide.load.resource.bitmap.Downsampler.DecodeCallbacks
-
- onRequestFailed(Request) - Method in class com.bumptech.glide.request.ErrorRequestCoordinator
-
- onRequestFailed(Request) - Method in interface com.bumptech.glide.request.RequestCoordinator
-
Must be called when a
Request
coordinated by this object fails.
- onRequestFailed(Request) - Method in class com.bumptech.glide.request.ThumbnailRequestCoordinator
-
- onRequestSuccess(Request) - Method in class com.bumptech.glide.request.ErrorRequestCoordinator
-
- onRequestSuccess(Request) - Method in interface com.bumptech.glide.request.RequestCoordinator
-
Must be called when a
Request
coordinated by this object completes successfully.
- onRequestSuccess(Request) - Method in class com.bumptech.glide.request.ThumbnailRequestCoordinator
-
- onResourceCleared(Drawable) - Method in class com.bumptech.glide.request.target.CustomViewTarget
-
A required callback invoked when the resource is no longer valid and must be freed.
- onResourceLoading(Drawable) - Method in class com.bumptech.glide.request.target.CustomViewTarget
-
An optional callback invoked when a resource load is started.
- onResourceReady(R, Transition<? super R>) - Method in class com.bumptech.glide.request.RequestFutureTarget
-
A callback that should never be invoked directly.
- onResourceReady(R, Object, Target<R>, DataSource, boolean) - Method in class com.bumptech.glide.request.RequestFutureTarget
-
- onResourceReady(R, Object, Target<R>, DataSource, boolean) - Method in interface com.bumptech.glide.request.RequestListener
-
- onResourceReady(Resource<?>, DataSource) - Method in interface com.bumptech.glide.request.ResourceCallback
-
Called when a resource is successfully loaded.
- onResourceReady(Resource<?>, DataSource) - Method in class com.bumptech.glide.request.SingleRequest
-
A callback method that should never be invoked directly.
- onResourceReady(Bitmap, Transition<? super Bitmap>) - Method in class com.bumptech.glide.request.target.AppWidgetTarget
-
- onResourceReady(Z, Transition<? super Z>) - Method in class com.bumptech.glide.request.target.ImageViewTarget
-
- onResourceReady(Bitmap, Transition<? super Bitmap>) - Method in class com.bumptech.glide.request.target.NotificationTarget
-
- onResourceReady(Z, Transition<? super Z>) - Method in class com.bumptech.glide.request.target.PreloadTarget
-
- onResourceReady(R, Transition<? super R>) - Method in interface com.bumptech.glide.request.target.Target
-
The method that will be called when the resource load has finished.
- onResourceReleased(Key, EngineResource<?>) - Method in class com.bumptech.glide.load.engine.Engine
-
- onResourceRemoved(Resource<?>) - Method in interface com.bumptech.glide.load.engine.cache.MemoryCache.ResourceRemovedListener
-
- onResourceRemoved(Resource<?>) - Method in class com.bumptech.glide.load.engine.Engine
-
- onResponse(Call, Response) - Method in class com.bumptech.glide.integration.okhttp3.OkHttpStreamFetcher
-
- onScroll(AbsListView, int, int, int) - Method in class com.bumptech.glide.ListPreloader
-
- onScrolled(RecyclerView, int, int) - Method in class com.bumptech.glide.integration.recyclerview.RecyclerToListViewScrollListener
-
- onScrolled(RecyclerView, int, int) - Method in class com.bumptech.glide.integration.recyclerview.RecyclerViewPreloader
-
- onScrollStateChanged(RecyclerView, int) - Method in class com.bumptech.glide.integration.recyclerview.RecyclerToListViewScrollListener
-
- onScrollStateChanged(AbsListView, int) - Method in class com.bumptech.glide.ListPreloader
-
- onSizeReady(int, int) - Method in class com.bumptech.glide.request.SingleRequest
-
A callback method that should never be invoked directly.
- onSizeReady(int, int) - Method in interface com.bumptech.glide.request.target.SizeReadyCallback
-
A callback called on the main thread.
- onSizeReady(int, int) - Method in class com.bumptech.glide.util.ViewPreloadSizeProvider
-
- onStart() - Method in interface com.bumptech.glide.manager.LifecycleListener
-
Callback for when Fragment.onStart()
} or Activity.onStart()
is called.
- onStart() - Method in class com.bumptech.glide.manager.RequestManagerFragment
-
Deprecated.
- onStart() - Method in class com.bumptech.glide.manager.SupportRequestManagerFragment
-
- onStart() - Method in class com.bumptech.glide.manager.TargetTracker
-
- onStart() - Method in class com.bumptech.glide.request.RequestFutureTarget
-
- onStart() - Method in class com.bumptech.glide.request.target.BaseTarget
-
Deprecated.
- onStart() - Method in class com.bumptech.glide.request.target.CustomTarget
-
- onStart() - Method in class com.bumptech.glide.request.target.CustomViewTarget
-
- onStart() - Method in class com.bumptech.glide.request.target.ImageViewTarget
-
- onStart() - Method in class com.bumptech.glide.RequestManager
-
Lifecycle callback that registers for connectivity events (if the
android.permission.ACCESS_NETWORK_STATE permission is present) and restarts failed or paused
requests.
- onStop() - Method in interface com.bumptech.glide.manager.LifecycleListener
-
Callback for when Fragment.onStop()
} or Activity.onStop()
} is called.
- onStop() - Method in class com.bumptech.glide.manager.RequestManagerFragment
-
Deprecated.
- onStop() - Method in class com.bumptech.glide.manager.SupportRequestManagerFragment
-
- onStop() - Method in class com.bumptech.glide.manager.TargetTracker
-
- onStop() - Method in class com.bumptech.glide.request.RequestFutureTarget
-
- onStop() - Method in class com.bumptech.glide.request.target.BaseTarget
-
Deprecated.
- onStop() - Method in class com.bumptech.glide.request.target.CustomTarget
-
- onStop() - Method in class com.bumptech.glide.request.target.CustomViewTarget
-
- onStop() - Method in class com.bumptech.glide.request.target.ImageViewTarget
-
- onStop() - Method in class com.bumptech.glide.RequestManager
-
Lifecycle callback that unregisters for connectivity events (if the
android.permission.ACCESS_NETWORK_STATE permission is present) and pauses in progress loads.
- onTrimMemory(int) - Method in class com.bumptech.glide.Glide
-
- open(File, int, int, long) - Static method in class com.bumptech.glide.disklrucache.DiskLruCache
-
Opens the cache in directory
, creating a cache if none exists
there.
- open(File) - Method in interface com.bumptech.glide.load.model.FileLoader.FileOpener
-
- Option<T> - Class in com.bumptech.glide.load
-
Defines available component (decoders, encoders, model loaders etc.) options with optional
default values and the ability to affect the resource disk cache key used by
DiskCacheStrategy.RESOURCE
.
- OPTION - Static variable in class com.bumptech.glide.load.resource.bitmap.DownsampleStrategy
-
Indicates the
DownsampleStrategy
option that
will be used to calculate the sample size to use to downsample an image given the original
and target dimensions of the image.
- option(Option<T>, T) - Static method in class com.bumptech.glide.request.RequestOptions
-
- Option.CacheKeyUpdater<T> - Interface in com.bumptech.glide.load
-
An interface that updates a MessageDigest
with the given value as part of a process to
generate a disk cache key.
- optionalCenterCrop() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
Applies
CenterCrop
to all default types, and
ignores unknown types.
- optionalCenterInside() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- optionalCircleCrop() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
Applies
CircleCrop
to all default types, and ignores unknown types.
- optionalFitCenter() - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- optionalTransform(Transformation<Bitmap>) - Method in class com.bumptech.glide.request.BaseRequestOptions
-
Applies the given
Transformation
for
Bitmaps
to the default types (
Bitmap
,
BitmapDrawable
, and
GifDrawable
) and ignores unknown types.
- optionalTransform(Class<Y>, Transformation<Y>) - Method in class com.bumptech.glide.request.BaseRequestOptions
-
Applies the given
Transformation
for any decoded resource of
the given type and allows unknown resource types to be ignored.
- Options - Class in com.bumptech.glide.load
-
A set of
Options
to apply to in memory and disk cache keys.
- Options() - Constructor for class com.bumptech.glide.load.Options
-
- override(int, int) - Method in class com.bumptech.glide.request.BaseRequestOptions
-
Overrides the
Target
's width and height with the
given values.
- override(int) - Method in class com.bumptech.glide.request.BaseRequestOptions
-
Overrides the
Target
's width and height with the
given size.
- OVERRIDE_EXTEND - Static variable in annotation type com.bumptech.glide.annotation.GlideOption
-
Expects to call super and then add additional functionality to an overridden method.
- OVERRIDE_NONE - Static variable in annotation type com.bumptech.glide.annotation.GlideOption
-
Does not intend to override a method in a super class.
- OVERRIDE_REPLACE - Static variable in annotation type com.bumptech.glide.annotation.GlideOption
-
Expects to not call super and replace an overridden method.
- overrideOf(int, int) - Static method in class com.bumptech.glide.request.RequestOptions
-
- overrideOf(int) - Static method in class com.bumptech.glide.request.RequestOptions
-
- read(InputStream, int) - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
Reads GIF image from stream.
- read(byte[]) - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
Reads GIF image from byte array.
- read(InputStream, int) - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- read(byte[]) - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- read() - Method in class com.bumptech.glide.load.data.ExifOrientationStream
-
- read(byte[], int, int) - Method in class com.bumptech.glide.load.data.ExifOrientationStream
-
- read() - Method in class com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream
-
Reads a single byte from this stream and returns it as an integer in the range from 0 to 255.
- read(byte[], int, int) - Method in class com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream
-
Reads at most byteCount
bytes from this stream and stores them in byte array buffer
starting at offset offset
.
- read() - Method in class com.bumptech.glide.util.ContentLengthInputStream
-
- read(byte[]) - Method in class com.bumptech.glide.util.ContentLengthInputStream
-
- read(byte[], int, int) - Method in class com.bumptech.glide.util.ContentLengthInputStream
-
- read(byte[]) - Method in class com.bumptech.glide.util.ExceptionCatchingInputStream
-
- read(byte[], int, int) - Method in class com.bumptech.glide.util.ExceptionCatchingInputStream
-
- read() - Method in class com.bumptech.glide.util.ExceptionCatchingInputStream
-
- read() - Method in class com.bumptech.glide.util.MarkEnforcingInputStream
-
- read(byte[], int, int) - Method in class com.bumptech.glide.util.MarkEnforcingInputStream
-
- RecyclableBufferedInputStream - Class in com.bumptech.glide.load.resource.bitmap
-
Wraps an existing InputStream
and buffers the input.
- RecyclableBufferedInputStream(InputStream, ArrayPool) - Constructor for class com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream
-
- recycle() - Method in interface com.bumptech.glide.load.engine.Resource
-
Cleans up and recycles internal resources.
- recycle() - Method in class com.bumptech.glide.load.resource.bitmap.BitmapDrawableResource
-
- recycle() - Method in class com.bumptech.glide.load.resource.bitmap.BitmapResource
-
- recycle() - Method in class com.bumptech.glide.load.resource.bitmap.LazyBitmapDrawableResource
-
- recycle() - Method in class com.bumptech.glide.load.resource.bytes.BytesResource
-
- recycle() - Method in class com.bumptech.glide.load.resource.gif.GifDrawable
-
Clears any resources for loading frames that are currently held on to by this object.
- recycle() - Method in class com.bumptech.glide.load.resource.gif.GifDrawableResource
-
- recycle() - Method in class com.bumptech.glide.load.resource.SimpleResource
-
- recycle() - Method in class com.bumptech.glide.request.ErrorRequestCoordinator
-
- recycle() - Method in interface com.bumptech.glide.request.Request
-
Recycles the request object and releases its resources.
- recycle() - Method in class com.bumptech.glide.request.SingleRequest
-
- recycle() - Method in class com.bumptech.glide.request.ThumbnailRequestCoordinator
-
- RecyclerToListViewScrollListener - Class in com.bumptech.glide.integration.recyclerview
-
Converts RecyclerView.OnScrollListener
events to
AbsListView
scroll events.
- RecyclerToListViewScrollListener(AbsListView.OnScrollListener) - Constructor for class com.bumptech.glide.integration.recyclerview.RecyclerToListViewScrollListener
-
- RecyclerViewPreloader<T> - Class in com.bumptech.glide.integration.recyclerview
-
Loads a few resources ahead in the direction of scrolling in any RecyclerView
so that
images are in the memory cache just before the corresponding view in created in the list.
- RecyclerViewPreloader(Activity, ListPreloader.PreloadModelProvider<T>, ListPreloader.PreloadSizeProvider<T>, int) - Constructor for class com.bumptech.glide.integration.recyclerview.RecyclerViewPreloader
-
Helper constructor that accepts an Activity
.
- RecyclerViewPreloader(FragmentActivity, ListPreloader.PreloadModelProvider<T>, ListPreloader.PreloadSizeProvider<T>, int) - Constructor for class com.bumptech.glide.integration.recyclerview.RecyclerViewPreloader
-
Helper constructor that accepts an FragmentActivity
.
- RecyclerViewPreloader(Fragment, ListPreloader.PreloadModelProvider<T>, ListPreloader.PreloadSizeProvider<T>, int) - Constructor for class com.bumptech.glide.integration.recyclerview.RecyclerViewPreloader
-
Helper constructor that accepts an Fragment
.
- RecyclerViewPreloader(Fragment, ListPreloader.PreloadModelProvider<T>, ListPreloader.PreloadSizeProvider<T>, int) - Constructor for class com.bumptech.glide.integration.recyclerview.RecyclerViewPreloader
-
- RecyclerViewPreloader(RequestManager, ListPreloader.PreloadModelProvider<T>, ListPreloader.PreloadSizeProvider<T>, int) - Constructor for class com.bumptech.glide.integration.recyclerview.RecyclerViewPreloader
-
Constructor that accepts interfaces for providing the dimensions of images to preload, the list
of models to preload for a given position, and the request to use to load images.
- ReEncodingGifResourceEncoder - Class in com.bumptech.glide.integration.gifencoder
-
- ReEncodingGifResourceEncoder(Context, BitmapPool) - Constructor for class com.bumptech.glide.integration.gifencoder.ReEncodingGifResourceEncoder
-
- register(DataRewinder.Factory<?>) - Method in class com.bumptech.glide.load.data.DataRewinderRegistry
-
- register(Class<Z>, Class<R>, ResourceTranscoder<Z, R>) - Method in class com.bumptech.glide.load.resource.transcode.TranscoderRegistry
-
Registers the given
ResourceTranscoder
using
the given classes so it can later be retrieved using the given classes.
- register(Class<Data>, Encoder<Data>) - Method in class com.bumptech.glide.Registry
-
- register(Class<TResource>, ResourceEncoder<TResource>) - Method in class com.bumptech.glide.Registry
-
- register(DataRewinder.Factory<?>) - Method in class com.bumptech.glide.Registry
-
Registers a new
DataRewinder.Factory
to handle a
non-default data type that can be rewind to allow for efficient reads of file headers.
- register(Class<TResource>, Class<Transcode>, ResourceTranscoder<TResource, Transcode>) - Method in class com.bumptech.glide.Registry
-
Registers the given
ResourceTranscoder
to convert from the given resource
Class
to the given transcode
Class
.
- register(ImageHeaderParser) - Method in class com.bumptech.glide.Registry
-
Registers a new
ImageHeaderParser
that can obtain some basic metadata from an image
header (orientation, type etc).
- registerAnimationCallback(Animatable2Compat.AnimationCallback) - Method in class com.bumptech.glide.load.resource.gif.GifDrawable
-
- registerComponents(Context, Glide, Registry) - Method in class com.bumptech.glide.integration.okhttp.OkHttpGlideModule
-
Deprecated.
- registerComponents(Context, Glide, Registry) - Method in class com.bumptech.glide.integration.okhttp.OkHttpLibraryGlideModule
-
Deprecated.
- registerComponents(Context, Glide, Registry) - Method in class com.bumptech.glide.integration.okhttp3.OkHttpGlideModule
-
Deprecated.
- registerComponents(Context, Glide, Registry) - Method in class com.bumptech.glide.integration.okhttp3.OkHttpLibraryGlideModule
-
- registerComponents(Context, Glide, Registry) - Method in class com.bumptech.glide.integration.volley.VolleyGlideModule
-
Deprecated.
- registerComponents(Context, Glide, Registry) - Method in class com.bumptech.glide.integration.volley.VolleyLibraryGlideModule
-
- registerComponents(Context, Glide, Registry) - Method in class com.bumptech.glide.module.LibraryGlideModule
-
- Registry - Class in com.bumptech.glide
-
Manages component registration to extend or replace Glide's default loading, decoding, and
encoding logic.
- Registry() - Constructor for class com.bumptech.glide.Registry
-
- Registry.MissingComponentException - Exception in com.bumptech.glide
-
Thrown when some necessary component is missing for a load.
- Registry.NoImageHeaderParserException - Exception in com.bumptech.glide
-
- Registry.NoModelLoaderAvailableException - Exception in com.bumptech.glide
-
Thrown when no
ModelLoader
is registered for a given
model class.
- Registry.NoResultEncoderAvailableException - Exception in com.bumptech.glide
-
- Registry.NoSourceEncoderAvailableException - Exception in com.bumptech.glide
-
Thrown when no
Encoder
is registered for a given data class.
- release(Bitmap) - Method in interface com.bumptech.glide.gifdecoder.GifDecoder.BitmapProvider
-
Releases the given Bitmap back to the pool.
- release(byte[]) - Method in interface com.bumptech.glide.gifdecoder.GifDecoder.BitmapProvider
-
Releases the given byte array back to the pool.
- release(int[]) - Method in interface com.bumptech.glide.gifdecoder.GifDecoder.BitmapProvider
-
Release the given array back to the pool.
- release(Resource<?>) - Method in class com.bumptech.glide.load.engine.Engine
-
- release() - Method in class com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream
-
- release(Bitmap) - Method in class com.bumptech.glide.load.resource.gif.GifBitmapProvider
-
- release(byte[]) - Method in class com.bumptech.glide.load.resource.gif.GifBitmapProvider
-
- release(int[]) - Method in class com.bumptech.glide.load.resource.gif.GifBitmapProvider
-
- release() - Method in class com.bumptech.glide.util.ExceptionCatchingInputStream
-
- remove(String) - Method in class com.bumptech.glide.disklrucache.DiskLruCache
-
Drops the entry for key
if it exists and can be removed.
- remove(Key) - Method in interface com.bumptech.glide.load.engine.cache.MemoryCache
-
Removes the value for the given key and returns it if present or null otherwise.
- remove(Key) - Method in class com.bumptech.glide.load.engine.cache.MemoryCacheAdapter
-
- remove(Class<Model>, Class<Data>) - Method in class com.bumptech.glide.load.model.ModelLoaderRegistry
-
- remove(T) - Method in class com.bumptech.glide.util.LruCache
-
Removes the item at the given key and returns the removed item if present, and null otherwise.
- removeAt(int) - Method in class com.bumptech.glide.util.CachedHashCodeArrayMap
-
- removeCallback(SizeReadyCallback) - Method in class com.bumptech.glide.request.RequestFutureTarget
-
- removeCallback(SizeReadyCallback) - Method in class com.bumptech.glide.request.target.CustomTarget
-
- removeCallback(SizeReadyCallback) - Method in class com.bumptech.glide.request.target.CustomViewTarget
-
- removeCallback(SizeReadyCallback) - Method in class com.bumptech.glide.request.target.SimpleTarget
-
Deprecated.
- removeCallback(SizeReadyCallback) - Method in interface com.bumptech.glide.request.target.Target
-
Removes the given callback from the pending set if it's still retained.
- removeCallback(SizeReadyCallback) - Method in class com.bumptech.glide.request.target.ViewTarget
-
Deprecated.
- removeLast() - Method in class com.bumptech.glide.load.engine.bitmap_recycle.SizeConfigStrategy
-
- removeListener(LifecycleListener) - Method in interface com.bumptech.glide.manager.Lifecycle
-
Removes the given listener from the set of listeners managed by this Lifecycle implementation,
returning true
if the listener was removed successfully, and false
otherwise.
- replace(Class<Model>, Class<Data>, ModelLoaderFactory<? extends Model, ? extends Data>) - Method in class com.bumptech.glide.load.model.ModelLoaderRegistry
-
- replace(Class<Model>, Class<Data>, ModelLoaderFactory<? extends Model, ? extends Data>) - Method in class com.bumptech.glide.Registry
-
Removes all default and previously registered
ModelLoaderFactory
s for the given data
and model class and replaces all of them with the single
ModelLoader
provided.
- Request - Interface in com.bumptech.glide.request
-
A request that loads a resource for an
Target
.
- RequestBuilder<TranscodeType> - Class in com.bumptech.glide
-
A generic class that can handle setting options and staring loads for generic resource types.
- RequestBuilder(Glide, RequestManager, Class<TranscodeType>, Context) - Constructor for class com.bumptech.glide.RequestBuilder
-
- RequestBuilder(Class<TranscodeType>, RequestBuilder<?>) - Constructor for class com.bumptech.glide.RequestBuilder
-
- RequestCoordinator - Interface in com.bumptech.glide.request
-
An interface for coordinating multiple requests with the same
Target
.
- RequestFutureTarget<R> - Class in com.bumptech.glide.request
-
A Future
implementation for Glide that can be used to load resources
in a blocking manner on background threads.
- RequestFutureTarget(int, int) - Constructor for class com.bumptech.glide.request.RequestFutureTarget
-
Constructor for a RequestFutureTarget.
- RequestListener<R> - Interface in com.bumptech.glide.request
-
A class for monitoring the status of a request while images load.
- RequestManager - Class in com.bumptech.glide
-
A class for managing and starting requests for Glide.
- RequestManager(Glide, Lifecycle, RequestManagerTreeNode, Context) - Constructor for class com.bumptech.glide.RequestManager
-
- RequestManagerFragment - Class in com.bumptech.glide.manager
-
Deprecated.
- RequestManagerFragment() - Constructor for class com.bumptech.glide.manager.RequestManagerFragment
-
Deprecated.
- RequestManagerRetriever - Class in com.bumptech.glide.manager
-
A collection of static methods for creating new
RequestManager
s or
retrieving existing ones from activities and fragment.
- RequestManagerRetriever(RequestManagerRetriever.RequestManagerFactory) - Constructor for class com.bumptech.glide.manager.RequestManagerRetriever
-
- RequestManagerRetriever.RequestManagerFactory - Interface in com.bumptech.glide.manager
-
- RequestManagerTreeNode - Interface in com.bumptech.glide.manager
-
Provides access to the relatives of a RequestManager based on the current context.
- RequestOptions - Class in com.bumptech.glide.request
-
Provides type independent options to customize loads with Glide.
- RequestOptions() - Constructor for class com.bumptech.glide.request.RequestOptions
-
- RequestTracker - Class in com.bumptech.glide.manager
-
A class for tracking, canceling, and restarting in progress, completed, and failed requests.
- RequestTracker() - Constructor for class com.bumptech.glide.manager.RequestTracker
-
- reset() - Method in class com.bumptech.glide.load.data.ExifOrientationStream
-
- reset() - Method in class com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream
-
Resets this stream to the last marked location.
- reset() - Method in class com.bumptech.glide.util.ExceptionCatchingInputStream
-
- reset() - Method in class com.bumptech.glide.util.MarkEnforcingInputStream
-
- reset(T) - Method in interface com.bumptech.glide.util.pool.FactoryPools.Resetter
-
- resetFrameIndex() - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
Resets the frame pointer to before the 0th frame, as if we'd never used this decoder to
decode any frames.
- resetFrameIndex() - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- RESOURCE - Static variable in class com.bumptech.glide.load.engine.DiskCacheStrategy
-
Writes resources to disk after they've been decoded.
- Resource<Z> - Interface in com.bumptech.glide.load.engine
-
A resource interface that wraps a particular type so that it can be pooled and reused.
- ResourceBitmapDecoder - Class in com.bumptech.glide.load.resource.bitmap
-
Decodes Bitmap
s from resource ids.
- ResourceBitmapDecoder(ResourceDrawableDecoder, BitmapPool) - Constructor for class com.bumptech.glide.load.resource.bitmap.ResourceBitmapDecoder
-
- ResourceCallback - Interface in com.bumptech.glide.request
-
A callback that listens for when a resource load completes successfully or fails due to an
exception.
- ResourceDecoder<T,Z> - Interface in com.bumptech.glide.load
-
An interface for decoding resources.
- ResourceDecoderRegistry - Class in com.bumptech.glide.provider
-
Contains an ordered list of
ResourceDecoder
s capable of decoding arbitrary data types
into arbitrary resource types from highest priority decoders to lowest priority decoders.
- ResourceDecoderRegistry() - Constructor for class com.bumptech.glide.provider.ResourceDecoderRegistry
-
- ResourceDrawableDecoder - Class in com.bumptech.glide.load.resource.drawable
-
Decodes Drawable
s given resource Uri
s.
- ResourceDrawableDecoder(Context) - Constructor for class com.bumptech.glide.load.resource.drawable.ResourceDrawableDecoder
-
- ResourceEncoder<T> - Interface in com.bumptech.glide.load
-
An interface for writing data from a resource to some persistent data store (i.e.
- ResourceEncoderRegistry - Class in com.bumptech.glide.provider
-
Contains an ordered list of
ResourceEncoder
s capable of encoding arbitrary resource
types.
- ResourceEncoderRegistry() - Constructor for class com.bumptech.glide.provider.ResourceEncoderRegistry
-
- ResourceLoader<Data> - Class in com.bumptech.glide.load.model
-
A model loader for handling Android resource files.
- ResourceLoader(Resources, ModelLoader<Uri, Data>) - Constructor for class com.bumptech.glide.load.model.ResourceLoader
-
- ResourceLoader.AssetFileDescriptorFactory - Class in com.bumptech.glide.load.model
-
Loads AssetFileDescriptor
s from resource ids.
- ResourceLoader.FileDescriptorFactory - Class in com.bumptech.glide.load.model
-
Factory for loading ParcelFileDescriptor
s from Android resource ids.
- ResourceLoader.StreamFactory - Class in com.bumptech.glide.load.model
-
Factory for loading InputStream
s from Android resource ids.
- ResourceLoader.UriFactory - Class in com.bumptech.glide.load.model
-
Factory for loading resource Uri
s from Android resource ids.
- ResourceTranscoder<Z,R> - Interface in com.bumptech.glide.load.resource.transcode
-
Transcodes a resource of one type to a resource of another type.
- restartRequests() - Method in class com.bumptech.glide.manager.RequestTracker
-
Restarts failed requests and cancels and restarts in progress requests.
- resumeRequests() - Method in class com.bumptech.glide.manager.RequestTracker
-
Starts any not yet completed or failed requests.
- resumeRequests() - Method in class com.bumptech.glide.RequestManager
-
Restarts any loads that have not yet completed.
- resumeRequestsRecursive() - Method in class com.bumptech.glide.RequestManager
-
Performs
RequestManager.resumeRequests()
recursively for all managers that are contextually
descendant to this manager based on the Activity/Fragment hierarchy.
- rewindAndGet() - Method in interface com.bumptech.glide.load.data.DataRewinder
-
Rewinds the wrapped data back to the position it was at when this object was instantiated and
returns the re-wound data (or a wrapper for the re-wound data).
- rewindAndGet() - Method in class com.bumptech.glide.load.data.InputStreamRewinder
-
- rewindAndGet() - Method in class com.bumptech.glide.load.resource.bytes.ByteBufferRewinder
-
- Rotate - Class in com.bumptech.glide.load.resource.bitmap
-
- Rotate(int) - Constructor for class com.bumptech.glide.load.resource.bitmap.Rotate
-
- rotateImage(Bitmap, int) - Static method in class com.bumptech.glide.load.resource.bitmap.TransformationUtils
-
This is an expensive operation that copies the image in place with the pixels rotated.
- rotateImageExif(BitmapPool, Bitmap, int) - Static method in class com.bumptech.glide.load.resource.bitmap.TransformationUtils
-
Rotate and/or flip the image to match the given exif orientation.
- RoundedCorners - Class in com.bumptech.glide.load.resource.bitmap
-
- RoundedCorners(int) - Constructor for class com.bumptech.glide.load.resource.bitmap.RoundedCorners
-
- roundedCorners(BitmapPool, Bitmap, int, int, int) - Static method in class com.bumptech.glide.load.resource.bitmap.TransformationUtils
-
- roundedCorners(BitmapPool, Bitmap, int) - Static method in class com.bumptech.glide.load.resource.bitmap.TransformationUtils
-
Creates a bitmap from a source bitmap and rounds the corners.
- runRequest(Request) - Method in class com.bumptech.glide.manager.RequestTracker
-
Starts tracking the given request.
- SafeKeyGenerator - Class in com.bumptech.glide.load.engine.cache
-
A class that generates and caches safe and unique string file names from
Key
s.
- SafeKeyGenerator() - Constructor for class com.bumptech.glide.load.engine.cache.SafeKeyGenerator
-
- scheduleSelf(Runnable, long) - Method in class com.bumptech.glide.request.target.FixedSizeDrawable
-
- set(int, String) - Method in class com.bumptech.glide.disklrucache.DiskLruCache.Editor
-
Sets the value at index
to value
.
- set(Option<T>, T) - Method in class com.bumptech.glide.load.Options
-
- set(Option<Y>, Y) - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- set(Class<?>, Class<?>) - Method in class com.bumptech.glide.util.MultiClassKey
-
- set(Class<?>, Class<?>, Class<?>) - Method in class com.bumptech.glide.util.MultiClassKey
-
- setAlpha(Bitmap, Bitmap) - Static method in class com.bumptech.glide.load.resource.bitmap.TransformationUtils
-
Sets the alpha of the Bitmap we're going to re-use to the alpha of the Bitmap we're going to
transform.
- setAlpha(int) - Method in class com.bumptech.glide.load.resource.gif.GifDrawable
-
- setAlpha(int) - Method in class com.bumptech.glide.request.target.FixedSizeDrawable
-
- setAnimationExecutor(GlideExecutor) - Method in class com.bumptech.glide.GlideBuilder
-
- setArrayPool(ArrayPool) - Method in class com.bumptech.glide.GlideBuilder
-
Sets the
ArrayPool
implementation to allow variable sized arrays to be stored
and retrieved as needed.
- setArrayPoolSize(int) - Method in class com.bumptech.glide.load.engine.cache.MemorySizeCalculator.Builder
-
Sets the size in bytes of the
ArrayPool
to use to store temporary
arrays while decoding data and returns this builder.
- setBitmapPool(BitmapPool) - Method in class com.bumptech.glide.GlideBuilder
-
Sets the
BitmapPool
implementation to use
to store and retrieve reused
Bitmap
s.
- setBitmapPoolScreens(float) - Method in class com.bumptech.glide.load.engine.cache.MemorySizeCalculator.Builder
-
Sets the number of device screens worth of pixels the
BitmapPool
should be able to hold and
returns this Builder.
- setBounds(int, int, int, int) - Method in class com.bumptech.glide.request.target.FixedSizeDrawable
-
- setBounds(Rect) - Method in class com.bumptech.glide.request.target.FixedSizeDrawable
-
- setBucketPriorityList(List<String>) - Method in class com.bumptech.glide.provider.ResourceDecoderRegistry
-
- setChangingConfigurations(int) - Method in class com.bumptech.glide.request.target.FixedSizeDrawable
-
- setColorFilter(ColorFilter) - Method in class com.bumptech.glide.load.resource.gif.GifDrawable
-
- setColorFilter(int, PorterDuff.Mode) - Method in class com.bumptech.glide.request.target.FixedSizeDrawable
-
- setColorFilter(ColorFilter) - Method in class com.bumptech.glide.request.target.FixedSizeDrawable
-
- setConfig(Bitmap.Config) - Method in class com.bumptech.glide.load.engine.prefill.PreFillType.Builder
-
Sets the Bitmap.Config
for the Bitmaps to pre-fill.
- setConnectivityMonitorFactory(ConnectivityMonitorFactory) - Method in class com.bumptech.glide.GlideBuilder
-
- setCrossFadeEnabled(boolean) - Method in class com.bumptech.glide.request.transition.DrawableCrossFadeFactory.Builder
-
Enables or disables animating the alpha of the Drawable
the cross fade will animate
from.
- setData(GifHeader, byte[]) - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
- setData(GifHeader, ByteBuffer) - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
- setData(GifHeader, ByteBuffer, int) - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
- setData(ByteBuffer) - Method in class com.bumptech.glide.gifdecoder.GifHeaderParser
-
- setData(byte[]) - Method in class com.bumptech.glide.gifdecoder.GifHeaderParser
-
- setData(GifHeader, byte[]) - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- setData(GifHeader, ByteBuffer) - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- setData(GifHeader, ByteBuffer, int) - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- setDefaultBitmapConfig(Bitmap.Config) - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
Sets the default Bitmap.Config
to use when decoding frames of a GIF.
- setDefaultBitmapConfig(Bitmap.Config) - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- setDefaultRequestOptions(RequestOptions) - Method in class com.bumptech.glide.GlideBuilder
-
- setDefaultRequestOptions(RequestOptions) - Method in class com.bumptech.glide.RequestManager
-
- setDefaultTransitionOptions(Class<T>, TransitionOptions<?, T>) - Method in class com.bumptech.glide.GlideBuilder
-
Sets the default
TransitionOptions
to use when starting a request that will load a
resource with the given
Class
.
- setDelay(int) - Method in class com.bumptech.glide.gifencoder.AnimatedGifEncoder
-
Sets the delay time between each frame, or changes it for subsequent frames
(applies to last frame added).
- setDiskCache(DiskCache.Factory) - Method in class com.bumptech.glide.GlideBuilder
-
- setDiskCacheExecutor(GlideExecutor) - Method in class com.bumptech.glide.GlideBuilder
-
- setDispose(int) - Method in class com.bumptech.glide.gifencoder.AnimatedGifEncoder
-
Sets the GIF frame disposal code for the last added frame and any
subsequent frames.
- setDither(boolean) - Method in class com.bumptech.glide.request.target.FixedSizeDrawable
-
Deprecated.
- setDrawable(Drawable) - Method in class com.bumptech.glide.request.target.ImageViewTarget
-
Sets the given Drawable
on the view using ImageView.setImageDrawable(android.graphics.drawable.Drawable)
.
- setDrawable(Drawable) - Method in interface com.bumptech.glide.request.transition.Transition.ViewAdapter
-
Sets the current drawable (usually an animated drawable) to display in the wrapped view.
- setFilterBitmap(boolean) - Method in class com.bumptech.glide.request.target.FixedSizeDrawable
-
- setFrameRate(float) - Method in class com.bumptech.glide.gifencoder.AnimatedGifEncoder
-
Sets frame rate in frames per second.
- setFrameTransformation(Transformation<Bitmap>, Bitmap) - Method in class com.bumptech.glide.load.resource.gif.GifDrawable
-
- setHeader(String, String) - Method in class com.bumptech.glide.load.model.LazyHeaders.Builder
-
- setHeader(String, LazyHeaderFactory) - Method in class com.bumptech.glide.load.model.LazyHeaders.Builder
-
- setIsActiveResourceRetentionAllowed(boolean) - Method in class com.bumptech.glide.GlideBuilder
-
If set to
true
, allows Glide to re-capture resources that are loaded into
Target
s which are subsequently de-referenced and
garbage collected without being cleared.
- setLogLevel(int) - Method in class com.bumptech.glide.GlideBuilder
-
Sets a log level constant from those in Log
to indicate the desired log verbosity.
- setLogRequestOrigins(boolean) - Method in class com.bumptech.glide.GlideBuilder
-
- setLoopCount(int) - Method in class com.bumptech.glide.load.resource.gif.GifDrawable
-
- setLowMemoryMaxSizeMultiplier(float) - Method in class com.bumptech.glide.load.engine.cache.MemorySizeCalculator.Builder
-
Sets the maximum percentage of the device's memory class for low ram devices that can be
taken up by Glide's
MemoryCache
and
BitmapPool
put together, and returns
this builder.
- setMaxSize(long) - Method in class com.bumptech.glide.disklrucache.DiskLruCache
-
Changes the maximum number of bytes the cache can store and queues a job
to trim the existing store, if necessary.
- setMaxSizeMultiplier(float) - Method in class com.bumptech.glide.load.engine.cache.MemorySizeCalculator.Builder
-
Sets the maximum percentage of the device's memory class for standard devices that can be
taken up by Glide's
MemoryCache
and
BitmapPool
put together, and returns
this builder.
- setMemoryCache(MemoryCache) - Method in class com.bumptech.glide.GlideBuilder
-
- setMemoryCacheScreens(float) - Method in class com.bumptech.glide.load.engine.cache.MemorySizeCalculator.Builder
-
Sets the number of device screens worth of pixels the
MemoryCache
should be able to hold and
returns this Builder.
- setMemoryCategory(MemoryCategory) - Method in class com.bumptech.glide.Glide
-
Adjusts Glide's current and maximum memory usage based on the given
MemoryCategory
.
- setMemorySizeCalculator(MemorySizeCalculator.Builder) - Method in class com.bumptech.glide.GlideBuilder
-
- setMemorySizeCalculator(MemorySizeCalculator) - Method in class com.bumptech.glide.GlideBuilder
-
- setOrigin(Exception) - Method in exception com.bumptech.glide.load.engine.GlideException
-
Sets a stack trace that includes where the request originated.
- setQuality(int) - Method in class com.bumptech.glide.gifencoder.AnimatedGifEncoder
-
Sets quality of color quantization (conversion of images to the maximum 256
colors allowed by the GIF specification).
- setRepeat(int) - Method in class com.bumptech.glide.gifencoder.AnimatedGifEncoder
-
Sets the number of times the set of GIF frames should be played.
- setRequest(Request) - Method in class com.bumptech.glide.request.RequestFutureTarget
-
- setRequest(Request) - Method in class com.bumptech.glide.request.target.BaseTarget
-
Deprecated.
- setRequest(Request) - Method in class com.bumptech.glide.request.target.CustomTarget
-
- setRequest(Request) - Method in class com.bumptech.glide.request.target.CustomViewTarget
-
Stores the request using View.setTag(Object)
.
- setRequest(Request) - Method in interface com.bumptech.glide.request.target.Target
-
Sets the current request for this target to retain, should not be called outside of Glide.
- setRequest(Request) - Method in class com.bumptech.glide.request.target.ViewTarget
-
Deprecated.
Stores the request using View.setTag(Object)
.
- setRequestManager(RequestManager) - Method in class com.bumptech.glide.manager.RequestManagerFragment
-
Deprecated.
- setRequestManager(RequestManager) - Method in class com.bumptech.glide.manager.SupportRequestManagerFragment
-
- setRequestOptions(RequestOptions) - Method in class com.bumptech.glide.RequestManager
-
- setRequests(Request, Request) - Method in class com.bumptech.glide.request.ErrorRequestCoordinator
-
- setRequests(Request, Request) - Method in class com.bumptech.glide.request.ThumbnailRequestCoordinator
-
- setResizeExecutor(GlideExecutor) - Method in class com.bumptech.glide.GlideBuilder
-
- setResource(Bitmap) - Method in class com.bumptech.glide.request.target.BitmapImageViewTarget
-
Sets the Bitmap
on the view using ImageView.setImageBitmap(android.graphics.Bitmap)
.
- setResource(Drawable) - Method in class com.bumptech.glide.request.target.DrawableImageViewTarget
-
- setResource(Z) - Method in class com.bumptech.glide.request.target.ImageViewTarget
-
- setResource(T) - Method in class com.bumptech.glide.request.target.ThumbnailImageViewTarget
-
- setResourceDecoderBucketPriorityList(List<String>) - Method in class com.bumptech.glide.Registry
-
Overrides the default ordering of resource decoder buckets.
- setResourceRemovedListener(MemoryCache.ResourceRemovedListener) - Method in class com.bumptech.glide.load.engine.cache.LruResourceCache
-
- setResourceRemovedListener(MemoryCache.ResourceRemovedListener) - Method in interface com.bumptech.glide.load.engine.cache.MemoryCache
-
Set the listener to be called when a bitmap is removed from the cache.
- setResourceRemovedListener(MemoryCache.ResourceRemovedListener) - Method in class com.bumptech.glide.load.engine.cache.MemoryCacheAdapter
-
- setSize(int, int) - Method in class com.bumptech.glide.gifencoder.AnimatedGifEncoder
-
Sets the fixed GIF frame size for all the frames.
- setSizeMultiplier(float) - Method in interface com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool
-
Multiplies the initial size of the pool by the given multiplier to dynamically and
synchronously allow users to adjust the size of the pool.
- setSizeMultiplier(float) - Method in class com.bumptech.glide.load.engine.bitmap_recycle.BitmapPoolAdapter
-
- setSizeMultiplier(float) - Method in class com.bumptech.glide.load.engine.bitmap_recycle.LruBitmapPool
-
- setSizeMultiplier(float) - Method in interface com.bumptech.glide.load.engine.cache.MemoryCache
-
Adjust the maximum size of the cache by multiplying the original size of the cache by the given
multiplier.
- setSizeMultiplier(float) - Method in class com.bumptech.glide.load.engine.cache.MemoryCacheAdapter
-
- setSizeMultiplier(float) - Method in class com.bumptech.glide.util.LruCache
-
Sets a size multiplier that will be applied to the size provided in the constructor to put the
new size of the cache.
- setSourceExecutor(GlideExecutor) - Method in class com.bumptech.glide.GlideBuilder
-
- setTagId(int) - Static method in class com.bumptech.glide.request.target.ViewTarget
-
Deprecated.
Sets the android resource id to use in conjunction with View.setTag(int, Object)
to store temporary state allowing loads to be automatically cancelled and resources re-used
in scrolling lists.
- setTransparent(int) - Method in class com.bumptech.glide.gifencoder.AnimatedGifEncoder
-
Sets the transparent color for the last added frame and any subsequent
frames.
- setValueAt(int, V) - Method in class com.bumptech.glide.util.CachedHashCodeArrayMap
-
- setView(View) - Method in class com.bumptech.glide.util.ViewPreloadSizeProvider
-
Sets the View
the size will be extracted.
- setVisible(boolean, boolean) - Method in class com.bumptech.glide.load.resource.gif.GifDrawable
-
- setVisible(boolean, boolean) - Method in class com.bumptech.glide.request.target.FixedSizeDrawable
-
- setWeight(int) - Method in class com.bumptech.glide.load.engine.prefill.PreFillType.Builder
-
Sets the weight to use to balance how many Bitmaps of this type are prefilled relative to the
other requested types.
- sha256BytesToHex(byte[]) - Static method in class com.bumptech.glide.util.Util
-
Returns the hex string of the given byte array representing a SHA256 hash.
- shutdown() - Method in class com.bumptech.glide.load.engine.Engine
-
- shutdown() - Method in class com.bumptech.glide.load.engine.executor.GlideExecutor
-
- shutdownAndAwaitTermination(ExecutorService) - Static method in class com.bumptech.glide.util.Executors
-
- shutdownNow() - Method in class com.bumptech.glide.load.engine.executor.GlideExecutor
-
- signature(Key) - Method in class com.bumptech.glide.request.BaseRequestOptions
-
Sets some additional data to be mixed in to the memory and disk cache keys allowing the caller
more control over when cached data is invalidated.
- signatureOf(Key) - Static method in class com.bumptech.glide.request.RequestOptions
-
- simple(int, FactoryPools.Factory<T>) - Static method in class com.bumptech.glide.util.pool.FactoryPools
-
Returns a non-thread safe
Pools.Pool
that never returns
null
from
Pools.Pool.acquire()
and that contains objects of the type created by the given
FactoryPools.Factory
with the given maximum size.
- SimpleResource<T> - Class in com.bumptech.glide.load.resource
-
Simple wrapper for an arbitrary object which helps to satisfy some of the glide engine's
contracts.
- SimpleResource(T) - Constructor for class com.bumptech.glide.load.resource.SimpleResource
-
- SimpleTarget<Z> - Class in com.bumptech.glide.request.target
-
- SimpleTarget() - Constructor for class com.bumptech.glide.request.target.SimpleTarget
-
Deprecated.
- SimpleTarget(int, int) - Constructor for class com.bumptech.glide.request.target.SimpleTarget
-
Deprecated.
Constructor for the target that takes the desired dimensions of the decoded and/or transformed
resource.
- SingleRequest<R> - Class in com.bumptech.glide.request
-
- size() - Method in class com.bumptech.glide.disklrucache.DiskLruCache
-
Returns the number of bytes currently being used to store the values in
this cache.
- SIZE_ORIGINAL - Static variable in interface com.bumptech.glide.request.target.Target
-
Indicates that we want the resource in its original unmodified width and/or height.
- SizeConfigStrategy - Class in com.bumptech.glide.load.engine.bitmap_recycle
-
Keys Bitmaps
using both
Bitmap.getAllocationByteCount()
and the
Bitmap.Config
returned from
Bitmap.getConfig()
.
- SizeConfigStrategy() - Constructor for class com.bumptech.glide.load.engine.bitmap_recycle.SizeConfigStrategy
-
- sizeMultiplier(float) - Method in class com.bumptech.glide.request.BaseRequestOptions
-
Applies a multiplier to the
Target
's size before
loading the resource.
- sizeMultiplierOf(float) - Static method in class com.bumptech.glide.request.RequestOptions
-
- SizeReadyCallback - Interface in com.bumptech.glide.request.target
-
A callback that must be called when the target has determined its size.
- skip(long) - Method in class com.bumptech.glide.load.data.ExifOrientationStream
-
- skip(long) - Method in class com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream
-
Skips byteCount
bytes in this stream.
- skip(long) - Method in class com.bumptech.glide.util.ExceptionCatchingInputStream
-
- skip(long) - Method in class com.bumptech.glide.util.MarkEnforcingInputStream
-
- skipMemoryCache(boolean) - Method in class com.bumptech.glide.request.BaseRequestOptions
-
Allows the loaded resource to skip the memory cache.
- skipMemoryCacheOf(boolean) - Static method in class com.bumptech.glide.request.RequestOptions
-
- sourceKey - Variable in class com.bumptech.glide.load.model.ModelLoader.LoadData
-
- STANDARD_BUFFER_SIZE_BYTES - Static variable in interface com.bumptech.glide.load.engine.bitmap_recycle.ArrayPool
-
A standard size to use to increase hit rates when the required size isn't defined.
- StandardGifDecoder - Class in com.bumptech.glide.gifdecoder
-
Reads frame data from a GIF image source and decodes it into individual frames for animation
purposes.
- StandardGifDecoder(GifDecoder.BitmapProvider, GifHeader, ByteBuffer) - Constructor for class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- StandardGifDecoder(GifDecoder.BitmapProvider, GifHeader, ByteBuffer, int) - Constructor for class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- StandardGifDecoder(GifDecoder.BitmapProvider) - Constructor for class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- start(OutputStream) - Method in class com.bumptech.glide.gifencoder.AnimatedGifEncoder
-
Initiates GIF file creation on the given stream.
- start(String) - Method in class com.bumptech.glide.gifencoder.AnimatedGifEncoder
-
Initiates writing of a GIF file with the specified name.
- start() - Method in class com.bumptech.glide.load.resource.gif.GifDrawable
-
- startFromFirstFrame() - Method in class com.bumptech.glide.load.resource.gif.GifDrawable
-
Starts the animation from the first frame.
- StateVerifier - Class in com.bumptech.glide.util.pool
-
Verifies that the job is not in the recycled state.
- STATUS_FORMAT_ERROR - Static variable in interface com.bumptech.glide.gifdecoder.GifDecoder
-
File read status: Error decoding file (may be partially decoded).
- STATUS_OK - Static variable in interface com.bumptech.glide.gifdecoder.GifDecoder
-
File read status: No errors.
- STATUS_OPEN_ERROR - Static variable in interface com.bumptech.glide.gifdecoder.GifDecoder
-
File read status: Unable to open source.
- STATUS_PARTIAL_DECODE - Static variable in interface com.bumptech.glide.gifdecoder.GifDecoder
-
Unable to fully decode the current frame.
- stop() - Method in class com.bumptech.glide.load.resource.gif.GifDrawable
-
- StreamAssetPathFetcher - Class in com.bumptech.glide.load.data
-
Fetches an InputStream
for an asset path.
- StreamAssetPathFetcher(AssetManager, String) - Constructor for class com.bumptech.glide.load.data.StreamAssetPathFetcher
-
- StreamBitmapDecoder - Class in com.bumptech.glide.load.resource.bitmap
-
Decodes Bitmaps
from InputStreams
.
- StreamBitmapDecoder(Downsampler, ArrayPool) - Constructor for class com.bumptech.glide.load.resource.bitmap.StreamBitmapDecoder
-
- StreamEncoder - Class in com.bumptech.glide.load.model
-
An
Encoder
that can write an
InputStream
to
disk.
- StreamEncoder(ArrayPool) - Constructor for class com.bumptech.glide.load.model.StreamEncoder
-
- StreamFactory(AssetManager) - Constructor for class com.bumptech.glide.load.model.AssetUriLoader.StreamFactory
-
- StreamFactory() - Constructor for class com.bumptech.glide.load.model.ByteArrayLoader.StreamFactory
-
- StreamFactory() - Constructor for class com.bumptech.glide.load.model.DataUrlLoader.StreamFactory
-
- StreamFactory() - Constructor for class com.bumptech.glide.load.model.FileLoader.StreamFactory
-
- StreamFactory(Resources) - Constructor for class com.bumptech.glide.load.model.ResourceLoader.StreamFactory
-
- StreamFactory() - Constructor for class com.bumptech.glide.load.model.stream.UrlLoader.StreamFactory
-
- StreamFactory() - Constructor for class com.bumptech.glide.load.model.StringLoader.StreamFactory
-
- StreamFactory(ContentResolver) - Constructor for class com.bumptech.glide.load.model.UriLoader.StreamFactory
-
- StreamFactory() - Constructor for class com.bumptech.glide.load.model.UrlUriLoader.StreamFactory
-
- StreamGifDecoder - Class in com.bumptech.glide.load.resource.gif
-
A relatively inefficient decoder for
GifDrawable
that converts
InputStream
s to
ByteBuffer
s and then passes
the buffer to a wrapped decoder.
- StreamGifDecoder(List<ImageHeaderParser>, ResourceDecoder<ByteBuffer, GifDrawable>, ArrayPool) - Constructor for class com.bumptech.glide.load.resource.gif.StreamGifDecoder
-
- StreamLocalUriFetcher - Class in com.bumptech.glide.load.data
-
Fetches an InputStream
for a local Uri
.
- StreamLocalUriFetcher(ContentResolver, Uri) - Constructor for class com.bumptech.glide.load.data.StreamLocalUriFetcher
-
- STRING_CHARSET_NAME - Static variable in interface com.bumptech.glide.load.Key
-
- StringLoader<Data> - Class in com.bumptech.glide.load.model
-
A model loader for handling certain string models.
- StringLoader(ModelLoader<Uri, Data>) - Constructor for class com.bumptech.glide.load.model.StringLoader
-
- StringLoader.AssetFileDescriptorFactory - Class in com.bumptech.glide.load.model
-
Loads AssetFileDescriptor
s from Strings.
- StringLoader.FileDescriptorFactory - Class in com.bumptech.glide.load.model
-
Factory for loading ParcelFileDescriptor
s from Strings.
- StringLoader.StreamFactory - Class in com.bumptech.glide.load.model
-
Factory for loading InputStream
s from Strings.
- submit(Runnable) - Method in class com.bumptech.glide.load.engine.executor.GlideExecutor
-
- submit(Runnable, T) - Method in class com.bumptech.glide.load.engine.executor.GlideExecutor
-
- submit(Callable<T>) - Method in class com.bumptech.glide.load.engine.executor.GlideExecutor
-
- submit() - Method in class com.bumptech.glide.RequestBuilder
-
Returns a future that can be used to do a blocking get on a background thread.
- submit(int, int) - Method in class com.bumptech.glide.RequestBuilder
-
Returns a future that can be used to do a blocking get on a background thread.
- SupportRequestManagerFragment - Class in com.bumptech.glide.manager
-
A view-less
Fragment
used to safely store an
RequestManager
that can be used to start, stop and manage Glide requests
started for targets within the fragment or activity this fragment is a child of.
- SupportRequestManagerFragment() - Constructor for class com.bumptech.glide.manager.SupportRequestManagerFragment
-
- SupportRequestManagerFragment(ActivityFragmentLifecycle) - Constructor for class com.bumptech.glide.manager.SupportRequestManagerFragment
-
- Synthetic - Annotation Type in com.bumptech.glide.util
-
Indicates that target's visibility can be relaxed to avoid synthetic methods.
- Target<R> - Interface in com.bumptech.glide.request.target
-
An interface that Glide can load a resource into and notify of relevant lifecycle events during a
load.
- TARGET_FRAME - Static variable in class com.bumptech.glide.load.resource.bitmap.VideoDecoder
-
A long indicating the time position (in microseconds) of the target frame which will be
retrieved.
- TargetTracker - Class in com.bumptech.glide.manager
-
- TargetTracker() - Constructor for class com.bumptech.glide.manager.TargetTracker
-
- tearDown() - Static method in class com.bumptech.glide.Glide
-
- teardown() - Method in class com.bumptech.glide.integration.okhttp.OkHttpUrlLoader.Factory
-
Deprecated.
- teardown() - Method in class com.bumptech.glide.integration.okhttp3.OkHttpUrlLoader.Factory
-
- teardown() - Method in class com.bumptech.glide.integration.volley.VolleyUrlLoader.Factory
-
- teardown() - Method in class com.bumptech.glide.load.model.AssetUriLoader.FileDescriptorFactory
-
- teardown() - Method in class com.bumptech.glide.load.model.AssetUriLoader.StreamFactory
-
- teardown() - Method in class com.bumptech.glide.load.model.ByteArrayLoader.ByteBufferFactory
-
- teardown() - Method in class com.bumptech.glide.load.model.ByteArrayLoader.StreamFactory
-
- teardown() - Method in class com.bumptech.glide.load.model.ByteBufferFileLoader.Factory
-
- teardown() - Method in class com.bumptech.glide.load.model.DataUrlLoader.StreamFactory
-
- teardown() - Method in class com.bumptech.glide.load.model.FileLoader.Factory
-
- teardown() - Method in class com.bumptech.glide.load.model.MediaStoreFileLoader.Factory
-
- teardown() - Method in interface com.bumptech.glide.load.model.ModelLoaderFactory
-
A lifecycle method that will be called when this factory is about to replaced.
- teardown() - Method in class com.bumptech.glide.load.model.ResourceLoader.AssetFileDescriptorFactory
-
- teardown() - Method in class com.bumptech.glide.load.model.ResourceLoader.FileDescriptorFactory
-
- teardown() - Method in class com.bumptech.glide.load.model.ResourceLoader.StreamFactory
-
- teardown() - Method in class com.bumptech.glide.load.model.ResourceLoader.UriFactory
-
- teardown() - Method in class com.bumptech.glide.load.model.stream.HttpGlideUrlLoader.Factory
-
- teardown() - Method in class com.bumptech.glide.load.model.stream.HttpUriLoader.Factory
-
- teardown() - Method in class com.bumptech.glide.load.model.stream.MediaStoreImageThumbLoader.Factory
-
- teardown() - Method in class com.bumptech.glide.load.model.stream.MediaStoreVideoThumbLoader.Factory
-
- teardown() - Method in class com.bumptech.glide.load.model.stream.UrlLoader.StreamFactory
-
- teardown() - Method in class com.bumptech.glide.load.model.StringLoader.AssetFileDescriptorFactory
-
- teardown() - Method in class com.bumptech.glide.load.model.StringLoader.FileDescriptorFactory
-
- teardown() - Method in class com.bumptech.glide.load.model.StringLoader.StreamFactory
-
- teardown() - Method in class com.bumptech.glide.load.model.UnitModelLoader.Factory
-
- teardown() - Method in class com.bumptech.glide.load.model.UriLoader.AssetFileDescriptorFactory
-
- teardown() - Method in class com.bumptech.glide.load.model.UriLoader.FileDescriptorFactory
-
- teardown() - Method in class com.bumptech.glide.load.model.UriLoader.StreamFactory
-
- teardown() - Method in class com.bumptech.glide.load.model.UrlUriLoader.StreamFactory
-
- theme(Resources.Theme) - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- threadSafe(int, FactoryPools.Factory<T>) - Static method in class com.bumptech.glide.util.pool.FactoryPools
-
Returns a new thread safe
Pools.Pool
that never returns
null
from
Pools.Pool.acquire()
and that contains objects of the type created by the given
FactoryPools.Factory
with the given maximum size.
- threadSafeList() - Static method in class com.bumptech.glide.util.pool.FactoryPools
-
Returns a new Pools.Pool
that never returns null
and that contains Lists
of a specific generic type with a standard maximum size of 20.
- threadSafeList(int) - Static method in class com.bumptech.glide.util.pool.FactoryPools
-
Returns a new thread safe Pools.Pool
that never returns null
and that contains
Lists
of a specific generic type with the given maximum size.
- THROW - Static variable in interface com.bumptech.glide.load.engine.executor.GlideExecutor.UncaughtThrowableStrategy
-
Rethrows the uncaught Throwable
s to crash the app.
- throwIfRecycled() - Method in class com.bumptech.glide.util.pool.StateVerifier
-
Throws an exception if we believe our object is recycled and inactive (i.e.
- ThumbFetcher - Class in com.bumptech.glide.load.data.mediastore
-
A
DataFetcher
implementation for
InputStream
s that loads data from thumbnail
files obtained from the
MediaStore
.
- thumbnail(RequestBuilder<TranscodeType>) - Method in class com.bumptech.glide.RequestBuilder
-
Loads and displays the resource retrieved by the given thumbnail request if it finishes before
this request.
- thumbnail(RequestBuilder<TranscodeType>...) - Method in class com.bumptech.glide.RequestBuilder
-
- thumbnail(float) - Method in class com.bumptech.glide.RequestBuilder
-
Loads a resource in an identical manner to this request except with the dimensions of the
target multiplied by the given size multiplier.
- ThumbnailImageViewTarget<T> - Class in com.bumptech.glide.request.target
-
Avoids extra calls to View.requestLayout()
when loading more than once
image into an ImageView
with fixed dimensions.
- ThumbnailImageViewTarget(ImageView) - Constructor for class com.bumptech.glide.request.target.ThumbnailImageViewTarget
-
- ThumbnailImageViewTarget(ImageView, boolean) - Constructor for class com.bumptech.glide.request.target.ThumbnailImageViewTarget
-
- ThumbnailRequestCoordinator - Class in com.bumptech.glide.request
-
A coordinator that coordinates two individual
Request
s that load a small thumbnail
version of an image and the full size version of the image at the same time.
- ThumbnailRequestCoordinator(RequestCoordinator) - Constructor for class com.bumptech.glide.request.ThumbnailRequestCoordinator
-
- TIMEOUT - Static variable in class com.bumptech.glide.load.model.stream.HttpGlideUrlLoader
-
An integer option that is used to determine the maximum connect and read timeout durations (in
milliseconds) for network connections.
- timeout(int) - Method in class com.bumptech.glide.request.BaseRequestOptions
-
Sets the read and write timeout for the http requests used to load the image.
- timeoutOf(int) - Static method in class com.bumptech.glide.request.RequestOptions
-
- toBytes(ByteBuffer) - Static method in class com.bumptech.glide.util.ByteBufferUtil
-
- toFile(ByteBuffer, File) - Static method in class com.bumptech.glide.util.ByteBufferUtil
-
- toStream(ByteBuffer, OutputStream) - Static method in class com.bumptech.glide.util.ByteBufferUtil
-
- toStream(ByteBuffer) - Static method in class com.bumptech.glide.util.ByteBufferUtil
-
- toString() - Method in class com.bumptech.glide.load.engine.bitmap_recycle.SizeConfigStrategy
-
- toString() - Method in class com.bumptech.glide.load.engine.DecodePath
-
- toString() - Method in class com.bumptech.glide.load.engine.executor.GlideExecutor
-
- toString() - Method in class com.bumptech.glide.load.engine.LoadPath
-
- toString() - Method in class com.bumptech.glide.load.engine.prefill.PreFillType
-
- toString() - Method in class com.bumptech.glide.load.model.GlideUrl
-
- toString() - Method in class com.bumptech.glide.load.model.LazyHeaders
-
- toString() - Method in class com.bumptech.glide.load.Option
-
- toString() - Method in class com.bumptech.glide.load.Options
-
- toString() - Method in class com.bumptech.glide.manager.RequestManagerFragment
-
Deprecated.
- toString() - Method in class com.bumptech.glide.manager.RequestTracker
-
- toString() - Method in class com.bumptech.glide.manager.SupportRequestManagerFragment
-
- toString() - Method in class com.bumptech.glide.request.target.CustomViewTarget
-
- toString() - Method in class com.bumptech.glide.request.target.ViewTarget
-
Deprecated.
- toString() - Method in class com.bumptech.glide.RequestManager
-
- toString() - Method in class com.bumptech.glide.signature.EmptySignature
-
- toString() - Method in class com.bumptech.glide.signature.ObjectKey
-
- toString() - Method in class com.bumptech.glide.util.MultiClassKey
-
- toStringUrl() - Method in class com.bumptech.glide.load.model.GlideUrl
-
Returns a properly escaped String
url that can be used to make http/https requests.
- TOTAL_ITERATION_COUNT_FOREVER - Static variable in interface com.bumptech.glide.gifdecoder.GifDecoder
-
The total iteration count which means repeat forever.
- toURL() - Method in class com.bumptech.glide.load.model.GlideUrl
-
- track(Target<?>) - Method in class com.bumptech.glide.manager.TargetTracker
-
- transcode(Resource<Bitmap>, Options) - Method in class com.bumptech.glide.load.resource.transcode.BitmapBytesTranscoder
-
- transcode(Resource<Bitmap>, Options) - Method in class com.bumptech.glide.load.resource.transcode.BitmapDrawableTranscoder
-
- transcode(Resource<Drawable>, Options) - Method in class com.bumptech.glide.load.resource.transcode.DrawableBytesTranscoder
-
- transcode(Resource<GifDrawable>, Options) - Method in class com.bumptech.glide.load.resource.transcode.GifDrawableBytesTranscoder
-
- transcode(Resource<Z>, Options) - Method in interface com.bumptech.glide.load.resource.transcode.ResourceTranscoder
-
Transcodes the given resource to the new resource type and returns the new resource.
- transcode(Resource<Z>, Options) - Method in class com.bumptech.glide.load.resource.transcode.UnitTranscoder
-
- TranscoderRegistry - Class in com.bumptech.glide.load.resource.transcode
-
A class that allows
ResourceTranscoder
s to be
registered and retrieved by the classes they convert between.
- TranscoderRegistry() - Constructor for class com.bumptech.glide.load.resource.transcode.TranscoderRegistry
-
- transform(Context, Resource<T>, int, int) - Method in class com.bumptech.glide.load.MultiTransformation
-
- transform(Context, Resource<BitmapDrawable>, int, int) - Method in class com.bumptech.glide.load.resource.bitmap.BitmapDrawableTransformation
-
Deprecated.
- transform(Context, Resource<Bitmap>, int, int) - Method in class com.bumptech.glide.load.resource.bitmap.BitmapTransformation
-
- transform(BitmapPool, Bitmap, int, int) - Method in class com.bumptech.glide.load.resource.bitmap.BitmapTransformation
-
Transforms the given Bitmap
based on the given dimensions and returns
the transformed result.
- transform(BitmapPool, Bitmap, int, int) - Method in class com.bumptech.glide.load.resource.bitmap.CenterCrop
-
- transform(BitmapPool, Bitmap, int, int) - Method in class com.bumptech.glide.load.resource.bitmap.CenterInside
-
- transform(BitmapPool, Bitmap, int, int) - Method in class com.bumptech.glide.load.resource.bitmap.CircleCrop
-
- transform(Context, Resource<Drawable>, int, int) - Method in class com.bumptech.glide.load.resource.bitmap.DrawableTransformation
-
- transform(BitmapPool, Bitmap, int, int) - Method in class com.bumptech.glide.load.resource.bitmap.FitCenter
-
- transform(BitmapPool, Bitmap, int, int) - Method in class com.bumptech.glide.load.resource.bitmap.Rotate
-
- transform(BitmapPool, Bitmap, int, int) - Method in class com.bumptech.glide.load.resource.bitmap.RoundedCorners
-
- transform(Context, Resource<GifDrawable>, int, int) - Method in class com.bumptech.glide.load.resource.gif.GifDrawableTransformation
-
- transform(Context, Resource<T>, int, int) - Method in class com.bumptech.glide.load.resource.UnitTransformation
-
- transform(Context, Resource<T>, int, int) - Method in interface com.bumptech.glide.load.Transformation
-
Transforms the given resource and returns the transformed resource.
- transform(Transformation<Bitmap>) - Method in class com.bumptech.glide.request.BaseRequestOptions
-
Applies the given
Transformation
for
Bitmaps
to the default types (
Bitmap
,
BitmapDrawable
, and
GifDrawable
)
and throws an exception if asked to transform an unknown type.
- transform(Transformation<Bitmap>...) - Method in class com.bumptech.glide.request.BaseRequestOptions
-
Applies the given
Transformation
s in the given order for
Bitmaps
to the default types (
Bitmap
,
BitmapDrawable
, and
GifDrawable
)
and throws an exception if asked to transform an unknown type.
- transform(Class<Y>, Transformation<Y>) - Method in class com.bumptech.glide.request.BaseRequestOptions
-
Applies the given
Transformation
for any decoded resource of
the given type and throws if asked to transform an unknown resource type.
- Transformation<T> - Interface in com.bumptech.glide.load
-
- TransformationUtils - Class in com.bumptech.glide.load.resource.bitmap
-
A class with methods to efficiently resize Bitmaps.
- transforms(Transformation<Bitmap>...) - Method in class com.bumptech.glide.request.BaseRequestOptions
-
- transition(Drawable, Transition.ViewAdapter) - Method in class com.bumptech.glide.request.transition.DrawableCrossFadeTransition
-
Animates from the previous drawable to the current drawable in one of two ways.
- transition(Object, Transition.ViewAdapter) - Method in class com.bumptech.glide.request.transition.NoTransition
-
Performs no animation and always returns false
.
- Transition<R> - Interface in com.bumptech.glide.request.transition
-
An interface that allows a transition to be applied to
View
s in
Target
s in across resource types.
- transition(R, Transition.ViewAdapter) - Method in interface com.bumptech.glide.request.transition.Transition
-
Animates from the previous Drawable
that is currently being
displayed in the given view, if not null, to the new resource that should be displayed in the
view.
- transition(R, Transition.ViewAdapter) - Method in class com.bumptech.glide.request.transition.ViewPropertyTransition
-
Always applies the
ViewPropertyTransition.Animator
given in the constructor to the
given view and returns
false
because the animator cannot put the new resource on the
view.
- transition(R, Transition.ViewAdapter) - Method in class com.bumptech.glide.request.transition.ViewTransition
-
Always clears the current animation on the view using
View.clearAnimation()
, then starts the
Animation
given in the constructor using
View.startAnimation(android.view.animation.Animation)
and then returns
false
because the animation does not actually put the current resource on the view.
- transition(TransitionOptions<?, ? super TranscodeType>) - Method in class com.bumptech.glide.RequestBuilder
-
Sets the
TransitionOptions
to use to transition from the placeholder or thumbnail when
this load completes.
- transition(int) - Method in class com.bumptech.glide.TransitionOptions
-
Sets an Animation
to run on the wrapped target when an resource
load finishes.
- transition(ViewPropertyTransition.Animator) - Method in class com.bumptech.glide.TransitionOptions
-
Sets an animator to run a ViewPropertyAnimator
on a view that the target
may be wrapping when a resource load finishes.
- transition(TransitionFactory<? super TranscodeType>) - Method in class com.bumptech.glide.TransitionOptions
-
- Transition.ViewAdapter - Interface in com.bumptech.glide.request.transition
-
An interface wrapping a view that exposes the necessary methods to run the various types of
android animations as transitions: (
ViewTransition
,
ViewPropertyTransition
and
animated
Drawable
s).
- TransitionFactory<R> - Interface in com.bumptech.glide.request.transition
-
A factory class that can produce different
Transition
s based on the state of the
request.
- TransitionOptions<CHILD extends TransitionOptions<CHILD,TranscodeType>,TranscodeType> - Class in com.bumptech.glide
-
A base class for setting a transition to use on a resource when a load completes.
- TransitionOptions() - Constructor for class com.bumptech.glide.TransitionOptions
-
- transitionUsing(TransitionFactory<Drawable>) - Method in class com.bumptech.glide.load.resource.bitmap.BitmapTransitionOptions
-
Enables a any Drawable based animation to run on Bitmaps as well.
- trimMemory(int) - Method in class com.bumptech.glide.Glide
-
Clears some memory with the exact amount depending on the given level.
- trimMemory(int) - Method in interface com.bumptech.glide.load.engine.bitmap_recycle.ArrayPool
-
Trims the size to the appropriate level.
- trimMemory(int) - Method in interface com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool
-
Reduces the size of the cache by evicting items based on the given level.
- trimMemory(int) - Method in class com.bumptech.glide.load.engine.bitmap_recycle.BitmapPoolAdapter
-
- trimMemory(int) - Method in class com.bumptech.glide.load.engine.bitmap_recycle.LruArrayPool
-
- trimMemory(int) - Method in class com.bumptech.glide.load.engine.bitmap_recycle.LruBitmapPool
-
- trimMemory(int) - Method in class com.bumptech.glide.load.engine.cache.LruResourceCache
-
- trimMemory(int) - Method in interface com.bumptech.glide.load.engine.cache.MemoryCache
-
Trim the memory cache to the appropriate level.
- trimMemory(int) - Method in class com.bumptech.glide.load.engine.cache.MemoryCacheAdapter
-
- trimToSize(long) - Method in class com.bumptech.glide.util.LruCache
-
Removes the least recently used items from the cache until the current size is less than the
given size.
- valueOf(String) - Static method in enum com.bumptech.glide.load.DataSource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.bumptech.glide.load.DecodeFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.bumptech.glide.load.EncodeStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.bumptech.glide.load.ImageHeaderParser.ImageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.bumptech.glide.load.resource.bitmap.DownsampleStrategy.SampleSizeRounding
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.bumptech.glide.MemoryCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.bumptech.glide.Priority
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.bumptech.glide.load.DataSource
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.bumptech.glide.load.DecodeFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.bumptech.glide.load.EncodeStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.bumptech.glide.load.ImageHeaderParser.ImageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.bumptech.glide.load.resource.bitmap.DownsampleStrategy.SampleSizeRounding
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.bumptech.glide.MemoryCategory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.bumptech.glide.Priority
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VideoBitmapDecoder - Class in com.bumptech.glide.load.resource.bitmap
-
- VideoBitmapDecoder(Context) - Constructor for class com.bumptech.glide.load.resource.bitmap.VideoBitmapDecoder
-
Deprecated.
- VideoBitmapDecoder(BitmapPool) - Constructor for class com.bumptech.glide.load.resource.bitmap.VideoBitmapDecoder
-
Deprecated.
- VideoDecoder<T> - Class in com.bumptech.glide.load.resource.bitmap
-
Decodes video data to Bitmaps from ParcelFileDescriptor
s and
AssetFileDescriptor
s.
- view - Variable in class com.bumptech.glide.request.target.CustomViewTarget
-
- view - Variable in class com.bumptech.glide.request.target.ViewTarget
-
Deprecated.
- ViewAnimationFactory<R> - Class in com.bumptech.glide.request.transition
-
- ViewAnimationFactory(Animation) - Constructor for class com.bumptech.glide.request.transition.ViewAnimationFactory
-
- ViewAnimationFactory(int) - Constructor for class com.bumptech.glide.request.transition.ViewAnimationFactory
-
- ViewPreloadSizeProvider<T> - Class in com.bumptech.glide.util
-
- ViewPreloadSizeProvider() - Constructor for class com.bumptech.glide.util.ViewPreloadSizeProvider
-
- ViewPreloadSizeProvider(View) - Constructor for class com.bumptech.glide.util.ViewPreloadSizeProvider
-
Constructor that will extract the preload size from a given View
.
- ViewPropertyAnimationFactory<R> - Class in com.bumptech.glide.request.transition
-
- ViewPropertyAnimationFactory(ViewPropertyTransition.Animator) - Constructor for class com.bumptech.glide.request.transition.ViewPropertyAnimationFactory
-
- ViewPropertyTransition<R> - Class in com.bumptech.glide.request.transition
-
A
Transition
that accepts an interface that can apply an animation like a
ViewPropertyAnimator
or a
android.animation.ObjectAnimator
that can be used
to transition a resource into a
View
.
- ViewPropertyTransition(ViewPropertyTransition.Animator) - Constructor for class com.bumptech.glide.request.transition.ViewPropertyTransition
-
- ViewPropertyTransition.Animator - Interface in com.bumptech.glide.request.transition
-
An interface that allows an animation to be applied on or started from an View
.
- ViewTarget<T extends android.view.View,Z> - Class in com.bumptech.glide.request.target
-
- ViewTarget(T) - Constructor for class com.bumptech.glide.request.target.ViewTarget
-
Deprecated.
Constructor that defaults waitForLayout
to false
.
- ViewTarget(T, boolean) - Constructor for class com.bumptech.glide.request.target.ViewTarget
-
- ViewTransition<R> - Class in com.bumptech.glide.request.transition
-
A
Transition
that can apply a
Animation
to a
View
using
View.startAnimation(android.view.animation.Animation)
.
- VolleyGlideModule - Class in com.bumptech.glide.integration.volley
-
- VolleyGlideModule() - Constructor for class com.bumptech.glide.integration.volley.VolleyGlideModule
-
Deprecated.
- VolleyLibraryGlideModule - Class in com.bumptech.glide.integration.volley
-
- VolleyLibraryGlideModule() - Constructor for class com.bumptech.glide.integration.volley.VolleyLibraryGlideModule
-
- VolleyRequestFactory - Interface in com.bumptech.glide.integration.volley
-
Used to construct a custom Volley request, such as for authentication header decoration.
- VolleyStreamFetcher - Class in com.bumptech.glide.integration.volley
-
A DataFetcher backed by volley for fetching images via http.
- VolleyStreamFetcher(RequestQueue, GlideUrl) - Constructor for class com.bumptech.glide.integration.volley.VolleyStreamFetcher
-
- VolleyStreamFetcher(RequestQueue, GlideUrl, VolleyRequestFactory) - Constructor for class com.bumptech.glide.integration.volley.VolleyStreamFetcher
-
- VolleyStreamFetcher.GlideRequest - Class in com.bumptech.glide.integration.volley
-
Default Request
implementation for Glide that receives errors and
results on volley's background thread.
- VolleyUrlLoader - Class in com.bumptech.glide.integration.volley
-
A simple model loader for fetching media over http/https using Volley.
- VolleyUrlLoader(RequestQueue) - Constructor for class com.bumptech.glide.integration.volley.VolleyUrlLoader
-
- VolleyUrlLoader(RequestQueue, VolleyRequestFactory) - Constructor for class com.bumptech.glide.integration.volley.VolleyUrlLoader
-
- VolleyUrlLoader.Factory - Class in com.bumptech.glide.integration.volley
-