This site requires javascript.
Android Code Search
file:androidx/compose/foundation/layout/Row.kt function:align
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/
Row.kt
content_copy
Preview
329:
330:
331:
*/
@Stable
fun
Modifier.
align
(alignment: Alignment.Vertical): Modifier
348:
349:
350:
*/
@Stable
fun
Modifier.
align
By(alignmentLine: HorizontalAlignmentLine): Modifier
361:
362:
363:
*/
@Stable
fun
Modifier.
align
ByBaseline(): Modifier
378:
379:
380:
*/
@Stable
fun
Modifier.
align
By(alignmentLineBlock: (Measured) -> Int): Modifier
}
395:
396:
397:
@Stable
override
fun
Modifier.
align
(alignment: Alignment.Vertical) =
this.then(VerticalAlignElement(alignment))
399:
400:
401:
@Stable
override
fun
Modifier.
align
By(alignmentLine: HorizontalAlignmentLine) =
this.then(WithAlignmentLineElement(alignmentLine = alignmentLine))
403:
404:
405:
406:
@Stable
override
fun
Modifier.
align
ByBaseline() = alignBy(FirstBaseline)
override
fun
Modifier.
align
By(alignmentLineBlock: (Measured) -> Int) =
this.then(WithAlignmentLineBlockElement(block = alignmentLineBlock))
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