sysui: refactor for extensibility

Bug: 27100755
Change-Id: I7fff6751b7f197e3e66ab1f87690d556f6e66872
This commit is contained in:
Xiaohui Chen
2016-02-18 10:53:17 -08:00
parent 62e1f48917
commit ea4b6ba420

View File

@@ -318,7 +318,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
StatusBarIconController mIconController;
// expanded notifications
NotificationPanelView mNotificationPanel; // the sliding/resizing panel within the notification window
protected NotificationPanelView mNotificationPanel; // the sliding/resizing panel within the notification window
View mExpandedContents;
TextView mNotificationPanelDebugText;