BitmapDrawableTransformation

open class BitmapDrawableTransformation : Transformation<T>

Transforms android.graphics.drawable.BitmapDrawables.

Deprecated

Use DrawableTransformation instead.

Constructors

Link copied to clipboard
open fun BitmapDrawableTransformation(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,     drawableResourceToTransform: Resource<BitmapDrawable>,     outWidth: Int,     outHeight: Int): Resource<BitmapDrawable>
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