Searched refs:tabRowWidth (Results 1 – 3 of 3) sorted by relevance
152 val tabRowWidth = constraints.maxWidth in <lambda>() constant155 val tabWidth = (tabRowWidth / tabCount) in <lambda>()166 layout(tabRowWidth, tabRowHeight) { in <lambda>()178 it.measure(Constraints.fixed(tabRowWidth, tabRowHeight)).placeRelative(0, 0) in <lambda>()
461 val tabRowWidth = constraints.maxWidth in TabRowImpl() constant465 tabWidth = (tabRowWidth / tabCount) in TabRowImpl()512 layout(tabRowWidth, tabRowHeight) { in TabRowImpl()814 val tabRowWidth = constraints.maxWidth in TabRowWithSubcomposeImpl() constant819 tabWidth = (tabRowWidth / tabCount) in TabRowWithSubcomposeImpl()849 layout(tabRowWidth, tabRowHeight) { in TabRowWithSubcomposeImpl()861 it.measure(Constraints.fixed(tabRowWidth, tabRowHeight)).placeRelative(0, 0) in TabRowWithSubcomposeImpl()
535 val tabRowWidth = constraints.maxWidth in <lambda>() constant543 tabWidth = (tabRowWidth / tabCount) in <lambda>()572 layout(tabRowWidth, tabRowHeight) { in <lambda>()