Home
last modified time | relevance | path

Searched defs: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
/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
142 val prevSections = underTest.sections.minus(addedSection).plus(removedSection) in replaceViews_withPrevBlueprint_withRebuildTargets() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DNodeSpecBuilder.kt59 val prevSections = mutableSetOf<NotifSection?>() in <lambda>() constant