Home
last modified time | relevance | path

Searched refs:clockSection (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/blueprints/
DDefaultKeyguardBlueprintTest.kt77 @Mock private lateinit var clockSection: ClockSection variable in com.android.systemui.keyguard.ui.view.layout.blueprints.DefaultKeyguardBlueprintTest
100 clockSection, in setup()
119 val rebuildSection = clockSection in replaceViews_withPrevBlueprint()
141 val rebuildSection = clockSection in replaceViews_withPrevBlueprint_withRebuildTargets()
162 val rebuildSections = listOf(mDefaultDeviceEntrySection, clockSection) in rebuildViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardClockViewBinder.kt49 clockSection: ClockSection, in <lambda>()
70 applyConstraints(clockSection, keyguardRootView, true) in <lambda>()
198 clockSection: ClockSection, in <lambda>()
204 clockSection.applyConstraints(constraintSet) in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DTopAreaSection.kt56 private val clockSection: DefaultClockSection, constant in com.android.systemui.keyguard.ui.composable.section.TopAreaSection
115 with(clockSection) { in SmallClockWithSmartSpace()
150 with(clockSection) { in LargeClockWithSmartSpace()
159 x = -clockSection.getClockCenteringDistance().toInt(), in LargeClockWithSmartSpace()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DKeyguardBlueprintRepositoryKosmos.kt64 clockSection = keyguardClockSection, in <lambda>()
87 clockSection = keyguardClockSection, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/blueprints/
DSplitShadeKeyguardBlueprint.kt67 clockSection: ClockSection,
88 clockSection,
DShortcutsBesideUdfpsKeyguardBlueprint.kt64 clockSection: ClockSection,
85 clockSection,
DDefaultKeyguardBlueprint.kt69 clockSection: ClockSection,
90 clockSection,
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardBlueprintInteractorKosmos.kt39 clockSection = keyguardClockSection, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardBlueprintInteractor.kt60 private val clockSection: ClockSection, in <lambda>() constant in com.android.systemui.keyguard.domain.interactor.KeyguardBlueprintInteractor