| GenericTransitionOptions<TranscodeType> |
Implementation of TransitionOptions that exposes only generic methods that can be applied
to any resource type.
|
| Glide |
|
| GlideBuilder |
A builder class for setting default structural classes for Glide to use.
|
| GlideBuilder.LogRequestOrigins |
|
| GlideBuilder.UseLifecycleInsteadOfInjectingFragments |
Use the androidx lifecycle instead of injecting custom fragments when using androidx fragments
and activities.
|
| GlideBuilder.WaitForFramesAfterTrimMemory |
This is an internal only class that may be deleted at any time without notice.
|
| GlideContext |
Global context for all loads in Glide containing and exposing the various registries and classes
required to load resources.
|
| GlideExperiments |
Keeps track of a set of Experimental features that may be enabled in Glide, simplifying the
process of adding and removing them.
|
| ListPreloader<T> |
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.
|
| Registry |
Manages component registration to extend or replace Glide's default loading, decoding, and
encoding logic.
|
| RequestBuilder<TranscodeType> |
A generic class that can handle setting options and staring loads for generic resource types.
|
| RequestManager |
A class for managing and starting requests for Glide.
|
| TransitionOptions<CHILD extends TransitionOptions<CHILD,TranscodeType>,TranscodeType> |
A base class for setting a transition to use on a resource when a load completes.
|