toggle menu
KAHelpers
androidJvm
switch theme
search in API
kotlinextensions
/
dev.funkymuse.kotlinextensions.imagedecoder
Package-level
declarations
Functions
Functions
decode
Bitmap
Link copied to clipboard
@
RequiresApi
(
value
=
28
)
fun
ImageDecoder.Source
.
decodeBitmap
(
)
:
Bitmap
decode
Drawable
Link copied to clipboard
@
RequiresApi
(
value
=
28
)
fun
ImageDecoder.Source
.
decodeDrawable
(
)
:
Drawable
decode
Image
Link copied to clipboard
@
RequiresApi
(
value
=
28
)
fun
File
.
decodeImage
(
)
:
ImageDecoder.Source
@
RequiresApi
(
value
=
28
)
fun
ByteBuffer
.
decodeImage
(
)
:
ImageDecoder.Source
@
RequiresApi
(
value
=
28
)
fun
ContentResolver
.
decodeImage
(
uri
:
Uri
)
:
ImageDecoder.Source
@
RequiresApi
(
value
=
28
)
fun
AssetManager
.
decodeImage
(
fileName
:
String
)
:
ImageDecoder.Source
@
RequiresApi
(
value
=
28
)
fun
Resources
.
decodeImage
(
@
IdRes
img
:
Int
)
:
ImageDecoder.Source
start
Animated
Drawable
Link copied to clipboard
@
RequiresApi
(
value
=
28
)
fun
Drawable
.
startAnimatedDrawable
(
)
stop
Animated
Drawable
Link copied to clipboard
@
RequiresApi
(
value
=
28
)
fun
Drawable
.
stopAnimatedDrawable
(
)