OSDN Git Service

Moving the inflation to the background
authorSelim Cinek <cinek@google.com>
Fri, 28 Apr 2017 22:03:48 +0000 (15:03 -0700)
committerSelim Cinek <cinek@google.com>
Mon, 1 May 2017 19:53:57 +0000 (12:53 -0700)
commit01d3da63cef1f82db182c6995264bf3ea3371dcc
tree146798e0ca13a41d31b1fd66ba61c6b875854934
parentf323e3a5435ac21c6a5684e0aeba5f26ea699f9d
Moving the inflation to the background

The inflation of the notifications is moved to
the background. This should improve the general
performance when adding / removing groups and alike.

Test: runtest systemui
Fixes: 34888292
Change-Id: Ieb19a09a5a97d496d9319d917a5e317a3ad76fc4
packages/SystemUI/src/com/android/systemui/statusbar/NotificationData.java
packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationInflater.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java
packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationInflaterTest.java