A
C
D
G
I
L
M
N
R
S
U
V
R
- rememberBitmapPainter(java.util.List,androidx.compose.ui.graphics.ImageBitmap) - function in com.skydoves.landscapist.RememberPainterPluginsKt
- Remembers ImageBitmap wrapped up as a Painter with a given the list of ImagePlugin.
- rememberDrawablePainter(android.graphics.drawable.Drawable) - function in com.skydoves.landscapist.DrawablePainterKt
- Remembers Drawable wrapped up as a Painter.
- rememberDrawablePainter(android.graphics.drawable.Drawable,java.util.List) - function in com.skydoves.landscapist.RememberPainterPluginsKt
- Remembers Drawable wrapped up as a Painter with a given the list of ImagePlugin.
- rememberImageComponent(kotlin.jvm.functions.Function1) - function in com.skydoves.landscapist.components.RememberImageComponentKt
- Create and remember a new instance of ImageComponent that implements ImagePluginComponent on the memory.
- RememberImageComponentKt - class in com.skydoves.landscapist.components
- RememberPainterPluginsKt - class in com.skydoves.landscapist
- remove(com.skydoves.landscapist.plugins.ImagePlugin) - function in com.skydoves.landscapist.components.ImagePluginComponent
- Remove an ImagePlugin from the component.