Searched refs:LockscreenContent (Results 1 – 8 of 8) sorted by relevance
25 import com.android.systemui.keyguard.ui.composable.LockscreenContent72 ): LockscreenContent { in lockscreenScene()73 return LockscreenContent(viewModel, blueprints, clockInteractor) in lockscreenScene()
41 private val lockscreenContent: Lazy<LockscreenContent>,61 lockscreenContent: Lazy<LockscreenContent>, in LockscreenScene()
38 class LockscreenContent( class
31 import com.android.systemui.keyguard.ui.composable.LockscreenContent63 private val lockscreenContent: Lazy<Optional<LockscreenContent>>,
46 import com.android.systemui.keyguard.ui.composable.LockscreenContent67 private val lockscreenContent: Lazy<Optional<LockscreenContent>>,
55 import com.android.systemui.keyguard.ui.composable.LockscreenContent67 lockscreenContent: Lazy<Optional<LockscreenContent>>, in SceneScope()
53 import com.android.systemui.keyguard.ui.composable.LockscreenContent239 LockscreenContent( in createLockscreen()
72 import com.android.systemui.keyguard.ui.composable.LockscreenContent;366 abstract LockscreenContent optionalLockscreenContent(); in optionalLockscreenContent()