Home
last modified time | relevance | path

Searched defs:clockViewModel (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DAodBurnInSection.kt39 private val clockViewModel: KeyguardClockViewModel, constant in com.android.systemui.keyguard.ui.view.layout.sections.AodBurnInSection
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/blueprints/transitions/
DBaseBlueprintTransition.kt32 class BaseBlueprintTransition(val clockViewModel: KeyguardClockViewModel) : TransitionSet() { in <lambda>() constant in com.android.systemui.keyguard.ui.view.layout.blueprints.transitions.BaseBlueprintTransition
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardPreviewSmartspaceViewModel.kt35 val clockViewModel: KeyguardClockViewModel, in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/binder/
DKeyguardClockViewBinderTest.kt56 @Mock private lateinit var clockViewModel: KeyguardClockViewModel variable in com.android.systemui.keyguard.ui.binder.KeyguardClockViewBinderTest
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DTopAreaSection.kt53 private val clockViewModel: KeyguardClockViewModel, constant in com.android.systemui.keyguard.ui.composable.section.TopAreaSection
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardRootViewBinder.kt423 private val clockViewModel: KeyguardClockViewModel, in <lambda>() constant in com.android.systemui.keyguard.ui.binder.KeyguardRootViewBinder.OnLayoutChange
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
DKeyguardPreviewRenderer.kt123 private val clockViewModel: KeyguardPreviewClockViewModel, in <lambda>() constant