Home
last modified time | relevance | path

Searched refs:WithAlignmentLineBlockElement (Results 1 – 3 of 3) sorted by relevance

/compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/
DRowColumnImpl.kt542 internal class WithAlignmentLineBlockElement(val block: (Measured) -> Int) : class
554 val otherModifier = other as? WithAlignmentLineBlockElement ?: return false in equals()
DColumn.kt383 this.then(WithAlignmentLineBlockElement(block = alignmentLineBlock)) in weight()
DRow.kt406 this.then(WithAlignmentLineBlockElement(block = alignmentLineBlock)) in weight()