Home
last modified time | relevance | path

Searched refs:tabRowHeight (Results 1 – 5 of 5) sorted by relevance

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DTabRow.kt467 val tabRowHeight = in TabRowImpl() constant
475 minOf(tabMeasurables[index].maxIntrinsicWidth(tabRowHeight), tabWidth) in TabRowImpl()
491 minHeight = tabRowHeight, in TabRowImpl()
492 maxHeight = tabRowHeight, in TabRowImpl()
507 maxHeight = tabRowHeight in TabRowImpl()
512 layout(tabRowWidth, tabRowHeight) { in TabRowImpl()
518 placeable.placeRelative(0, tabRowHeight - placeable.height) in TabRowImpl()
521 indicatorPlaceables.fastForEach { it.placeRelative(0, tabRowHeight - it.height) } in TabRowImpl()
821 val tabRowHeight = in TabRowWithSubcomposeImpl() constant
832 minHeight = tabRowHeight, in TabRowWithSubcomposeImpl()
[all …]
/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/
DTabTest.kt298 val tabRowHeight = 100.dp in <lambda>() constant
304 modifier = Modifier.height(tabRowHeight), in <lambda>()
310 modifier = Modifier.height(tabRowHeight), in <lambda>()
519 val tabRowHeight = 100.dp in <lambda>() constant
525 modifier = Modifier.height(tabRowHeight), in <lambda>()
531 modifier = Modifier.height(tabRowHeight), in <lambda>()
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DTabRow.kt161 val tabRowHeight = tabPlaceables.fastMaxBy { it.height }?.height ?: 0 in <lambda>() constant
166 layout(tabRowWidth, tabRowHeight) { in <lambda>()
173 placeable.placeRelative(0, tabRowHeight - placeable.height) in <lambda>()
178 it.measure(Constraints.fixed(tabRowWidth, tabRowHeight)).placeRelative(0, 0) in <lambda>()
/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DTabTest.kt394 val tabRowHeight = 100.dp in <lambda>() constant
400 modifier = Modifier.height(tabRowHeight), in <lambda>()
408 modifier = Modifier.height(tabRowHeight), in <lambda>()
688 val tabRowHeight = 100.dp in <lambda>() constant
694 modifier = Modifier.height(tabRowHeight), in <lambda>()
702 modifier = Modifier.height(tabRowHeight), in <lambda>()
/compose/animation/animation/src/androidInstrumentedTest/kotlin/androidx/compose/animation/
DAnimatedContentTest.kt545 val tabRowHeight = in <lambda>() constant
556 minHeight = tabRowHeight, in <lambda>()
557 maxHeight = tabRowHeight, in <lambda>()
565 tabMeasurables[index].maxIntrinsicWidth(tabRowHeight), in <lambda>()
572 layout(tabRowWidth, tabRowHeight) { in <lambda>()