sysui: refactor for extensibility.

Mafke mDismissView in NotificationStackScrollLayout
protected.

Bug: 28848771
Change-Id: I3d0bb136835c3e21f55d103672744cc375e2d1c9
(cherry picked from commit 97192ff2c38d2362ebd449ec329c2da66644bec2)
This commit is contained in:
Muyuan Li
2016-05-18 17:40:58 -07:00
parent eb9da7832b
commit 8cf63dc8c1

View File

@@ -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;