Home
last modified time | relevance | path

Searched refs:prevSections (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/
DKeyguardBlueprint.kt44 val prevSections = previousBlueprint?.sections ?: listOf() in replaceViews() constant
45 val skipSections = sections.intersect(prevSections).subtract(rebuildSections) in replaceViews()
46 prevSections.subtract(skipSections).forEach { it.removeViews(constraintLayout) } in replaceViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DNodeSpecBuilder.kt59 val prevSections = mutableSetOf<NotifSection?>() in <lambda>() constant
67 if (prevSections.contains(section)) { in <lambda>()
81 prevSections.add(currentSection) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/blueprints/
DDefaultKeyguardBlueprintTest.kt120 val prevSections = underTest.sections.minus(addedSection).plus(removedSection) in replaceViews_withPrevBlueprint() constant
122 whenever(prevBlueprint.sections).thenReturn(prevSections) in replaceViews_withPrevBlueprint()
142 val prevSections = underTest.sections.minus(addedSection).plus(removedSection) in replaceViews_withPrevBlueprint_withRebuildTargets() constant
144 whenever(prevBlueprint.sections).thenReturn(prevSections) in replaceViews_withPrevBlueprint_withRebuildTargets()