From ea4b6ba420834ab7df28907ae57aa7dffb4ef0d3 Mon Sep 17 00:00:00 2001 From: Xiaohui Chen Date: Thu, 18 Feb 2016 10:53:17 -0800 Subject: [PATCH] sysui: refactor for extensibility Bug: 27100755 Change-Id: I7fff6751b7f197e3e66ab1f87690d556f6e66872 --- .../com/android/systemui/statusbar/phone/PhoneStatusBar.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java index 3aa576ffc0a1f..401d405e83b97 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java @@ -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;