Home
last modified time | relevance | path

Searched defs:rebuildSections (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/blueprints/transitions/
DIntraBlueprintTransition.kt50 val rebuildSections: List<KeyguardSection> = listOf(), constant in Config
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/blueprints/
DDefaultKeyguardBlueprintTest.kt162 val rebuildSections = listOf(mDefaultDeviceEntrySection, clockSection) in rebuildViews() constant