OSDN Git Service

Animate notification background color directly
authorTony <twickham@google.com>
Tue, 14 Feb 2017 18:18:48 +0000 (10:18 -0800)
committerTony <twickham@google.com>
Thu, 16 Feb 2017 00:39:22 +0000 (16:39 -0800)
commitffb0b68ae27d4ca2a0beb84ecc07d228f1ad991a
tree3ac0addd48edcf1c487d359c56d6311fba00d05f
parenta59402f98c0d3f85a45344657baa9b208e9eea32
Animate notification background color directly

Before we were calling setBackgroundColor() in the update
listener, which is less efficient because it creates a
new ColorDrawable; now we reuse one throughout.

Change-Id: I0cd87e5ee72af41d2dae4375ce3df9fd6e92bd82
src/com/android/launcher3/notification/NotificationMainView.java