Glide
Glide
/
com.bumptech.glide.load.resource.bitmap
/
LazyBitmapDrawableResource
/
obtain
obtain
@
Deprecated
open
fun
obtain
(
context
:
Context
,
bitmap
:
Bitmap
)
:
LazyBitmapDrawableResource
Content copied to clipboard
@
Deprecated
open
fun
obtain
(
resources
:
Resources
,
bitmapPool
:
BitmapPool
,
bitmap
:
Bitmap
)
:
LazyBitmapDrawableResource
Content copied to clipboard
Deprecated
Use
obtain
instead, it can be unsafe to extract Bitmaps from their wrapped
Resource
.
open
fun
obtain
(
resources
:
Resources
,
bitmapResource
:
Resource
<
Bitmap
>
)
:
Resource
<
BitmapDrawable
>
Content copied to clipboard