Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.bumptech.glide.load Classes and Interfaces - 146 results found.
NameDescriptionTypePackageFramework
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
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
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
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
ByteArrayFetcherA simple resource fetcher to convert byte arrays into input stream.Classcom.bumptech.glide.load.dataGlide
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
DataFetcherAn interface for lazily retrieving data that can be used to load a resource.Interfacecom.bumptech.glide.load.dataGlide
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
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
DrawableResourceSimple wrapper for an Android Drawable which returns a based on it's state.Classcom.bumptech.glide.load.resource.drawableGlide
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
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
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
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
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
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
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
GlideDrawableA base class for drawables that are either static equivalents of BitmapDrawable or that contain an animation.Classcom.bumptech.glide.load.resource.drawableGlide
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
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
LocalUriFetcherA DataFetcher that uses an ContentResolver to load data from a Uri pointing to a local resource.Classcom.bumptech.glide.load.dataGlide
LruBitmapPoolAn BitmapPool implementation that uses an LruPoolStrategy to bucket Bitmaps and then uses an LRUClasscom.bumptech.glide.load.engine.bitmap_recycleGlide
LruResourceCacheAn LRU in memory cache for Resources.Classcom.bumptech.glide.load.engine.cacheGlide
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
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
MultiTransformationA transformation that applies one or more transformations in iteration order to a resource.Classcom.bumptech.glide.loadGlide
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
PrioritizedA simple interface for exposing the priority of a task.Interfacecom.bumptech.glide.load.engine.executorGlide
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
ResourceA resource interface that wraps a particular type so that it can be pooled and reused.Interfacecom.bumptech.glide.load.engineGlide
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
SizeConfigStrategyKeys Bitmaps using both Bitmap.Classcom.bumptech.glide.load.engine.bitmap_recycleGlide
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
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
VideoBitmapDecoderAn BitmapDecoder that can decode a thumbnail frame Bitmap from a ParcelFileDescriptor containing a video.Classcom.bumptech.glide.load.resource.bitmapGlide