Loading packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletStatusBar.java +1 −1 Original line number Diff line number Diff line Loading @@ -1040,7 +1040,7 @@ public class TabletStatusBar extends StatusBar implements } }); WindowManager.LayoutParams lp = mNotificationPanelParams = new WindowManager.LayoutParams( WindowManager.LayoutParams lp = new WindowManager.LayoutParams( ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.MATCH_PARENT, WindowManager.LayoutParams.TYPE_SYSTEM_DIALOG, Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletStatusBar.java +1 −1 Original line number Diff line number Diff line Loading @@ -1040,7 +1040,7 @@ public class TabletStatusBar extends StatusBar implements } }); WindowManager.LayoutParams lp = mNotificationPanelParams = new WindowManager.LayoutParams( WindowManager.LayoutParams lp = new WindowManager.LayoutParams( ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.MATCH_PARENT, WindowManager.LayoutParams.TYPE_SYSTEM_DIALOG, Loading