JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.bumptech.glide.load.engine
Interface Initializable
All Known Implementing Classes:
BitmapDrawableResource
,
BitmapResource
,
DrawableResource
,
GifDrawableResource
,
LazyBitmapDrawableResource
public interface
Initializable
A callback allowing a resource to do some optimization on a background thread before being returned to the ui.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
initialize
()
Called on a background thread so the
Resource
can do some eager initialization.
Method Detail
initialize
void initialize()
Called on a background thread so the
Resource
can do some eager initialization.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method