Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardPreviewClockViewBinder.kt180 val smallClockTopMargin = in <lambda>() constant
183 connect(R.id.lockscreen_clock_view, TOP, PARENT_ID, TOP, smallClockTopMargin) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DClockSection.kt185 val smallClockTopMargin = keyguardClockViewModel.getSmallClockTopMargin() in applyDefaultConstraints() constant
187 setGuidelineBegin(R.id.small_clock_guideline_top, smallClockTopMargin) in applyDefaultConstraints()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DDefaultClockSection.kt64 viewModel.smallClockTopMargin.collectAsStateWithLifecycle( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardClockViewModel.kt180 val smallClockTopMargin = in <lambda>() constant