This site requires javascript.
Android Code Search
file:androidx/constraintlayout/compose/MotionCarousel.kt function:items
search
close
info_outline
more_vert
Result 1 of 1
content_copy
Search Result Root
androidx/platform/frameworks/support
keyboard_arrow_right
Branch
Branch
androidx-main
keyboard_arrow_right
Search Result Path
constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
MotionCarousel.kt
content_copy
Preview
277:
278:
inline
fun
<T> MotionCarouselScope.
items
(
items: List<T>,
282:
283:
284:
interface
MotionCarouselScope {
fun
items
(count: Int, itemContent: @Composable (index: Int) -> Unit)
286:
287:
288:
@Suppress(
"UnavailableSymbol"
)
fun
items
WithProperties(
count: Int,
297:
298:
299:
@Suppress(
"UnavailableSymbol"
)
inline
fun
<T> MotionCarouselScope.
items
WithProperties(
items: List<T>,
306:
307:
308:
@Composable
private
fun
rememberStateOf
Items
Provider(
content: MotionCarouselScope.() -> Unit
327:
328:
fun
has
Items
WithProperties(): Boolean
}
340:
341:
override
fun
items
(count: Int, itemContent: @Composable (index: Int) -> Unit) {
itemsCount = count
345:
346:
override
fun
items
WithProperties(
count: Int,
370:
371:
override
fun
has
Items
WithProperties(): Boolean {
return
itemsProviderWithProperties !=
null
chevron_left
1
chevron_right
Results per page
10
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Got it
Help
Open branch androidx-main