Searched defs:prevSections (Results 1 – 3 of 3) sorted by relevance
44 val prevSections = previousBlueprint?.sections ?: listOf() in replaceViews() constant
120 val prevSections = underTest.sections.minus(addedSection).plus(removedSection) in replaceViews_withPrevBlueprint() constant142 val prevSections = underTest.sections.minus(addedSection).plus(removedSection) in replaceViews_withPrevBlueprint_withRebuildTargets() constant
59 val prevSections = mutableSetOf<NotifSection?>() in <lambda>() constant