/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/ |
D | LockscreenContent.kt | 41 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/ |
D | LockscreenSceneModule.kt | 71 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/ |
D | TopAreaSection.kt | 58 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/ |
D | BurnInState.kt | 38 clockInteractor: KeyguardClockInteractor, in rememberBurnIn() 40 val clock by clockInteractor.currentClock.collectAsStateWithLifecycle() in rememberBurnIn()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewConfigurator.kt | 108 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/ |
D | LockscreenContentViewModel.kt | 44 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/ |
D | LockscreenContentViewModelKosmos.kt | 30 clockInteractor = keyguardClockInteractor, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardBlueprintInteractorKosmos.kt | 36 clockInteractor = keyguardClockInteractor, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/shade/ui/viewmodel/ |
D | ShadeHeaderViewModelKosmos.kt | 42 clockInteractor = shadeHeaderClockInteractor, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ui/viewmodel/ |
D | ShadeHeaderViewModel.kt | 68 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/ |
D | ClockSection.kt | 65 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/ |
D | KeyguardBlueprintRepositoryKosmos.kt | 38 clockInteractor = keyguardClockInteractor, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardBlueprintInteractor.kt | 56 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/ |
D | KeyguardRootViewBinder.kt | 106 clockInteractor: KeyguardClockInteractor, in <lambda>() 292 val clockId = clockInteractor.renderedClockId in <lambda>()
|