Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/
DKeyguardBlueprint.kt45 val skipSections = sections.intersect(prevSections).subtract(rebuildSections) in replaceViews() constant
46 prevSections.subtract(skipSections).forEach { it.removeViews(constraintLayout) } in replaceViews()
47 sections.subtract(skipSections).forEach { in replaceViews()