Glide
Glide
/
com.bumptech.glide.load.resource.bitmap
/
BitmapDrawableTransformation
Bitmap
Drawable
Transformation
@
Deprecated
open
class
BitmapDrawableTransformation
:
Transformation
<
T
>
Content copied to clipboard
Transforms android.graphics.drawable.BitmapDrawables.
Deprecated
Use
DrawableTransformation
instead.
Constructors
Functions
Properties
Constructors
Bitmap
Drawable
Transformation
Link copied to clipboard
open
fun
BitmapDrawableTransformation
(
wrapped
:
Transformation
<
Bitmap
>
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
Content copied to clipboard
transform
Link copied to clipboard
open
fun
transform
(
context
:
Context
,
drawableResourceToTransform
:
Resource
<
BitmapDrawable
>
,
outWidth
:
Int
,
outHeight
:
Int
)
:
Resource
<
BitmapDrawable
>
Content copied to clipboard
Transforms the given resource and returns the transformed resource.
update
Disk
Cache
Key
Link copied to clipboard
open
fun
updateDiskCacheKey
(
messageDigest
:
MessageDigest
)
Content copied to clipboard
Adds all uniquely identifying information to the given digest.
Properties
CHARSET
Link copied to clipboard
val
CHARSET
:
Charset
Content copied to clipboard
STRING_CHARSET_NAME
Link copied to clipboard
val
STRING_CHARSET_NAME
:
String
Content copied to clipboard