Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/
DLockscreenContent.kt41 private val clockInteractor: KeyguardClockInteractor, constant in com.android.systemui.keyguard.ui.composable.LockscreenContent
55 clockInteractor.clockEventController.registerListeners(view) in Content()
57 onDispose { clockInteractor.clockEventController.unregisterListeners() } in Content()
/frameworks/base/packages/SystemUI/compose/facade/enabled/src/com/android/systemui/scene/
DLockscreenSceneModule.kt71 clockInteractor: KeyguardClockInteractor, in lockscreenScene()
73 return LockscreenContent(viewModel, blueprints, clockInteractor) in lockscreenScene()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DTopAreaSection.kt58 private val clockInteractor: KeyguardClockInteractor, constant in com.android.systemui.keyguard.ui.composable.section.TopAreaSection
112 val burnIn = rememberBurnIn(clockInteractor) in SmallClockWithSmartSpace()
134 val burnIn = rememberBurnIn(clockInteractor) in LargeClockWithSmartSpace()
171 val burnIn = rememberBurnIn(clockInteractor) in WeatherLargeClockWithSmartSpace()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/blueprint/
DBurnInState.kt38 clockInteractor: KeyguardClockInteractor, in rememberBurnIn()
40 val clock by clockInteractor.currentClock.collectAsStateWithLifecycle() in rememberBurnIn()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewConfigurator.kt108 private val clockInteractor: KeyguardClockInteractor, constant in com.android.systemui.keyguard.KeyguardViewConfigurator
211 clockInteractor, in bindKeyguardRootView()
242 clockInteractor = clockInteractor in createLockscreen()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DLockscreenContentViewModel.kt44 clockInteractor: KeyguardClockInteractor, in <lambda>()
52 @VisibleForTesting val clockSize = clockInteractor.clockSize in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/ui/viewmodel/
DLockscreenContentViewModelKosmos.kt30 clockInteractor = keyguardClockInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardBlueprintInteractorKosmos.kt36 clockInteractor = keyguardClockInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/shade/ui/viewmodel/
DShadeHeaderViewModelKosmos.kt42 clockInteractor = shadeHeaderClockInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ui/viewmodel/
DShadeHeaderViewModel.kt68 private val clockInteractor: ShadeHeaderClockInteractor, in <lambda>() constant
143 clockInteractor.launchClockActivity() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DClockSection.kt65 private val clockInteractor: KeyguardClockInteractor, constant in com.android.systemui.keyguard.ui.view.layout.sections.ClockSection
82 clockInteractor, in bindData()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DKeyguardBlueprintRepositoryKosmos.kt38 clockInteractor = keyguardClockInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardBlueprintInteractor.kt56 private val clockInteractor: KeyguardClockInteractor, in <lambda>() constant in com.android.systemui.keyguard.domain.interactor.KeyguardBlueprintInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardRootViewBinder.kt106 clockInteractor: KeyguardClockInteractor, in <lambda>()
292 val clockId = clockInteractor.renderedClockId in <lambda>()