Home
last modified time | relevance | path

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

/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DTabRow.kt156 val tabPlaceables = in <lambda>() constant
161 val tabRowHeight = tabPlaceables.fastMaxBy { it.height }?.height ?: 0 in <lambda>()
167 tabPlaceables.fastForEachIndexed { index, placeable -> in <lambda>()
254 val tabPlaceables = in <lambda>() constant
259 tabPlaceables.fastForEach { in <lambda>()
269 tabPlaceables.fastForEach { in <lambda>()
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DTabRow.kt485 val tabPlaceables = in TabRowImpl() constant
513 tabPlaceables.fastForEachIndexed { index, placeable -> in TabRowImpl()
625 val tabPlaceables = tabMeasurables.fastMap { it.measure(tabConstraints) } in ScrollableTabRowImpl() constant
635 val tabWidth = maxOf(minTabWidth, tabPlaceables[index].width.toDp()) in ScrollableTabRowImpl()
672 tabPlaceables.fastForEachIndexed { index, placeable -> in ScrollableTabRowImpl()
826 val tabPlaceables = in TabRowWithSubcomposeImpl() constant
850 tabPlaceables.fastForEachIndexed { index, placeable -> in TabRowWithSubcomposeImpl()
916 val tabPlaceables = mutableListOf<Placeable>() in <lambda>() constant
923 tabPlaceables.add(placeable) in <lambda>()
928 tabPlaceables.fastFold(initial = padding * 2) { curr, measurable -> in <lambda>()
[all …]
/compose/animation/animation/src/androidInstrumentedTest/kotlin/androidx/compose/animation/
DAnimatedContentTest.kt550 val tabPlaceables = in <lambda>() constant
573 tabPlaceables.forEachIndexed { index, placeable -> in <lambda>()