GifDrawable
Constructor for GifDrawable.
Deprecated
Use GifDrawable
See also
Parameters
A context.
Ignored, see deprecation note.
An com.bumptech.glide.load.Transformation that can be applied to each frame.
The desired width of the frames displayed by this drawable (the width of the view or com.bumptech.glide.request.target.Target this drawable is being loaded into).
The desired height of the frames displayed by this drawable (the height of the view or com.bumptech.glide.request.target.Target this drawable is being loaded into).
The decoder to use to decode GIF data.
The decoded and transformed first frame of this GIF.
Constructor for GifDrawable.
See also
Parameters
A context.
An com.bumptech.glide.load.Transformation that can be applied to each frame.
The desired width of the frames displayed by this drawable (the width of the view or com.bumptech.glide.request.target.Target this drawable is being loaded into).
The desired height of the frames displayed by this drawable (the height of the view or com.bumptech.glide.request.target.Target this drawable is being loaded into).
The decoder to use to decode GIF data.
The decoded and transformed first frame of this GIF.