Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.bumptech.glide Classes and Interfaces - 235 results found.
NameDescriptionTypePackageFramework
AnimatedGifEncoder AnimatedGifEncoder e = new AnimatedGifEncoder(); e.Classcom.bumptech.glide.gifencoderGlide
ApplicationVersionSignatureA utility class for obtaining a Key signature containing the application version name using PackageInfo.Classcom.bumptech.glide.signatureGlide
AppWidgetTargetThis class is used in order to display downloaded Bitmap inside an ImageView of an AppWidget through RemoteViews.Classcom.bumptech.glide.request.targetGlide
AssetPathFetcherAn abstract class for obtaining data for an asset path using an AssetManager.Classcom.bumptech.glide.load.dataGlide
BaseGlideUrlLoaderA base class for loading images over http/https.Classcom.bumptech.glide.load.model.streamGlide
BaseTargetA base Target for loading Resources that provides basic or empty implementations for most methods.Classcom.bumptech.glide.request.targetGlide
BitmapBytesTranscoderAn ResourceTranscoder that converts Bitmaps into byte arrays usingClasscom.bumptech.glide.load.resource.transcodeGlide
BitmapDecoderA bitmap decoder for a given resource type.Interfacecom.bumptech.glide.load.resource.bitmapGlide
BitmapDrawableResourceA Resource that wraps an BitmapDrawable This class ensures that every call to DrawableResource.Classcom.bumptech.glide.load.resource.bitmapGlide
BitmapEncoderAn ResourceEncoder that writes Bitmaps to Bitmaps that return true from Bitmap.Classcom.bumptech.glide.load.resource.bitmapGlide
BitmapImageViewTargetA Target that can display an Bitmap in anSee Also:GlideDrawableImageViewTargetClasscom.bumptech.glide.request.targetGlide
BitmapPoolAn interface for a pool that allows users to reuse Bitmap objects.Interfacecom.bumptech.glide.load.engine.bitmap_recycleGlide
BitmapPoolAdapterAn BitmapPool implementation that rejects all Bitmaps added to it and always returns null from get.Classcom.bumptech.glide.load.engine.bitmap_recycleGlide
BitmapPreFillerClasscom.bumptech.glide.load.engine.prefillGlide
BitmapRequestBuilderA class for creating a request to load a bitmap for an image or from a video.Classcom.bumptech.glideGlide
BitmapResourceA resource wrapping a Bitmap object.Classcom.bumptech.glide.load.resource.bitmapGlide
BitmapToGlideDrawableTranscoderA wrapper for GlideBitmapDrawableTranscoder that transcodes to GlideDrawable rather thanClasscom.bumptech.glide.load.resource.transcodeGlide
BitmapTransformationA simple Transformation for transforming Bitmaps that abstracts away dealing with Resource objects for subclasses.Classcom.bumptech.glide.load.resource.bitmapGlide
BitmapTypeRequestA class for creating a load request that either loads an Bitmap directly or that adds an ResourceTranscoder to transcode the Bitmap into anotherClasscom.bumptech.glideGlide
ByteArrayFetcherA simple resource fetcher to convert byte arrays into input stream.Classcom.bumptech.glide.load.dataGlide
ByteArrayPoolA pool for reusing byte arrays that produces and contains byte arrays of a fixed size.Classcom.bumptech.glide.utilGlide
BytesResourceAn Resource wrapping a byte array.Classcom.bumptech.glide.load.resource.bytesGlide
CenterCropScale 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.Classcom.bumptech.glide.load.resource.bitmapGlide
ChildLoadProviderA 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.Classcom.bumptech.glide.providerGlide
ConnectivityMonitorAn interface for monitoring network connectivity events.Interfacecom.bumptech.glide.managerGlide
ConnectivityMonitor .ConnectivityListenerAn interface for listening to network connectivity events picked up by the monitor.Interfacecom.bumptech.glide.managerGlide
ConnectivityMonitorFactoryA factory class that produces a functional ConnectivityMonitor if the application has the android.Classcom.bumptech.glide.managerGlide
ContentLengthInputStreamUses the content length as the basis for the return value of available() and verifies that at least content length bytes are returned from the various read methods.Classcom.bumptech.glide.utilGlide
DataFetcherAn interface for lazily retrieving data that can be used to load a resource.Interfacecom.bumptech.glide.load.dataGlide
DataLoadProviderA load provider that provides the necessary encoders and decoders to decode a specific type of resource from a specific type of data.Interfacecom.bumptech.glide.providerGlide
DataLoadProviderRegistryA class that allows DataLoadProviders to be registered and retrieved by the data and resource classes they provide encoders and decoders for.Classcom.bumptech.glide.providerGlide
DecodeFormatenum DecodeFormatextends EnumOptions for setting the value of Bitmap.Classcom.bumptech.glide.loadGlide
DiskCacheAn interface for writing to and reading from a disk cache.Interfacecom.bumptech.glide.load.engine.cacheGlide
DiskCache .FactoryAn interface for lazily creating a disk cache.Interfacecom.bumptech.glide.load.engine.cacheGlide
DiskCache .WriterAn interface to actually write data to a key in the disk cache.Interfacecom.bumptech.glide.load.engine.cacheGlide
DiskCacheAdapterA simple class that returns null for all gets and ignores all writes.Classcom.bumptech.glide.load.engine.cacheGlide
DiskCacheStrategyenum DiskCacheStrategyextends EnumSet of available caching strategies for media.Classcom.bumptech.glide.load.engineGlide
DiskLruCacheA cache that uses a bounded amount of space on a filesystem.Classcom.bumptech.glide.disklrucacheGlide
DiskLruCacheFactoryCreates an DiskLruCache based disk cache in the specified disk cache If you need to make I/O access before returning the cache directory useClasscom.bumptech.glide.load.engine.cacheGlide
DiskLruCacheFactory .CacheDirectoryGetterInterfacecom.bumptech.glide.load.engine.cacheGlide
DiskLruCacheWrapperThe default DiskCache implementation.Classcom.bumptech.glide.load.engine.cacheGlide
DownsamplerA base class with methods for loading and decoding images from InputStreams.Classcom.bumptech.glide.load.resource.bitmapGlide
DrawableCrossFadeFactoryA factory class that produces a new GlideAnimation that varies depending on whether or not the drawable was loaded from the memory cache and whether or not the drawable is the firstClasscom.bumptech.glide.request.animationGlide
DrawableCrossFadeViewAnimationA cross fade GlideAnimation for Drawables that uses an TransitionDrawable to transition from an existing drawableClasscom.bumptech.glide.request.animationGlide
DrawableImageViewTargetA target for display Drawable objects in ImageViews.Classcom.bumptech.glide.request.targetGlide
DrawableRequestBuilderA class for creating a request to load a GlideDrawable.Classcom.bumptech.glideGlide
DrawableResourceSimple wrapper for an Android Drawable which returns a based on it's state.Classcom.bumptech.glide.load.resource.drawableGlide
DrawableTypeRequestA class for creating a load request that loads either an animated GIF drawable or a Bitmap drawable directly, or adds an ResourceTranscoder to transcode the data into aClasscom.bumptech.glideGlide
EmptyDataLoadProviderA DataLoadProvider that returns null for every class.Classcom.bumptech.glide.providerGlide
EmptySignatureAn empty key that is always equal to all other empty keys.Classcom.bumptech.glide.signatureGlide
EncoderAn interface for writing data to some persistent data store (i.Interfacecom.bumptech.glide.loadGlide
EngineResponsible for starting loads and managing active and cached resources.Classcom.bumptech.glide.load.engineGlide
Engine .LoadStatusAllows a request to indicate it no longer is interested in a given load.Classcom.bumptech.glide.load.engineGlide
ExceptionCatchingInputStreamAn InputStream that catches IOExceptions during read and skip calls and stores them so they can later be handled or thrown.Classcom.bumptech.glide.utilGlide
ExifOrientationStreamAdds an exif segment with an orientation attribute to a wrapped InputStream containing This class assumes that the wrapped stream contains an image format that can containClasscom.bumptech.glide.load.dataGlide
ExternalCacheDiskCacheFactoryCreates an DiskLruCache based disk cache in the external disk cache Images can be read by everyone when using external disk cache.Classcom.bumptech.glide.load.engine.cacheGlide
FifoPriorityThreadPoolExecutorA FIFO priority ThreadPoolExecutor that prioritizes submitted Runnables by assuming they implement Prioritized.Classcom.bumptech.glide.load.engine.executorGlide
FifoPriorityThreadPoolExecutor .DefaultThreadFactoryA ThreadFactory that builds threads with priority Process.Classcom.bumptech.glide.load.engine.executorGlide
FifoPriorityThreadPoolExecutor .UncaughtThrowableStrategyA strategy for handling unexpected and uncaught throwables thrown by futures run on the pool.Classcom.bumptech.glide.load.engine.executorGlide
FileDecoderA simple ResourceDecoder that creates resource for a given File.Classcom.bumptech.glide.load.resource.fileGlide
FileDescriptorAssetPathFetcherFetches an ParcelFileDescriptor for an asset path.Classcom.bumptech.glide.load.dataGlide
FileDescriptorBitmapDataLoadProviderAn DataLoadProvider that provides classes for decoding and encoding Bitmaps from ParcelFileDescriptor data.Classcom.bumptech.glide.load.resource.bitmapGlide
FileDescriptorBitmapDecoderAn ResourceDecoder for decoding Bitmaps from ParcelFileDescriptor data.Classcom.bumptech.glide.load.resource.bitmapGlide
FileDescriptorFileLoaderA ModelLoader For translating File models into ParcelFileDescriptor data.Classcom.bumptech.glide.load.model.file_descriptorGlide
FileDescriptorFileLoader .FactoryThe default ModelLoaderFactory for FileDescriptorFileLoaders.Classcom.bumptech.glide.load.model.file_descriptorGlide
FileDescriptorLocalUriFetcherFetches an ParcelFileDescriptor for a local Uri.Classcom.bumptech.glide.load.dataGlide
FileDescriptorModelLoaderA base class for ModelLoaders that translate models into Files.Interfacecom.bumptech.glide.load.model.file_descriptorGlide
FileDescriptorResourceLoaderA ModelLoader For translating android resource id models into ParcelFileDescriptor data.Classcom.bumptech.glide.load.model.file_descriptorGlide
FileDescriptorResourceLoader .FactoryThe default factory for FileDescriptorResourceLoaders.Classcom.bumptech.glide.load.model.file_descriptorGlide
FileDescriptorStringLoaderClasscom.bumptech.glide.load.model.file_descriptorGlide
FileDescriptorStringLoader .FactoryThe default factory for FileDescriptorStringLoaders.Classcom.bumptech.glide.load.model.file_descriptorGlide
FileDescriptorUriLoaderA ModelLoader For translating Uri models for local uris into ParcelFileDescriptor data.Classcom.bumptech.glide.load.model.file_descriptorGlide
FileDescriptorUriLoader .FactoryThe default factory for FileDescriptorUriLoaders.Classcom.bumptech.glide.load.model.file_descriptorGlide
FileLoaderA simple model loader for loading data from Files.Classcom.bumptech.glide.load.modelGlide
FileResourceA simple Resource that wraps a File.Classcom.bumptech.glide.load.resource.fileGlide
FileToStreamDecoderA decoder that wraps an InputStream decoder to allow it to decode from a file.Classcom.bumptech.glide.load.resource.fileGlide
FitCenterScales 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.Classcom.bumptech.glide.load.resource.bitmapGlide
FixedLoadProviderClasscom.bumptech.glide.providerGlide
FixedPreloadSizeProviderA ListPreloader.Classcom.bumptech.glide.utilGlide
FutureTargetAn interface for an object that is both a Target and a Future.Interfacecom.bumptech.glide.requestGlide
GenericLoaderFactoryMaintains a map of model class to factory to retrieve a ModelLoaderFactory and/or a ModelLoader for a given model type.Classcom.bumptech.glide.load.modelGlide
GenericRequestA Request that loads a Resource into a given Target.Classcom.bumptech.glide.requestGlide
GenericRequestBuilderA generic class that can handle setting options and staring loads for generic resource types.Classcom.bumptech.glideGlide
GenericTranscodeRequestA class for handling requests to load a generic resource type or transcode the generic resource type into another generic resource type.Classcom.bumptech.glideGlide
GifBitmapWrapperA wrapper that contains either an Bitmap resource or an GifDrawable resource.Classcom.bumptech.glide.load.resource.gifbitmapGlide
GifBitmapWrapperDrawableTranscoderAn ResourceTranscoder that can transcode either an Bitmap or an GifDrawable into anClasscom.bumptech.glide.load.resource.transcodeGlide
GifBitmapWrapperResourceA resource that wraps an GifBitmapWrapper.Classcom.bumptech.glide.load.resource.gifbitmapGlide
GifBitmapWrapperResourceDecoderAn ResourceDecoder that can decode either an Bitmap or an GifDrawable from an InputStream or a ParcelFileDescriptor.Classcom.bumptech.glide.load.resource.gifbitmapGlide
GifBitmapWrapperResourceEncoderClasscom.bumptech.glide.load.resource.gifbitmapGlide
GifBitmapWrapperStreamResourceDecoderA ResourceDecoder that can decode an GifBitmapWrapper from InputStream data.Classcom.bumptech.glide.load.resource.gifbitmapGlide
GifBitmapWrapperTransformationA Transformation that can apply a wrapped Bitmap transformation to both Bitmaps and GifDrawable.Classcom.bumptech.glide.load.resource.gifbitmapGlide
GifDecoderReads frame data from a GIF image source and decodes it into individual frames for animation purposes.Classcom.bumptech.glide.gifdecoderGlide
GifDecoder .BitmapProviderAn interface that can be used to provide reused Bitmaps to avoid GCs from constantly allocating Bitmaps for every frame.Interfacecom.bumptech.glide.gifdecoderGlide
GifDrawableAn animated Drawable that plays the frames of an animated GIF.Classcom.bumptech.glide.load.resource.gifGlide
GifDrawableBytesTranscoderAn ResourceTranscoder that converts GifDrawable into bytes by obtaining the original bytes of the GIF fromClasscom.bumptech.glide.load.resource.transcodeGlide
GifDrawableLoadProviderAn DataLoadProvider that loads an InputStream into GifDrawable that can be used to display an animated GIF.Classcom.bumptech.glide.load.resource.gifGlide
GifDrawableResourceA resource wrapping an GifDrawable.Classcom.bumptech.glide.load.resource.gifGlide
GifDrawableTransformationAn Transformation that wraps a transformation for a Bitmap and can apply it to every frame of any GifDrawable.Classcom.bumptech.glide.load.resource.gifGlide
GifHeaderA 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.Classcom.bumptech.glide.gifdecoderGlide
GifHeaderParserA class responsible for creating GifHeaders from data representing animatedConstructor SummaryGifHeaderParser()Classcom.bumptech.glide.gifdecoderGlide
GifRequestBuilderA class for creating a request to load an animated gif.Classcom.bumptech.glideGlide
GifResourceDecoderAn ResourceDecoder that decodes GifDrawable from InputStream data.Classcom.bumptech.glide.load.resource.gifGlide
GifResourceEncoderAn ResourceEncoder that can write GifDrawable to cache.Classcom.bumptech.glide.load.resource.gifGlide
GifTypeRequestA class for creating a load request that either loads an GifDrawable directly or that adds an ResourceTranscoder to transcodeClasscom.bumptech.glideGlide
GlideA singleton to present a simple static interface for building requests with BitmapRequestBuilder and maintaining an Engine, BitmapPool, DiskCache andClasscom.bumptech.glideGlide
GlideAnimationAn interface that allows a transformation to be applied to Views in Targets in across resource types.Interfacecom.bumptech.glide.request.animationGlide
GlideAnimation .ViewAdapterAn interface wrapping a view that exposes the necessary methods to run the various types of android animations ViewPropertyAnimation and animatedInterfacecom.bumptech.glide.request.animationGlide
GlideAnimationFactoryA factory class that can produce different GlideAnimations based on the state of the request.Interfacecom.bumptech.glide.request.animationGlide
GlideBitmapDrawableA static GlideDrawable for displaying a single image.Classcom.bumptech.glide.load.resource.bitmapGlide
GlideBitmapDrawableResourceA resource wrapper for GlideBitmapDrawable.Classcom.bumptech.glide.load.resource.bitmapGlide
GlideBitmapDrawableTranscoderAn ResourceTranscoder that converts Bitmaps into BitmapDrawables.Classcom.bumptech.glide.load.resource.transcodeGlide
GlideBuilderA builder class for setting default structural classes for Glide to use.Classcom.bumptech.glideGlide
GlideDrawableA base class for drawables that are either static equivalents of BitmapDrawable or that contain an animation.Classcom.bumptech.glide.load.resource.drawableGlide
GlideDrawableImageViewTargetA Target that can display an Drawable inFields inherited from class com.Classcom.bumptech.glide.request.targetGlide
GlideModuleAn interface allowing lazy configuration of Glide including setting options using GlideBuilder and registeringInterfacecom.bumptech.glide.moduleGlide
GlideUrlA 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.Classcom.bumptech.glide.load.modelGlide
HeadersAn interface for a wrapper for a set of headers to be included in a Glide request.Interfacecom.bumptech.glide.load.modelGlide
HttpUrlFetcherA DataFetcher that retrieves an InputStream for a Url.Classcom.bumptech.glide.load.dataGlide
HttpUrlGlideUrlLoaderAn ModelLoader for translating GlideUrl (http/https URLS) into InputStream data.Classcom.bumptech.glide.load.model.streamGlide
HttpUrlGlideUrlLoader .FactoryThe default factory for HttpUrlGlideUrlLoaders.Classcom.bumptech.glide.load.model.streamGlide
ImageHeaderParserA class for parsing the exif orientation and other data from an image header.Classcom.bumptech.glide.load.resource.bitmapGlide
ImageHeaderParser .ImageTypeThe format of the image data including whether or not the image may include transparent pixels.Classcom.bumptech.glide.load.resource.bitmapGlide
ImageVideoBitmapDecoderA ResourceDecoder that decodes ImageVideoWrappers using a wrapped ResourceDecoder for InputStreamsClasscom.bumptech.glide.load.resource.bitmapGlide
ImageVideoDataLoadProviderA DataLoadProvider for loading either an InputStream or an ParcelFileDescriptor as an Bitmap.Classcom.bumptech.glide.load.resource.bitmapGlide
ImageVideoGifDrawableLoadProviderAn DataLoadProvider that can load either an GifDrawable or an Bitmap from either anClasscom.bumptech.glide.load.resource.gifbitmapGlide
ImageVideoModelLoaderA wrapper model loader that provides both an InputStream and a ParcelFileDescriptor for a given model type by wrapping anClasscom.bumptech.glide.load.modelGlide
ImageVideoWrapperA simple wrapper that wraps an InputStream and/or an ParcelFileDescriptor.Classcom.bumptech.glide.load.modelGlide
ImageVideoWrapperEncoderA source encoder that writes a ImageVideoWrapper to disk by preferentially writing data from the wrapper's InputStream and falling back to the wrapper'sClasscom.bumptech.glide.load.modelGlide
ImageViewTargetA base Target for displaying resources inFields inherited from class com.Classcom.bumptech.glide.request.targetGlide
ImageViewTargetFactoryA factory responsible for producing the correct type of Target for a givenConstructor SummaryImageViewTargetFactory()Classcom.bumptech.glide.request.targetGlide
InternalCacheDiskCacheFactoryClasscom.bumptech.glide.load.engine.cacheGlide
KeyAn interface that uniquely identifies some set of data.Interfacecom.bumptech.glide.loadGlide
LazyHeaderFactoryAn interface for lazily creating headers that allows expensive to calculate headers (oauth for example) to be generated in the background during the first fetch.Interfacecom.bumptech.glide.load.modelGlide
LazyHeadersA wrapper class for a set of headers to be included in a Glide request, allowing headers to be constructed lazily.Classcom.bumptech.glide.load.modelGlide
LazyHeaders .BuilderBuilder class for LazyHeaders.Classcom.bumptech.glide.load.modelGlide
LifecycleAn interface for listening to Activity/Fragment lifecycle events.Interfacecom.bumptech.glide.managerGlide
LifecycleListenerAn interface for listener to Fragment and Activity lifecycle events.Interfacecom.bumptech.glide.managerGlide
ListPreloaderLoads 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.Classcom.bumptech.glideGlide
ListPreloader .PreloadModelProviderAn implementation of PreloadModelProvider should provide all the models that should be preloaded.Interfacecom.bumptech.glideGlide
ListPreloader .PreloadSizeProviderInterfacecom.bumptech.glideGlide
LoadProviderAn extension of DataLoadProvider that also allows a ResourceTranscoder to be retrieved.Interfacecom.bumptech.glide.providerGlide
LocalUriFetcherA DataFetcher that uses an ContentResolver to load data from a Uri pointing to a local resource.Classcom.bumptech.glide.load.dataGlide
LogTimeA class for logging elapsed real time in millis.Classcom.bumptech.glide.utilGlide
LruBitmapPoolAn BitmapPool implementation that uses an LruPoolStrategy to bucket Bitmaps and then uses an LRUClasscom.bumptech.glide.load.engine.bitmap_recycleGlide
LruCacheA general purpose size limited cache that evicts items using an LRU algorithm.Classcom.bumptech.glide.utilGlide
LruResourceCacheAn LRU in memory cache for Resources.Classcom.bumptech.glide.load.engine.cacheGlide
ManifestParserParses GlideModule references out of the AndroidManifest file.Classcom.bumptech.glide.moduleGlide
MarkEnforcingInputStreamPrevents InputStreams from overflowing their buffer by reading data past their read limit.Classcom.bumptech.glide.utilGlide
MediaStoreSignatureA unique signature based on metadata data from the media store that detects common changes to media store files like edits, rotations, and temporary file replacement.Classcom.bumptech.glide.signatureGlide
MediaStoreStreamLoaderAn ModelLoader that can use media store uris to open pre-generated thumbnails from the media store using MediaStore.Classcom.bumptech.glide.load.model.streamGlide
MediaStoreThumbFetcherA DataFetcher that retrieves an InputStream for a local Uri that may or may not be for a resource in the media store.Classcom.bumptech.glide.load.dataGlide
MemoryCacheAn interface for adding and removing resources from an in memory cache.Interfacecom.bumptech.glide.load.engine.cacheGlide
MemoryCache .ResourceRemovedListenerAn interface that will be called whenever a bitmap is removed from the cache.Interfacecom.bumptech.glide.load.engine.cacheGlide
MemoryCacheAdapterA simple class that ignores all puts and returns null for all gets.Classcom.bumptech.glide.load.engine.cacheGlide
MemoryCategoryenum MemoryCategoryextends EnumAn enum for dynamically modifying the amount of memory Glide is able to use.Classcom.bumptech.glideGlide
MemorySizeCalculatorA calculator that tries to intelligently determine cache sizes for a given device based on some constants and the devices screen density, width, and height.Classcom.bumptech.glide.load.engine.cacheGlide
ModelCacheA simple cache that can be used by ModelLoader and ModelLoaderFactory to cache some data for a given model, width and height.Classcom.bumptech.glide.load.modelGlide
ModelLoaderA factory interface for translating an arbitrarily complex data model into a concrete data type that can be used by an DataFetcher to obtain the data for a resource represented by the model.Interfacecom.bumptech.glide.load.modelGlide
ModelLoaderFactoryAn interface for creating a ModelLoader for a given model type.Interfacecom.bumptech.glide.load.modelGlide
MultiClassKeyA key of two Classes to be used in hashed collections.Classcom.bumptech.glide.utilGlide
MultiTransformationA transformation that applies one or more transformations in iteration order to a resource.Classcom.bumptech.glide.loadGlide
NoAnimationA simple GlideAnimation that performs no actions.Classcom.bumptech.glide.request.animationGlide
NoAnimation .NoAnimationFactoryA factory that always returns the same NoAnimation.Classcom.bumptech.glide.request.animationGlide
NotificationTargetThis class is used to display downloaded Bitmap inside an ImageView of a Notification through RemoteViews.Classcom.bumptech.glide.request.targetGlide
NullDecoderA simple ResourceDecoder that always returns null.Classcom.bumptech.glide.load.resourceGlide
NullEncoderA simple Encoder that never writes data.Classcom.bumptech.glide.load.resourceGlide
NullResourceEncoderA simple ResourceEncoder that never writes data.Classcom.bumptech.glide.load.resourceGlide
PreFillTypeA container for a set of options used to pre-fill a BitmapPool with Bitmaps of a single size and configuration.Classcom.bumptech.glide.load.engine.prefillGlide
PreFillType .BuilderBuilder for PreFillType.Classcom.bumptech.glide.load.engine.prefillGlide
PreloadTargetA one time use Target class that loads a resource into memory and thenFields inherited from interface com.Classcom.bumptech.glide.request.targetGlide
PrioritizedA simple interface for exposing the priority of a task.Interfacecom.bumptech.glide.load.engine.executorGlide
Priorityenum Priorityextends EnumPriorities for completing loads.Classcom.bumptech.glideGlide
RecyclableBufferedInputStreamWraps an existing InputStream and buffers the input.Classcom.bumptech.glide.load.resource.bitmapGlide
RecyclableBufferedInputStream .InvalidMarkExceptionAn exception thrown when a mark can no longer be obeyed because the underlying buffer size is smaller than the amount of data read after the mark position.Classcom.bumptech.glide.load.resource.bitmapGlide
RequestA request that loads a resource for an Target.Interfacecom.bumptech.glide.requestGlide
RequestCoordinatorAn interface for coordinating multiple requests with the same Target.Interfacecom.bumptech.glide.requestGlide
RequestFutureTargetA Future implementation for Glide that can be used to load resources in a blocking manner on background threads.Classcom.bumptech.glide.requestGlide
RequestListenerA class for monitoring the status of a request while images load.Interfacecom.bumptech.glide.requestGlide
RequestManagerA class for managing and starting requests for Glide.Classcom.bumptech.glideGlide
RequestManager .DefaultOptionsInterfacecom.bumptech.glideGlide
RequestManagerFragmentA view-less 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 aClasscom.bumptech.glide.managerGlide
RequestManagerRetrieverA collection of static methods for creating new RequestManagers or retrieving existing ones from activities and fragment.Classcom.bumptech.glide.managerGlide
RequestManagerTreeNodeProvides access to the relatives of a RequestManager based on the current context.Interfacecom.bumptech.glide.managerGlide
RequestTrackerA class for tracking, canceling, and restarting in progress, completed, and failed requests.Classcom.bumptech.glide.managerGlide
ResourceA resource interface that wraps a particular type so that it can be pooled and reused.Interfacecom.bumptech.glide.load.engineGlide
ResourceCallbackA callback that listens for when a resource load completes successfully or fails due to an exception.Interfacecom.bumptech.glide.requestGlide
ResourceDecoderAn interface for decoding resources.Interfacecom.bumptech.glide.loadGlide
ResourceEncoderAn interface for writing data from a resource to some persistent data store (i.Interfacecom.bumptech.glide.loadGlide
ResourceLoaderA model loader for handling Android resource files.Classcom.bumptech.glide.load.modelGlide
ResourceTranscoderTranscodes a resource of one type to a resource of another type.Interfacecom.bumptech.glide.load.resource.transcodeGlide
SimpleResourceSimple wrapper for an arbitrary object which helps to satisfy some of the glide engine's contracts.Classcom.bumptech.glide.load.resourceGlide
SimpleTargetA simple Target base class with default (usually noop) implementations of non essential methods that allows the caller to specify an exact width/height.Classcom.bumptech.glide.request.targetGlide
SizeConfigStrategyKeys Bitmaps using both Bitmap.Classcom.bumptech.glide.load.engine.bitmap_recycleGlide
SizeReadyCallbackA callback that must be called when the target has determined its size.Interfacecom.bumptech.glide.request.targetGlide
SquaringDrawableA wrapper drawable to square the wrapped drawable so that it expands to fill a square with exactly the given side length.Classcom.bumptech.glide.request.targetGlide
StreamAssetPathFetcherFetches an InputStream for an asset path.Classcom.bumptech.glide.load.dataGlide
StreamBitmapDataLoadProviderAn DataLoadProvider that provides decoders and encoders for decoding and caching Bitmaps using InputStream data.Classcom.bumptech.glide.load.resource.bitmapGlide
StreamBitmapDecoderAn ResourceDecoder that uses an Downsampler to decode an Bitmap from anClasscom.bumptech.glide.load.resource.bitmapGlide
StreamByteArrayLoaderA base class to convert byte arrays to input streams so they can be decoded.Classcom.bumptech.glide.load.model.streamGlide
StreamByteArrayLoader .FactoryFactory for StreamByteArrayLoader.Classcom.bumptech.glide.load.model.streamGlide
StreamEncoderAn Encoder that can write an InputStream to disk.Classcom.bumptech.glide.load.modelGlide
StreamFileDataLoadProviderAn DataLoadProvider that provides encoders and decoders for for obtaining a cache file from InputStream data.Classcom.bumptech.glide.load.resource.fileGlide
StreamFileLoaderA ModelLoader For translating File models for local uris into InputStream data.Classcom.bumptech.glide.load.model.streamGlide
StreamFileLoader .FactoryThe default factory for StreamFileLoaders.Classcom.bumptech.glide.load.model.streamGlide
StreamLocalUriFetcherFetches an InputStream for a local Uri.Classcom.bumptech.glide.load.dataGlide
StreamModelLoaderInterfacecom.bumptech.glide.load.model.streamGlide
StreamResourceLoaderA ModelLoader For translating android resource id models for local uris into InputStream data.Classcom.bumptech.glide.load.model.streamGlide
StreamResourceLoader .FactoryThe default factory for StreamResourceLoaders.Classcom.bumptech.glide.load.model.streamGlide
StreamStringLoaderClasscom.bumptech.glide.load.model.streamGlide
StreamStringLoader .FactoryThe default factory for StreamStringLoaders.Classcom.bumptech.glide.load.model.streamGlide
StreamUriLoaderA ModelLoader for translating uri models into InputStream data.Classcom.bumptech.glide.load.model.streamGlide
StreamUriLoader .FactoryTHe default factory for StreamUriLoaders.Classcom.bumptech.glide.load.model.streamGlide
StreamUrlLoaderA wrapper class that translates URL objects into GlideUrl objects and then uses the wrapped ModelLoader forClasscom.bumptech.glide.load.model.streamGlide
StreamUrlLoader .FactoryThe default factory for StreamUrlLoaders.Classcom.bumptech.glide.load.model.streamGlide
StringLoaderA model loader for handling certain string models.Classcom.bumptech.glide.load.modelGlide
StringSignatureA unique Signature that wraps a String.Classcom.bumptech.glide.signatureGlide
SupportRequestManagerFragmentA view-less Fragment used to safely store an RequestManager that can be used to start, stop and manage Glide requests started forClasscom.bumptech.glide.managerGlide
TargetAn interface that Glide can load a resource into and notify of relevant lifecycle events during a load.Interfacecom.bumptech.glide.request.targetGlide
ThumbnailRequestCoordinatorA coordinator that coordinates two individual Requests that load a small thumbnail version of an image and the full size version of the image at the same time.Classcom.bumptech.glide.requestGlide
TranscoderRegistryA class that allows ResourceTranscoders to be registered and retrieved by the classes they convert between.Classcom.bumptech.glide.load.resource.transcodeGlide
TransformationA class for performing an arbitrary transformation on a resource.Interfacecom.bumptech.glide.loadGlide
TransformationUtilsA class with methods to efficiently resize Bitmaps.Classcom.bumptech.glide.load.resource.bitmapGlide
UnitTranscoderA simple ResourceTranscoder that simply returns the given resource.Classcom.bumptech.glide.load.resource.transcodeGlide
UnitTransformationA noop Transformation that simply returns the given resource.Classcom.bumptech.glide.load.resourceGlide
UriLoaderA base ModelLoader for Uris that handles local Uris directly and routes remote Uris to a wrapped ModelLoader that handlesClasscom.bumptech.glide.load.modelGlide
UrlLoaderA wrapper class that translates URL objects into GlideUrl objects and then uses the wrapped ModelLoader forClasscom.bumptech.glide.load.modelGlide
UtilA collection of assorted utility classes.Classcom.bumptech.glide.utilGlide
VideoBitmapDecoderAn BitmapDecoder that can decode a thumbnail frame Bitmap from a ParcelFileDescriptor containing a video.Classcom.bumptech.glide.load.resource.bitmapGlide
ViewAnimationA GlideAnimation that can apply a Animation to a View usingClasscom.bumptech.glide.request.animationGlide
ViewAnimationFactoryClasscom.bumptech.glide.request.animationGlide
ViewPreloadSizeProviderA ListPreloader.Classcom.bumptech.glide.utilGlide
ViewPropertyAnimationA GlideAnimation that accepts an interface that can apply an animation like a ViewPropertyAnimatorClasscom.bumptech.glide.request.animationGlide
ViewPropertyAnimation .AnimatorAn interface that allows an animation to be applied on or started from an View.Interfacecom.bumptech.glide.request.animationGlide
ViewPropertyAnimationFactoryA GlideAnimationFactory that produces ViewPropertyAnimations.Classcom.bumptech.glide.request.animationGlide
ViewTargetA base Target for loading Bitmaps into Views that provides default implementations for most most methods and can determine the size of views using aClasscom.bumptech.glide.request.targetGlide