OSDN Git Service

Fix QS getting stuck in weird animation during recreate
authorJason Monk <jmonk@google.com>
Mon, 27 Mar 2017 19:18:23 +0000 (15:18 -0400)
committerJason Monk <jmonk@google.com>
Tue, 28 Mar 2017 17:18:43 +0000 (13:18 -0400)
commit2da4619b12a4c65a645534079057e7d2bb0bae21
tree0c295866dcc639f568276a956cfa92adc83eaffd
parent78187249c3e8aaf89a380816e123a3a4653d5b4e
Fix QS getting stuck in weird animation during recreate

Don't animate on first state change in QS, no reason to animate on
bootup or recreate.

Test: runtest systemui
Change-Id: Ib1ceddd708fdc922224b57dbfe12d2f9a76fcee3
Fixes: 35116271
packages/SystemUI/src/com/android/systemui/qs/tileimpl/QSIconViewImpl.java
packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/QSIconViewImplTest.java [new file with mode: 0644]