OSDN Git Service

sysui: refactor for extensibility
authorXiaohui Chen <xiaohuic@google.com>
Thu, 18 Feb 2016 18:53:17 +0000 (10:53 -0800)
committerXiaohui Chen <xiaohuic@google.com>
Thu, 18 Feb 2016 19:16:57 +0000 (19:16 +0000)
Bug: 27100755
Change-Id: I7fff6751b7f197e3e66ab1f87690d556f6e66872

packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java

index 3aa576f..401d405 100644 (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;