GifDrawableTransformation

open class GifDrawableTransformation : Transformation<T>

An com.bumptech.glide.load.Transformation that wraps a transformation for a and can apply it to every frame of any .

Constructors

Link copied to clipboard
open fun GifDrawableTransformation(wrapped: Transformation<Bitmap>)

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun transform(    context: Context,     resource: Resource<GifDrawable>,     outWidth: Int,     outHeight: Int): Resource<GifDrawable>
Transforms the given resource and returns the transformed resource.
Link copied to clipboard
open fun updateDiskCacheKey(messageDigest: MessageDigest)
Adds all uniquely identifying information to the given digest.

Properties

Link copied to clipboard
val CHARSET: Charset
Link copied to clipboard
val STRING_CHARSET_NAME: String