Interface | Description |
---|---|
AnimationListener |
Interface which can be used to run some code when particular animation event occurs.
|
Class | Description |
---|---|
GifAnimationMetaData |
Lightweight version of
GifDrawable used to retrieve metadata of GIF only,
without having to allocate the memory for its pixels. |
GifDrawable |
A
Drawable which can be used to hold GIF images, especially animations. |
GifDrawableBuilder |
Builder for
GifDrawable which can be used to construct new drawables
by reusing old ones. |
GifImageButton |
An
ImageButton which tries treating background and src as GifDrawable |
GifImageView |
An
ImageView which tries treating background and src as GifDrawable |
GifTextView |
A
TextView which handles GIFs as compound drawables. |
Enum | Description |
---|---|
GifError |
Encapsulation of decoding errors occurring in native code.
|
Exception | Description |
---|---|
GifIOException |
Exception encapsulating
GifError s. |