OSDN Git Service

Moving Row inflation to the background too
authorSelim Cinek <cinek@google.com>
Sat, 29 Apr 2017 02:26:28 +0000 (19:26 -0700)
committerSelim Cinek <cinek@google.com>
Tue, 2 May 2017 23:30:52 +0000 (16:30 -0700)
commit0f66a4cc16ec1a927c90ac559c73c80ddcb5ee71
tree541889424f7ddd7755057a287865218d39b09690
parent01d3da63cef1f82db182c6995264bf3ea3371dcc
Moving Row inflation to the background too

Previously only the contentview inflation was on the
background, now the inflation of the row is too.

Test: runtest systemui
Bug: 34888292
Change-Id: I3adc6b3311217421c9de5c37794397b8a3fd665d
packages/SystemUI/Android.mk
packages/SystemUI/src/com/android/systemui/statusbar/Abortable.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/statusbar/NotificationData.java
packages/SystemUI/src/com/android/systemui/statusbar/NotificationMenuRow.java
packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationInflater.java
packages/SystemUI/src/com/android/systemui/statusbar/notification/RowInflaterTask.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java
packages/SystemUI/tests/Android.mk
packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationInflaterTest.java