Home
last modified time | relevance | path

Searched refs:hasCustomPositionUpdatedAnimation (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardClockViewModelTest.kt159 val hasCustomPositionUpdatedAnimation by in hasCustomPositionUpdatedAnimation_withConfigTrue_isTrue() constant
160 collectLastValue(underTest.hasCustomPositionUpdatedAnimation) in hasCustomPositionUpdatedAnimation_withConfigTrue_isTrue()
164 faceConfig = ClockFaceConfig(hasCustomPositionUpdatedAnimation = true) in hasCustomPositionUpdatedAnimation_withConfigTrue_isTrue()
168 assertThat(hasCustomPositionUpdatedAnimation).isEqualTo(true) in hasCustomPositionUpdatedAnimation_withConfigTrue_isTrue()
174 val hasCustomPositionUpdatedAnimation by in hasCustomPositionUpdatedAnimation_withConfigFalse_isFalse() constant
175 collectLastValue(underTest.hasCustomPositionUpdatedAnimation) in hasCustomPositionUpdatedAnimation_withConfigFalse_isFalse()
179 faceConfig = ClockFaceConfig(hasCustomPositionUpdatedAnimation = false) in hasCustomPositionUpdatedAnimation_withConfigFalse_isFalse()
183 assertThat(hasCustomPositionUpdatedAnimation).isEqualTo(false) in hasCustomPositionUpdatedAnimation_withConfigFalse_isFalse()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DTopAreaSection.kt65 val hasCustomPositionUpdatedAnimation by in DefaultClockLayout() constant
66 clockViewModel.hasCustomPositionUpdatedAnimation.collectAsStateWithLifecycle() in DefaultClockLayout()
90 shouldOffSetClockToOneHalf = !hasCustomPositionUpdatedAnimation in DefaultClockLayout()
DDefaultClockSection.kt102 if (currentClock?.largeClock?.config?.hasCustomPositionUpdatedAnimation != true) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardClockViewModel.kt157 val hasCustomPositionUpdatedAnimation: StateFlow<Boolean> = in <lambda>() constant
160 currentClock?.largeClock?.config?.hasCustomPositionUpdatedAnimation == true in <lambda>()
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
DDefaultClockController.kt201 ClockFaceConfig(hasCustomPositionUpdatedAnimation = hasStepClockAnimation)
205 view.hasCustomPositionUpdatedAnimation = hasStepClockAnimation
DAnimatableClockView.kt71 var hasCustomPositionUpdatedAnimation: Boolean = false in <lambda>() variable
248 if (migratedClocks && hasCustomPositionUpdatedAnimation) { in <lambda>()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/clocks/
DClockProviderPlugin.kt303 val hasCustomPositionUpdatedAnimation: Boolean = false, constant in com.android.systemui.plugins.clocks.ClockFaceConfig
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardClockViewBinder.kt89 it.largeClock.config.hasCustomPositionUpdatedAnimation && in <lambda>()