OSDN Git Service

Fixed an issue where the notification icons could overlap the clock
authorSelim Cinek <cinek@google.com>
Thu, 19 Sep 2019 23:43:33 +0000 (16:43 -0700)
committerSelim Cinek <cinek@google.com>
Thu, 19 Sep 2019 23:43:33 +0000 (16:43 -0700)
commit29f8585965377a1b002097986f58121ef23d6d18
treed571ee7ccef4a1d1d6f4fb18f85670cbf816683d
parent8c0b496c9716eb34cc09dbdd3b7e66e9e0181e10
Fixed an issue where the notification icons could overlap the clock

Because we were cancelling an animation but never reseting the translation
we could be stuck in weird transition states.

Fixes: 136117476
Test: lock and unlock quickly with overlapping animations, observe no overlap
Change-Id: Iee389fa77588289417d0e3e5bdc31aeda1aac58a
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationIconAreaController.java