Searched refs:nonSpaceItems (Results 1 – 1 of 1) sorted by relevance
25 val (spaces, nonSpaceItems) = children.partition { it is Space } in onMeasure() constant28 nonSpaceItems.maxOf { it.measuredWidth } in onMeasure()32 val neededWidth = neededWidthPerNonSpaceItem * nonSpaceItems.count() in onMeasure()43 nonSpaceItems.forEach { in onMeasure()