Home
last modified time | relevance | path

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

/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DTabRow.kt152 val tabRowWidth = constraints.maxWidth in <lambda>() constant
155 val tabWidth = (tabRowWidth / tabCount) in <lambda>()
166 layout(tabRowWidth, tabRowHeight) { in <lambda>()
178 it.measure(Constraints.fixed(tabRowWidth, tabRowHeight)).placeRelative(0, 0) in <lambda>()
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DTabRow.kt461 val tabRowWidth = constraints.maxWidth in TabRowImpl() constant
465 tabWidth = (tabRowWidth / tabCount) in TabRowImpl()
512 layout(tabRowWidth, tabRowHeight) { in TabRowImpl()
814 val tabRowWidth = constraints.maxWidth in TabRowWithSubcomposeImpl() constant
819 tabWidth = (tabRowWidth / tabCount) in TabRowWithSubcomposeImpl()
849 layout(tabRowWidth, tabRowHeight) { in TabRowWithSubcomposeImpl()
861 it.measure(Constraints.fixed(tabRowWidth, tabRowHeight)).placeRelative(0, 0) in TabRowWithSubcomposeImpl()
/compose/animation/animation/src/androidInstrumentedTest/kotlin/androidx/compose/animation/
DAnimatedContentTest.kt535 val tabRowWidth = constraints.maxWidth in <lambda>() constant
543 tabWidth = (tabRowWidth / tabCount) in <lambda>()
572 layout(tabRowWidth, tabRowHeight) { in <lambda>()