Package com.bumptech.glide
package com.bumptech.glide
-
ClassDescriptionGenericTransitionOptions<TranscodeType>Implementation of
TransitionOptionsthat exposes only generic methods that can be applied to any resource type.A singleton to present a simple static interface for building requests withRequestBuilderand maintaining anEngine,BitmapPool,DiskCacheandMemoryCache.Creates a new instance ofRequestOptions.A builder class for setting default structural classes for Glide to use.Global context for all loads in Glide containing and exposing the various registries and classes required to load resources.Keeps track of a set of Experimental features that may be enabled in Glide, simplifying the process of adding and removing them.Loads a few resources ahead in the direction of scrolling in anyAbsListViewso that images are in the memory cache just before the corresponding view in created in the list.An implementation of PreloadModelProvider should provide all the models that should be preloaded.An implementation of PreloadSizeProvider should provide the size of the view in the list where the resources will be displayed.An enum for dynamically modifying the amount of memory Glide is able to use.Priorities for completing loads.Manages component registration to extend or replace Glide's default loading, decoding, and encoding logic.Thrown when some necessary component is missing for a load.Thrown when noImageHeaderParseris registered.Thrown when noModelLoaderis registered for a given model class.Thrown when noResourceEncoderis registered for a given resource class.Thrown when noEncoderis registered for a given data class.RequestBuilder<TranscodeType>A generic class that can handle setting options and staring loads for generic resource types.A class for managing and starting requests for Glide.A base class for setting a transition to use on a resource when a load completes.