This site requires javascript.
Android Code Search
file:androidx/compose/foundation/layout/Column.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/
Column.kt
content_copy
Preview
321:
322:
323:
*/
@Stable
fun
Modifier.
align
(alignment: Alignment.Horizontal): Modifier
338:
339:
340:
*/
@Stable
fun
Modifier.
align
By(alignmentLine: VerticalAlignmentLine): Modifier
356:
357:
358:
*/
@Stable
fun
Modifier.
align
By(alignmentLineBlock: (Measured) -> Int): Modifier
}
373:
374:
375:
@Stable
override
fun
Modifier.
align
(alignment: Alignment.Horizontal) =
this.then(HorizontalAlignElement(horizontal = alignment))
377:
378:
379:
@Stable
override
fun
Modifier.
align
By(alignmentLine: VerticalAlignmentLine) =
this.then(WithAlignmentLineElement(alignmentLine = alignmentLine))
381:
382:
383:
@Stable
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