This site requires javascript.
Android Code Search
file:androidx/wear/compose/material/ScalingLazyColumn.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
wear/compose/compose-material/src/main/java/androidx/wear/compose/material/
ScalingLazyColumn.kt
content_copy
Preview
92:
93:
94:
*/
public
fun
items
(
count: Int,
114:
115:
116:
)
public
inline
fun
<T> ScalingLazyListScope.
items
(
items: List<T>,
138:
139:
140:
)
public
inline
fun
<T> ScalingLazyListScope.
items
Indexed(
items: List<T>,
162:
163:
164:
)
public
inline
fun
<T> ScalingLazyListScope.
items
(
items: Array<T>,
186:
187:
188:
)
public
inline
fun
<T> ScalingLazyListScope.
items
Indexed(
items: Array<T>,
636:
637:
override
fun
items
(
count: Int,
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
Open branch androidx-main
Help