Searched refs:prevSections (Results 1 – 3 of 3) sorted by relevance
44 val prevSections = previousBlueprint?.sections ?: listOf() in replaceViews() constant45 val skipSections = sections.intersect(prevSections).subtract(rebuildSections) in replaceViews()46 prevSections.subtract(skipSections).forEach { it.removeViews(constraintLayout) } in replaceViews()
59 val prevSections = mutableSetOf<NotifSection?>() in <lambda>() constant67 if (prevSections.contains(section)) { in <lambda>()81 prevSections.add(currentSection) in <lambda>()
120 val prevSections = underTest.sections.minus(addedSection).plus(removedSection) in replaceViews_withPrevBlueprint() constant122 whenever(prevBlueprint.sections).thenReturn(prevSections) in replaceViews_withPrevBlueprint()142 val prevSections = underTest.sections.minus(addedSection).plus(removedSection) in replaceViews_withPrevBlueprint_withRebuildTargets() constant144 whenever(prevBlueprint.sections).thenReturn(prevSections) in replaceViews_withPrevBlueprint_withRebuildTargets()