From 8cf63dc8c165fb155aff97d05920d574cd73bf62 Mon Sep 17 00:00:00 2001 From: Muyuan Li Date: Wed, 18 May 2016 17:40:58 -0700 Subject: [PATCH] sysui: refactor for extensibility. Mafke mDismissView in NotificationStackScrollLayout protected. Bug: 28848771 Change-Id: I3d0bb136835c3e21f55d103672744cc375e2d1c9 (cherry picked from commit 97192ff2c38d2362ebd449ec329c2da66644bec2) --- .../systemui/statusbar/stack/NotificationStackScrollLayout.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java b/packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java index ccc97e64af86a..a6f3bafae29df 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java @@ -194,7 +194,7 @@ public class NotificationStackScrollLayout extends ViewGroup private boolean mExpandingNotification; private boolean mExpandedInThisMotion; private boolean mScrollingEnabled; - private DismissView mDismissView; + protected DismissView mDismissView; protected EmptyShadeView mEmptyShadeView; private boolean mDismissAllInProgress;