Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewConfigurator.kt107 private val lockscreenSceneBlueprintsLazy: Lazy<Set<LockscreenSceneBlueprint>>, constant in com.android.systemui.keyguard.KeyguardViewConfigurator
144 blueprints = lockscreenSceneBlueprintsLazy.get(), in start()