Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardClockViewModelTest.kt244 assertThat(underTest.getSmallClockTopMargin()).isEqualTo(expected) in testSmallClockTop_splitShade_composeLockscreenOn()
256 assertThat(underTest.getSmallClockTopMargin()) in testSmallClockTop_splitShade_composeLockscreenOff()
269 assertThat(underTest.getSmallClockTopMargin()) in testSmallClockTop_nonSplitShade_composeLockscreenOn()
285 assertThat(underTest.getSmallClockTopMargin()).isEqualTo(expected) in testSmallClockTop_nonSplitShade_composeLockscreenOff()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardClockViewModel.kt169 fun getSmallClockTopMargin(): Int { in <lambda>() method
185 getSmallClockTopMargin() in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DDefaultClockSection.kt65 viewModel.getSmallClockTopMargin() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DClockSection.kt185 val smallClockTopMargin = keyguardClockViewModel.getSmallClockTopMargin() in applyDefaultConstraints()