Searched defs:structures (Results 1 – 2 of 2) sorted by relevance
665 val structures = structureToControls.map { (s, cs) -> StructureInfo(componentName, s, cs) } in updateControls() constant701 val structures = mutableListOf<StructureInfo>() in replaceControls() constant
401 val (panels, structures) = items.partition { it.isPanel } in <lambda>() constant