Searched refs:hasCustomPositionUpdatedAnimation (Results 1 – 8 of 8) sorted by relevance
159 val hasCustomPositionUpdatedAnimation by in hasCustomPositionUpdatedAnimation_withConfigTrue_isTrue() constant160 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() constant175 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()
65 val hasCustomPositionUpdatedAnimation by in DefaultClockLayout() constant66 clockViewModel.hasCustomPositionUpdatedAnimation.collectAsStateWithLifecycle() in DefaultClockLayout()90 shouldOffSetClockToOneHalf = !hasCustomPositionUpdatedAnimation in DefaultClockLayout()
102 if (currentClock?.largeClock?.config?.hasCustomPositionUpdatedAnimation != true) { in <lambda>()
157 val hasCustomPositionUpdatedAnimation: StateFlow<Boolean> = in <lambda>() constant160 currentClock?.largeClock?.config?.hasCustomPositionUpdatedAnimation == true in <lambda>()
201 ClockFaceConfig(hasCustomPositionUpdatedAnimation = hasStepClockAnimation)205 view.hasCustomPositionUpdatedAnimation = hasStepClockAnimation
71 var hasCustomPositionUpdatedAnimation: Boolean = false in <lambda>() variable248 if (migratedClocks && hasCustomPositionUpdatedAnimation) { in <lambda>()
303 val hasCustomPositionUpdatedAnimation: Boolean = false, constant in com.android.systemui.plugins.clocks.ClockFaceConfig
89 it.largeClock.config.hasCustomPositionUpdatedAnimation && in <lambda>()