Skip to content
Commit f5bc9b73 authored by Christian Göllner's avatar Christian Göllner
Browse files

Step clock animation: fix RTL issues and clean-up a little

- Leaves the bounds change animation be taken care of, by a
  `ChangeBounds` transition. This takes care of the clock moving
  correctly in RTL, and works well together with the burn-in animation
  (offset + scale) that happens when going from/to AOD.
- Changes the step clock animation logic to only update glyph offsets,
  instead of bounds + offsets.
- Removes the cancellation logic as it wasn't being used now, and was
  making the code more complicated to read.
- Renames a few methods, adds documentation, and tries to simplify the
  code a little bit.

Fixes: 274892412
Test: Manually - Going from/to AOD and posting/clearing notifications
      on lockscreen.
      Also took before/after videos and compared side by side.
Change-Id: I92f5c822a6b45ef5e4c5db680f9c795b3d8a5042
parent a8d94a19
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment