Loading packages/SystemUI/customization/src/com/android/systemui/shared/clocks/AnimatableClockView.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -555,7 +555,7 @@ class AnimatableClockView @JvmOverloads constructor( if (distance > 0) { if (distance > 0) { // If distance > 0 then we are moving from the left towards the center. // If distance > 0 then we are moving from the left towards the center. // We need ensure that the glyphs are offset to the initial position. // We need ensure that the glyphs are offset to the initial position. glyphOffsets -= dir * distance glyphOffsets[i] -= dir * distance } } } } invalidate() invalidate() Loading Loading
packages/SystemUI/customization/src/com/android/systemui/shared/clocks/AnimatableClockView.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -555,7 +555,7 @@ class AnimatableClockView @JvmOverloads constructor( if (distance > 0) { if (distance > 0) { // If distance > 0 then we are moving from the left towards the center. // If distance > 0 then we are moving from the left towards the center. // We need ensure that the glyphs are offset to the initial position. // We need ensure that the glyphs are offset to the initial position. glyphOffsets -= dir * distance glyphOffsets[i] -= dir * distance } } } } invalidate() invalidate() Loading