This site requires javascript.
Android Code Search
file:androidx/compose/foundation/layout/FlowLayout.kt function:fillMaxRowHeight
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
compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/
FlowLayout.kt
content_copy
Preview
297:
298:
299:
@ExperimentalLayoutApi
fun
Modifier.
fillMaxRowHeight
(
@FloatRange(from =
0.0
, to =
1.0
) fraction: Float =
1f
,
359:
360:
361:
internal
object
FlowRowScopeInstance : RowScope
by
RowScopeInstance, FlowRowScope {
override
fun
Modifier.
fillMaxRowHeight
(fraction: Float): Modifier {
requirePrecondition(fraction >=
0.0f
&& fraction <=
1.0f
) {
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