- getByteSize() - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
- getByteSize() - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- getCurrentFrameIndex() - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
Gets the current index of the animation frame, or -1 if animation hasn't not yet started.
- getCurrentFrameIndex() - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- getData() - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
- getData() - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- getDelay(int) - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
Gets display duration for specified frame.
- getDelay(int) - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- getFrameCount() - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
Gets the number of frames read from file.
- getFrameCount() - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- getHeight() - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
- getHeight() - Method in class com.bumptech.glide.gifdecoder.GifHeader
-
- getHeight() - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- getLoopCount() - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
- getLoopCount() - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
Deprecated.
- getNetscapeLoopCount() - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
Gets the "Netscape" loop count, if any.
- getNetscapeLoopCount() - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- getNextDelay() - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
Gets display duration for the upcoming frame in ms.
- getNextDelay() - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- getNextFrame() - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
Get the next frame in the animation sequence.
- getNextFrame() - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- getNumFrames() - Method in class com.bumptech.glide.gifdecoder.GifHeader
-
- getStatus() - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
Returns the current status of the decoder.
- getStatus() - Method in class com.bumptech.glide.gifdecoder.GifHeader
-
Global status code of GIF data parsing.
- getStatus() - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- getTotalIterationCount() - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
Gets the total count
which represents how many times the animation sequence should be displayed.
- getTotalIterationCount() - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- getWidth() - Method in interface com.bumptech.glide.gifdecoder.GifDecoder
-
- getWidth() - Method in class com.bumptech.glide.gifdecoder.GifHeader
-
- getWidth() - Method in class com.bumptech.glide.gifdecoder.StandardGifDecoder
-
- GifDecoder - Interface in com.bumptech.glide.gifdecoder
-
Shared interface for GIF decoders.
- GifDecoder.BitmapProvider - Interface in com.bumptech.glide.gifdecoder
-
An interface that can be used to provide reused Bitmaps to avoid GCs
from constantly allocating Bitmaps for every frame.
- GifDecoder.GifDecodeStatus - Annotation Type in com.bumptech.glide.gifdecoder
-
Android Lint annotation for status codes that can be used with a GIF decoder.
- GifHeader - Class in com.bumptech.glide.gifdecoder
-
A header object containing the number of frames in an animated GIF image as well as basic
metadata like width and height that can be used to decode each individual frame of the GIF.
- GifHeader() - Constructor for class com.bumptech.glide.gifdecoder.GifHeader
-
- GifHeaderParser - Class in com.bumptech.glide.gifdecoder
-
A class responsible for creating
GifHeaders from data
representing animated GIFs.
- GifHeaderParser() - Constructor for class com.bumptech.glide.gifdecoder.GifHeaderParser
-