Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/blueprints/
DDefaultKeyguardBlueprintTest.kt119 val rebuildSection = clockSection in replaceViews_withPrevBlueprint() constant
121 val unchangedSections = underTest.sections.subtract(listOf(addedSection, rebuildSection)) in replaceViews_withPrevBlueprint()
141 val rebuildSection = clockSection in replaceViews_withPrevBlueprint_withRebuildTargets() constant
143 val unchangedSections = underTest.sections.subtract(listOf(addedSection, rebuildSection)) in replaceViews_withPrevBlueprint_withRebuildTargets()
147 underTest.replaceViews(constraintLayout, prevBlueprint, listOf(rebuildSection)) in replaceViews_withPrevBlueprint_withRebuildTargets()
155 verify(rebuildSection).addViews(constraintLayout) in replaceViews_withPrevBlueprint_withRebuildTargets()
156 verify(rebuildSection).removeViews(constraintLayout) in replaceViews_withPrevBlueprint_withRebuildTargets()