A
C
E
G
H
I
O
P
R
S
T
G
- getByteSize() - function in com.bumptech.glide.gifdecoder.StandardGifDecoder
- Returns an estimated byte size for this decoder based on the data provided to , as well as internal buffers.
- getByteSize() - function in com.bumptech.glide.gifdecoder.GifDecoder
- Returns an estimated byte size for this decoder based on the data provided to , as well as internal buffers.
- getCurrentFrameIndex() - function in com.bumptech.glide.gifdecoder.StandardGifDecoder
- Gets the current index of the animation frame, or -1 if animation hasn't not yet started.
- getCurrentFrameIndex() - function in com.bumptech.glide.gifdecoder.GifDecoder
- Gets the current index of the animation frame, or -1 if animation hasn't not yet started.
- getData() - function in com.bumptech.glide.gifdecoder.StandardGifDecoder
- getData() - function in com.bumptech.glide.gifdecoder.GifDecoder
- getDelay(int) - function in com.bumptech.glide.gifdecoder.StandardGifDecoder
- Gets display duration for specified frame.
- getDelay(int) - function in com.bumptech.glide.gifdecoder.GifDecoder
- Gets display duration for specified frame.
- getFrameCount() - function in com.bumptech.glide.gifdecoder.StandardGifDecoder
- Gets the number of frames read from file.
- getFrameCount() - function in com.bumptech.glide.gifdecoder.GifDecoder
- Gets the number of frames read from file.
- getHeight() - function in com.bumptech.glide.gifdecoder.StandardGifDecoder
- getHeight() - function in com.bumptech.glide.gifdecoder.GifHeader
- getHeight() - function in com.bumptech.glide.gifdecoder.GifDecoder
- getLoopCount() - function in com.bumptech.glide.gifdecoder.StandardGifDecoder
- Gets the "Netscape" loop count, if any.
- getLoopCount() - function in com.bumptech.glide.gifdecoder.GifDecoder
- Gets the "Netscape" loop count, if any.
- getNetscapeLoopCount() - function in com.bumptech.glide.gifdecoder.StandardGifDecoder
- Gets the "Netscape" loop count, if any.
- getNetscapeLoopCount() - function in com.bumptech.glide.gifdecoder.GifDecoder
- Gets the "Netscape" loop count, if any.
- getNextDelay() - function in com.bumptech.glide.gifdecoder.StandardGifDecoder
- Gets display duration for the upcoming frame in ms.
- getNextDelay() - function in com.bumptech.glide.gifdecoder.GifDecoder
- Gets display duration for the upcoming frame in ms.
- getNextFrame() - function in com.bumptech.glide.gifdecoder.StandardGifDecoder
- Get the next frame in the animation sequence.
- getNextFrame() - function in com.bumptech.glide.gifdecoder.GifDecoder
- Get the next frame in the animation sequence.
- getNumFrames() - function in com.bumptech.glide.gifdecoder.GifHeader
- getStatus() - function in com.bumptech.glide.gifdecoder.StandardGifDecoder
- Returns the current status of the decoder.
- getStatus() - function in com.bumptech.glide.gifdecoder.GifHeader
- Global status code of GIF data parsing.
- getStatus() - function in com.bumptech.glide.gifdecoder.GifDecoder
- Returns the current status of the decoder.
- getTotalIterationCount() - function in com.bumptech.glide.gifdecoder.StandardGifDecoder
- Gets the total countwhich represents how many times the animation sequence should be displayed.
- getTotalIterationCount() - function in com.bumptech.glide.gifdecoder.GifDecoder
- Gets the total countwhich represents how many times the animation sequence should be displayed.
- getWidth() - function in com.bumptech.glide.gifdecoder.StandardGifDecoder
- getWidth() - function in com.bumptech.glide.gifdecoder.GifHeader
- getWidth() - function in com.bumptech.glide.gifdecoder.GifDecoder
- GifDecoder - class in com.bumptech.glide.gifdecoder
- Shared interface for GIF decoders.
- GifDecoder.BitmapProvider - class in com.bumptech.glide.gifdecoder.GifDecoder
- An interface that can be used to provide reused android.graphics.Bitmaps to avoid GCsfrom constantly allocating android.graphics.Bitmaps for every frame.
- GifDecoder.GifDecodeStatus - class in com.bumptech.glide.gifdecoder.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.
- GifHeaderParser - class in com.bumptech.glide.gifdecoder
- A class responsible for creating com.bumptech.glide.gifdecoder.GifHeaders from data representing animated GIFs.