Loading packages/SystemUI/res/layout-sw600dp/super_status_bar.xml +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ android:layout_width="@dimen/notification_panel_width" android:layout_height="match_parent" android:layout_gravity="center_horizontal|top" android:visibility="invisible" /> </com.android.systemui.statusbar.phone.StatusBarWindowView> packages/SystemUI/res/layout/super_status_bar.xml +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ <include layout="@layout/status_bar_expanded" android:layout_width="match_parent" android:layout_height="match_parent" android:visibility="invisible" /> </com.android.systemui.statusbar.phone.StatusBarWindowView> packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +2 −1 Original line number Diff line number Diff line Loading @@ -996,6 +996,7 @@ public class PhoneStatusBar extends BaseStatusBar { } mExpandedVisible = true; mNotificationPanel.setVisibility(View.VISIBLE); updateExpandedViewPos(EXPANDED_LEAVE_ALONE); Loading Loading @@ -1089,7 +1090,7 @@ public class PhoneStatusBar extends BaseStatusBar { } mExpandedVisible = false; visibilityChanged(false); //mNotificationPanel.setVisibility(View.GONE); mNotificationPanel.setVisibility(View.INVISIBLE); // Shrink the window to the size of the status bar only WindowManager.LayoutParams lp = (WindowManager.LayoutParams) mStatusBarWindow.getLayoutParams(); Loading Loading
packages/SystemUI/res/layout-sw600dp/super_status_bar.xml +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ android:layout_width="@dimen/notification_panel_width" android:layout_height="match_parent" android:layout_gravity="center_horizontal|top" android:visibility="invisible" /> </com.android.systemui.statusbar.phone.StatusBarWindowView>
packages/SystemUI/res/layout/super_status_bar.xml +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ <include layout="@layout/status_bar_expanded" android:layout_width="match_parent" android:layout_height="match_parent" android:visibility="invisible" /> </com.android.systemui.statusbar.phone.StatusBarWindowView>
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +2 −1 Original line number Diff line number Diff line Loading @@ -996,6 +996,7 @@ public class PhoneStatusBar extends BaseStatusBar { } mExpandedVisible = true; mNotificationPanel.setVisibility(View.VISIBLE); updateExpandedViewPos(EXPANDED_LEAVE_ALONE); Loading Loading @@ -1089,7 +1090,7 @@ public class PhoneStatusBar extends BaseStatusBar { } mExpandedVisible = false; visibilityChanged(false); //mNotificationPanel.setVisibility(View.GONE); mNotificationPanel.setVisibility(View.INVISIBLE); // Shrink the window to the size of the status bar only WindowManager.LayoutParams lp = (WindowManager.LayoutParams) mStatusBarWindow.getLayoutParams(); Loading