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 18:04:22 +0000 (18:04 +0000)
commitda9395e681bfaa21692bcb4a7a249b1d7ff2e2d3
tree8f072f0b4b01a201b8becfe7c1e161f7d21c5937
parent64b214ea16c787fdcf2bb44ad81b1336cafebafe
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
(cherry picked from commit 2da4619b12a4c65a645534079057e7d2bb0bae21)
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]