|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
LazyHeaderFactory that will be used to construct a value for the given
key lazily on a background thread.
ViewPropertyAnimator on a view that the target may be wrapping
when a resource load finishes.
ViewPropertyAnimator on a view that the target may be wrapping
when a resource load finishes.
Animation object which results in
views animating repeatedly. Use GenericRequestBuilder.animate(int) or
GenericRequestBuilder.animate(com.bumptech.glide.request.animation.ViewPropertyAnimation.Animator). Scheduled to be removed in
Glide 4.0.
ViewPropertyAnimator on a view that the target may be wrapping
when a resource load finishes.
ViewPropertyAnimator on a view that the target may be wrapping
when a resource load finishes.
Drawable that is currently being displayed in the
given view, if not null, to the new resource that should be displayed in the view.
false.
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 set the current resource on the view.
ViewPropertyAnimation.Animator given in the
constructor to the given view and returns false because the animator cannot set the new resource on
the view.
View.
Key signature containing the application version
name using PackageInfo.versionCode.GlideBuilder immediately before the Glide singleton is
created.
Downsampler.AT_LEAST.
Target.SIZE_ORIGINAL as the target width and height.
Target.SIZE_ORIGINAL as the target width and height.
Bitmap, even if it could actually be animated.
GifDrawable.
Downsampler.NONE.
IllegalArgumentException if called on the main thread.
IllegalArgumentException if called on a thread other than the main thread.
AssetManager.Downsampler.AT_MOST.
Target for loading Resources that provides basic or empty
implementations for most methods.ResourceTranscoder that converts
Bitmaps into byte arrays using
Bitmap.compress(android.graphics.Bitmap.CompressFormat, int, java.io.OutputStream).Resource that wraps an BitmapDrawableResourceEncoder that writes Bitmaps to
OutputStreams.Target that can display an Bitmap in an
ImageView.Bitmap objects.BitmapPool implementation that rejects all
Bitmaps added to it and always returns null from get.Bitmaps in a
BitmapPool.Bitmap object.GlideBitmapDrawableTranscoder that transcodes
to GlideDrawable rather than
GlideBitmapDrawable.GlideDrawables using the given Bitmap transformations.
Transformation for transforming Bitmaps that
abstracts away dealing with Resource objects for subclasses.Bitmap directly or that adds an
ResourceTranscoder to transcode the Bitmap into another
resource type.null if no disk cache could be created.
LazyHeaders object.
GlideAnimation.
GlideAnimation for the given arguments.
GlideAnimation for the given arguments.
ModelLoader for the given model class that produces
ParcelFileDescriptors using a registered factory.
ModelLoader for the given model class that produces
ParcelFileDescriptors using a registered factory.
ModelLoader for the given model class using registered ModelLoaderFactorys.
ModelLoader for a given model object using registered
ModelLoaderFactorys.
GenericLoaderFactory.buildModelLoader(Class, Class) instead. Scheduled to be removed in Glide 4.0.
ModelLoader for the given model and resource classes by either returning a cached
ModelLoader or building a new a new ModelLoader using registered ModelLoaderFactorys.
ModelLoader for the given model that produces InputStreams using a registered
factory.
ModelLoader for the given model that produces InputStreams using a registered
factory.
Resource wrapping a byte array.ResourceDecoder to use to load the resource from the disk cache.
ResourceDecoder to use to load the resource from the disk cache.
ResourceDecoder to use to load the resource from the disk cache.
ResourceDecoder to use to load the resource from the disk cache.
Request can display a placeholder.
Request can display a loaded bitmap.
CenterCrop.
GlideDrawables using CenterCrop.
CenterCrop.
LoadProvider that returns classes preferentially from those set on it but
that also defaults to a wrapped LoadProvider when a particular class is not set.Bitmaps) that may
have been loaded for the target so they may be reused.
Bitmaps from the pool.
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.ContentLengthInputStream.available() and verifies
that at least content length bytes are returned from the various read methods.Queue of the given size using Glide's preferred implementation.
Drawable.
Drawable.
Drawable.
Drawable.
Drawable.
Drawable.
DataLoadProviders to be registered and retrieved by the
data and resource classes they provide encoders and decoders for.Bitmap.getConfig() for Bitmaps
returned by a BitmapDecoder.ResourceDecoder to use to load the resource from the original data.
ResourceDecoder to use to load the resource from the original data.
ResourceDecoder to use to load the resource from the original data.
ResourceDecoder to use to load the resource from the original data.
DiskCacheStrategy to use for this load.
DiskCacheStrategy to use for this load.
DiskCacheStrategy to use for this load.
DiskCacheStrategy to use for this load.
DiskLruCache based disk cache in the specified disk cache
directory.DiskLruCacheFactory.CacheDirectoryGetter.getCacheDirectory() will be called out of UI thread,
allowing to do I/O access without performance impacts.
Transformation.
Transformation.
Transformation.
Transformation.
Future that can be
used to retrieve the cache File containing the data.
Future that can be
used to retrieve the cache File containing the data.
GlideAnimation 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 set on the target.GlideAnimation for Drawables
that uses an TransitionDrawable to transition from an existing drawable
already visible on the target to a new drawable.Drawable objects in ImageViews.GlideDrawable.Drawable which returns a
new drawable
based on it's state.ResourceTranscoder to transcode the data into a
resource type other than a Drawable.key, or null if another
edit is in progress.
DataLoadProvider that returns null for every class.Encoder to use to encode the original data directly to cache.
Encoder to use to encode the original data directly to cache.
Encoder to use to encode the original data directly to cache.
Encoder to use to encode the original data directly to cache.
Drawable to display if a load fails.
Drawable to display if a load fails.
Drawable to display if a load fails.
Drawable to display if a load fails.
InputStream that catches IOExceptions during read and skip calls and stores them
so they can later be handled or thrown.InputStream containing
image data.DiskLruCache based disk cache in the external disk cache
directory.Drawable to display if the model provided to
GenericRequestBuilder.load(Object) is null.
GenericRequestBuilder.load(Object) is null.
ThreadPoolExecutor that prioritizes submitted Runnables by assuming they implement
Prioritized.FifoPriorityThreadPoolExecutor.DefaultThreadFactory.
FifoPriorityThreadPoolExecutor.DefaultThreadFactory.
ThreadFactory that builds threads with priority
Process.THREAD_PRIORITY_BACKGROUND.ResourceDecoder that creates resource for a given File.ParcelFileDescriptor for an asset path.DataLoadProvider that provides classes for decoding and encoding
Bitmaps from ParcelFileDescriptor data.ResourceDecoder for decoding Bitmaps from
ParcelFileDescriptor data.ModelLoader For translating File models into ParcelFileDescriptor data.ModelLoaderFactory for
FileDescriptorFileLoaders.ParcelFileDescriptor for a local Uri.ModelLoaders that translate models into Files.ModelLoader For translating android resource id models into ParcelFileDescriptor data.FileDescriptorResourceLoaders.ModelLoader For translating String models, such as file paths, into ParcelFileDescriptor
data.FileDescriptorStringLoaders.ModelLoader For translating Uri models for local uris into ParcelFileDescriptor data.FileDescriptorUriLoaders.Files.Resource that wraps a File.InputStream decoder to allow it to decode from a file.FitCenter.
GlideDrawables using FitCenter.
FitCenter.
LoadProvider that sets the classes it provides using non null arguments in its
constructor.ListPreloader.PreloadSizeProvider with a fixed width and height.Bitmaps decoded in this request.
ModelLoaderFactorys registered for the given model class for
InputStreams and ParcelFileDescriptors to load a thumbnail from objects of
the given modelClass.
ModelLoader to load
images from an InputStreams obtained from models of the given model class.
StreamByteArrayLoader to load
images from byte arrays.
ModelLoaderFactory currently
registered for File to load the image represented by the given File.
MediaStore.Images.Thumbnails and
MediaStore.Video.Thumbnails to retrieve pre-generated thumbnails for
Uris.
ModelLoaderFactory currently
registered for Integer to load the image represented by the given Integer resource id.
Strings using an empty signature.
Uris using no signature.
URL class has
a number of performance problems and should generally be avoided when
possible. Prefer RequestManager.load(android.net.Uri) or RequestManager.load(String).
Target and a
Future.ModelLoaderFactory and/or a ModelLoader
for a given model type.Request that loads a Resource into a given Target.key, or null if it doesn't
exist is not currently readable.
Bitmap of exactly the given width, height, and configuration, and containing
only transparent pixels or null if no such Bitmap could be obtained from the pool.
ResourceTranscoder for the
given classes.
DataLoadProvider for the given classes.
NoAnimation.
Bitmap in bytes.
Bitmap with the given width, height, and
Bitmap.Config.
BitmapPool used to temporarily store
Bitmaps so they can be reused to avoid garbage collections.
Bitmap resource if it exists, or null.
ResourceDecoder to use to decode the resource from the disk cache.
ResourceDecoder to use to decode the resource from the disk cache.
ResourceDecoder to use to decode the resource from the disk cache.
String suitable for use as a disk cache key.
Drawable being displayed in the view using
ImageView.getDrawable().
RequestManagers relative to the context of the current RequestManager.
ListPreloader.PreloadSizeProvider instead. This method will be removed
in Glide 4.0.
BitmapPool.get(int, int, android.graphics.Bitmap.Config) except that any returned non-null
Bitmap may not have been erased and may contain random data.
ResourceEncoder to use to write the decoded and transformed resource
to the disk cache.
ResourceEncoder to use to write the decoded and transformed resource
to the disk cache.
ResourceEncoder to use to write the decoded and transformed resource
to the disk cache.
NoAnimations.
GifDrawable resource if it exists, or null.
Map containing headers.
ListPreloader.PreloadModelProvider instead. This method will be
removed in Glide 4.0.
index.
LogTime.getElapsedMillis(long).
ModelLoader to convert from the given model to a data type.
ModelLoader to convert from the given model to a data type.
start and end.
GenericRequestBuilder for a given item.
null if no size is currently available.
View.getTag().
ListPreloader.PreloadModelProvider instead. This method will be
removed in Glide 4.0.
RequestManager or null if none exists.
RequestManager or null if none is set.
RequestManagerTreeNode that provides tree traversal methods relative to the associated
RequestManager.
DataFetcher that can fetch the data required to decode the resource represented by this model.
View.getWidth() and
View.getHeight().
Util.getBitmapByteSize(android.graphics.Bitmap) instead. Scheduled to be removed in Glide
4.0.
ResourceDecoder to use to decode the resource from the original data.
ResourceDecoder to use to decode the resource from the original data.
ResourceDecoder to use to decode the resource from the original data.
Encoder to use to write the original data to the disk cache.
Encoder to use to write the original data to the disk cache.
Encoder to use to write the original data to the disk cache.
index.
ResourceTranscoder to convert from the decoded
and transformed resource into the transcoded resource.
ResourceTranscoder to convert from the decoded
and transformed resource into the transcoded resource.
ResourceTranscoder to convert from the decoded
and transformed resource into the transcoded resource.
View.
View.
Bitmap resource or an
GifDrawable resource.ResourceTranscoder that can transcode either an
Bitmap or an GifDrawable into an
Drawable.GifBitmapWrapper.ResourceDecoder that can decode either an Bitmap or an GifDrawable
from an InputStream or a ParcelFileDescriptor.ResourceEncoder that can encode either an Bitmap or
GifDrawable.ResourceDecoder that can decode an
GifBitmapWrapper from InputStream data.Transformation that can apply a wrapped Bitmap
transformation to both Bitmaps and GifDrawable.Bitmaps to avoid GCs from constantly
allocating Bitmaps for every frame.Drawable that plays the frames of an animated GIF.ResourceTranscoder that converts
GifDrawable into bytes by obtaining the original bytes of the GIF from
the GifDrawable.DataLoadProvider that loads an InputStream into
GifDrawable that can be used to display an animated GIF.GifDrawable.Transformation that wraps a transformation for a Bitmap
and can apply it to every frame of any GifDrawable.GifHeaders from data representing animated
gifs.ResourceDecoder that decodes
GifDrawable from InputStream data.ResourceEncoder that can write
GifDrawable to cache.GifDrawable
directly or that adds an ResourceTranscoder to transcode
GifDrawable into another resource type.BitmapRequestBuilder and
maintaining an Engine, BitmapPool, DiskCache and
MemoryCache.Views in
Targets in across resource types.ViewAnimation,
ViewPropertyAnimation and animated
Drawables).GlideAnimations based on the
state of the request.GlideDrawable for displaying a single image.GlideBitmapDrawable.ResourceTranscoder that converts
Bitmaps into BitmapDrawables.BitmapDrawable or
that contain an animation.Target that can display an Drawable in
an ImageView.Target that can display an
GlideDrawable in an ImageView.
Target that can display an
GlideDrawable in an ImageView.
GlideBuilder and registering
ModelLoaders.InputStream for a Url.ModelLoader for translating GlideUrl
(http/https URLS) into InputStream data.HttpUrlGlideUrlLoaders.ResourceDecoder that will be used to decode Bitmaps obtained
from an InputStream.
ResourceDecoder that decodes ImageVideoWrappers using
a wrapped ResourceDecoder for InputStreams
and a wrapped ResourceDecoder for ParcelFileDescriptors.DataLoadProvider for loading either an InputStream or an
ParcelFileDescriptor as an Bitmap.DataLoadProvider that can load either an
GifDrawable or an Bitmap from either an
InputStream or an ParcelFileDescriptor.InputStream and a
ParcelFileDescriptor for a given model type by wrapping an
ModelLoader for InputStreams for the given model type and an
ModelLoader for ParcelFileDescriptor for the given model
type.InputStream and/or an ParcelFileDescriptor.ImageVideoWrapper to disk by preferentially
writing data from the wrapper's InputStream and falling back to the wrapper's
ParcelFileDescriptor if the InputStream isn't available.Target for displaying resources in
ImageViews.Target for a given
View subclass.DiskLruCache based disk cache in the internal disk cache
directory.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.
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.
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.
true if this drawable is animated.
Request has successfully completed.
true if called on the main thread, false otherwise.
true if called on the main thread, false otherwise.
true if requests are currently paused, and false otherwise.
RequestManager are currently paused.
GlideModule instead. Scheduled to be removed in Glide 4.0.
Target.SIZE_ORIGINAL.
LazyHeaders.Fragment and Activity lifecycle events.AbsListView so that images are in the memory
cache just before the corresponding view in created in the list.ListPreloader.ListPreloader(com.bumptech.glide.ListPreloader.PreloadModelProvider,
com.bumptech.glide.ListPreloader.PreloadSizeProvider, int) instead. This constructor will be removed in Glide
4.0.
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.
ModelLoader to load
an image from an InputStream obtained from the given model.
String.
Uri.
File.
URL class has
a number of performance problems and should generally be avoided when
possible. Prefer RequestManager.load(android.net.Uri) or RequestManager.load(String).
RequestManager.load(byte[]) along with
GenericRequestBuilder.signature(com.bumptech.glide.load.Key) instead. Scheduled to be
removed in Glide 4.0.
ModelLoaderFactorys currently
registered for the given model class for InputStreams and ParcelFileDescriptors to load a
thumbnail from either the image or the video represented by the given model.
RequestManager.loadFromMediaStore(android.net.Uri),
MediaStoreSignature, and
DrawableRequestBuilder.signature(com.bumptech.glide.load.Key) instead. Scheduled to be
removed in Glide 4.0.
Uri.
DataLoadProvider that also allows a
ModelLoader and a
ResourceTranscoder to be retrieved.AssetManager and returns the conrete data
type returned by the AssetManager.
Uri using the given
ContentResolver.
ContentResolver to load data from a Uri
pointing to a local resource.BitmapPool implementation that uses an
LruPoolStrategy to bucket Bitmaps and then uses an LRU
eviction policy to evict Bitmaps from the least recently used bucket in order to keep
the pool below a given maximum size limit.Resources.GlideModule references out of the AndroidManifest file.InputStreams from overflowing their buffer by reading data past their read limit.BufferedInputStream supports the RecyclableBufferedInputStream.mark(int)
and RecyclableBufferedInputStream.reset() methods.
MediaStoreSignature.
ModelLoader that can use media store uris to open pre-generated thumbnails
from the media store using MediaStore.Images.Thumbnails and
MediaStore.Video.Thumbnails if the requested size is less than or equal to the media store
thumbnail size.InputStream for a local Uri that may or may not be for a resource
in the media store.ModelLoader and ModelLoaderFactory to cache some data for a given
model, width and height.DataFetcher to obtain the data for a resource represented by the model.ModelLoader for a given model type.Classes to be used in hashed collections.GlideAnimation that performs no actions.NoAnimation.Target.SIZE_ORIGINAL as the target width and height.
ResourceDecoder that always returns null.Encoder that never writes data.ResourceEncoder that never writes data.Bitmap with exactly the given dimensions and config, or null if no such Bitmap
could be obtained.
BitmapResource wrapping the given Bitmap if the Bitmap is non-null or null if the
given Bitmap is null.
Key for version code of the Application of the given
Context.
Fragment.onDestroy()} or Activity.onDestroy() is
called.
Fragment.onDestroy()} or Activity.onDestroy() is
called.
Drawable on the view using
ImageView.setImageDrawable(android.graphics.drawable.Drawable).
Drawable on the view using
ImageView.setImageDrawable(android.graphics.drawable.Drawable).
Drawable on the view using
ImageView.setImageDrawable(android.graphics.drawable.Drawable).
Target.onResourceReady(Object, com.bumptech.glide.request.animation.GlideAnimation).
Fragment.onStart()} or Activity.onStart() is called.
Fragment.onStart()} or Activity.onStart() is called.
Fragment.onStop()} or Activity.onStop()} is called.
Fragment.onStop()} or Activity.onStop()} is called.
directory, creating a cache if none exists
there.
Target's width and height with the given values.
Target's width and height with the given values.
Target's width and height with the given values.
Target's width and height with the given values.
Request.clear() except that the request may later be restarted.
RequestManager.pauseRequests() recursively for all managers that are contextually descendant
to this manager based on the Activity/Fragment hierarchy:
When pausing on an Activity all attached fragments will also get paused.
Drawable resourceto display while a resource
is loading.
Drawable to display while a resource is loading.
Drawable resourceto display while a resource
is loading.
Drawable to display while a resource is loading.
Drawable resourceto display while a resource
is loading.
Drawable to display while a resource is loading.
Drawable resourceto display while a resource
is loading.
Drawable to display while a resource is loading.
BitmapPool using the given sizes.
BitmapPool
with Bitmaps of a single size and configuration.PreFillType.Target.SIZE_ORIGINAL as the target width and height.
Target class that loads a resource into memory and then
clears itself.Bitmap and returns true if the Bitmap
was eligible to be added and false otherwise.
byteCount bytes from this stream and stores them in
byte array buffer starting at offset offset.
InputStream and buffers the input.ModelLoader for models of the given class.
ModelLoaderFactory for the given model and resource classes and returns the previous
factory registered for the given model and resource classes or null if no such factory existed.
ResourceTranscoder using the given
classes so it can later be retrieved using the given classes.
DataLoadProvider using the given classes so it can later
be retrieved using the given classes.
key if it exists and can be removed.
Target.Target.Future implementation for Glide that can be used to load resources in a blocking
manner on background threads.RequestManager.ModelLoaders that requires the user to provide a
specific model.ModelLoaders that
requires the user to specify a specific resource class that will be loaded.ModelLoaders that translate models to
InputStream resources for loading images.ModelLoaders that translate models to
ParcelFileDescriptor resources for loading video thumbnails.Fragment used to safely store an RequestManager that
can be used to start, stop and manage Glide requests started for targets the fragment or activity this fragment is a
child of.RequestManagers or retrieving existing
ones from activities and fragment.RequestManager.resumeRequests() recursively for all managers that are contextually descendant
to this manager based on the Activity/Fragment hierarchy.
index to value.
BitmapPool implementation to use to store and
retrieve reused Bitmaps.
ResourceDecoder to use for decoding the resource from the disk cache.
Bitmap.Config for the Bitmaps to pre-fill.
DecodeFormat that will be the default format for all the default
decoders that can change the Bitmap.Config of the Bitmaps they
decode.
RequestManager.
GlideBuilder.setDiskCache(com.bumptech.glide.load.engine.cache.DiskCache.Factory) instead. Scheduled to be removed
in Glide 4.0.
DiskCache.Factory implementation to use to construct
the DiskCache to use to store
Resource data on disk.
ExecutorService implementation to use when retrieving
Resources that are currently in cache.
Drawable on the view using
ImageView.setImageDrawable(android.graphics.drawable.Drawable).
ResourceEncoder to use to write the decoded and transformed resource to
the disk cache.
MemoryCache implementation to store
Resources that are not currently in use.
MemoryCategory.
View.setTag(Object).
RequestManager.
RequestManager.
ExecutorService implementation to use when retrieving
Resources that are not already in the cache.
Bitmap on the view using
ImageView.setImageBitmap(android.graphics.Bitmap).
ImageView.setImageDrawable(android.graphics.drawable.Drawable).
ResourceDecoder to use to decoding the resource from the original data.
Encoder to use to write the original data to the disk cache.
View.setTag(int, Object)
to store temporary state allowing loads to be automatically cancelled and resources re-used
in scrolling lists.
ResourceTranscoder to use to transcode the decoded
resource.
GlideModule instead. Scheduled to be removed in Glide 4.0.
View the size will be extracted.
Target base class with default (usually noop) implementations
of non essential methods that allows the caller to specify an exact width/height.Target.SIZE_ORIGINAL as the target width and height.
Bitmaps using both Bitmap.getAllocationByteCount() and
the Bitmap.Config returned from Bitmap.getConfig().Target's size before loading the resource.
Target's size before loading the resource.
Target's size before loading the resource.
Target's size before loading the resource.
byteCount bytes in this stream.
InputStream for an asset path.DataLoadProvider that provides decoders and encoders for decoding and caching
Bitmaps using InputStream data.ResourceDecoder that uses an
Downsampler to decode an Bitmap from an
InputStream.GenericRequestBuilder.signature(com.bumptech.glide.load.Key)
and the empty constructor instead. Scheduled to be removed in Glide 4.0.
StreamByteArrayLoader.Encoder that can write an InputStream to disk.DataLoadProvider that provides encoders and decoders for for obtaining a
cache file from InputStream data.ModelLoader For translating File models for local uris into InputStream data.StreamFileLoaders.InputStream for a local Uri.ModelLoaders that translate models into InputStreams.ModelLoader For translating android resource id models for local uris into InputStream data.StreamResourceLoaders.ModelLoader for translating String models, such as file paths or remote urls, into
InputStream data.StreamStringLoaders.ModelLoader for translating uri models into InputStream data.StreamUriLoaders.URL objects into GlideUrl
objects and then uses the wrapped ModelLoader for
GlideUrls to load the InputStream data.StreamUrlLoaders.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.Bitmap retrieved by the given thumbnail request if it finishes
before this request.
GlideDrawable retrieved by the given thumbnail request if it finishes before this
request.
Requests that load a small thumbnail version of an image and
the full size version of the image at the same time.Bitmap to bytes by compressing it as a JPEG to a byte array.
Bitmap to bytes by compressing it using the
given format and quality to a byte array.
String url that can be used to make http/https requests.
URL that can be used to make http/https requests.
Bitmap into another resource type.
GifDrawable into another
resource type.
ResourceTranscoder to use for this load.
ResourceTranscoder to use for this load.
ResourceTranscoder to use for this load.
ResourceTranscoder to use for this load.
ResourceTranscoders to be registered and
retrieved by the classes they convert between.BitmapTransformations.
Transformations.
GlideDrawables using the given
BitmapTransformations.
Transformations.
Transformations.
Transformations.
Bitmap based on the given dimensions and returns the transformed
result.
ResourceTranscoder that simply returns the given resource.Glide.register(Class, Class, com.bumptech.glide.load.model.ModelLoaderFactory) to replace
a registered loader rather than simply removing it.
ModelLoaderFactory for the given model and resource classes.
Uris that handles local Uris directly and routes
remote Uris to a wrapped ModelLoader that handles
GlideUrls.URL objects into GlideUrl
objects and then uses the wrapped ModelLoader for
GlideUrls to load the data.ModelLoader to fetch a
generic data type.
StreamModelLoader to
fetch an InputStream for loading images.
StreamByteArrayLoader to fetch an InputStream for
loading Bitmaps.
ModelLoader to fetch a
ParcelFileDescriptor for loading video thumbnails.
BitmapDecoder that can decode a thumbnail frame
Bitmap from a ParcelFileDescriptor containing a video.ResourceDecoder that will be used to decode Bitmaps obtained
from an ParcelFileDescriptor.
GlideAnimation that can apply a
Animation to a View using
View.startAnimation.GlideAnimationFactory that produces
ViewAnimations.ListPreloader.PreloadSizeProvider that will extract the preload size from a given
View.ViewPreloadSizeProvider.setView(android.view.View) when a
View is available to registerComponents the dimensions returned by this class.
View.
GlideAnimation that accepts an interface
that can apply an animation like a ViewPropertyAnimator
or a ObjectAnimator to an View.ViewPropertyAnimation.Animator interface that can apply an animation
to a view.
View.GlideAnimationFactory that produces ViewPropertyAnimations.Target for loading Bitmaps into Views that provides default
implementations for most most methods and can determine the size of views using a
ViewTreeObserver.OnDrawListener.Activity's lifecycle and that uses the
given Activity's default options.
FragmentActivity's lifecycle
and that uses the given FragmentActivity's default options.
Fragment's lifecycle and that uses
the given Fragment's default options.
Fragment's lifecycle and
that uses the given Fragment's default options.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||