Loading packages/CarSystemUI/res/layout/notification_center_activity.xml +0 −2 Original line number Diff line number Diff line Loading @@ -20,8 +20,6 @@ android:id="@+id/notification_view" android:layout_width="match_parent" android:layout_height="match_parent" android:visibility="invisible" android:layout_marginBottom="@dimen/navigation_bar_height" android:background="@color/notification_shade_background_color"> <View Loading packages/CarSystemUI/res/layout/notification_panel_container.xml +2 −1 Original line number Diff line number Diff line Loading @@ -18,4 +18,5 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/notification_container" android:layout_width="match_parent" android:layout_height="match_parent"/> android:layout_height="match_parent" android:visibility="invisible"/> packages/CarSystemUI/res/layout/sysui_overlay_window.xml +3 −1 Original line number Diff line number Diff line Loading @@ -22,10 +22,12 @@ android:layout_width="match_parent" android:layout_height="match_parent"> <!-- TODO(b/151617493): replace marginBottom with insets. --> <ViewStub android:id="@+id/notification_panel_stub" android:layout_width="match_parent" android:layout_height="match_parent" android:layout="@layout/notification_panel_container"/> android:layout="@layout/notification_panel_container" android:layout_marginBottom="@dimen/navigation_bar_height"/> <ViewStub android:id="@+id/fullscreen_user_switcher_stub" android:layout_width="match_parent" Loading packages/CarSystemUI/src/com/android/systemui/car/CarDeviceProvisionedController.java +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ import com.android.systemui.statusbar.policy.DeviceProvisionedController; */ public interface CarDeviceProvisionedController extends DeviceProvisionedController { /** * Returns {@code true} then SUW is in progress for the given user. * Returns {@code true} when SUW is in progress for the given user. */ boolean isUserSetupInProgress(int user); Loading packages/CarSystemUI/src/com/android/systemui/car/notification/NotificationPanelViewController.java +101 −443 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
packages/CarSystemUI/res/layout/notification_center_activity.xml +0 −2 Original line number Diff line number Diff line Loading @@ -20,8 +20,6 @@ android:id="@+id/notification_view" android:layout_width="match_parent" android:layout_height="match_parent" android:visibility="invisible" android:layout_marginBottom="@dimen/navigation_bar_height" android:background="@color/notification_shade_background_color"> <View Loading
packages/CarSystemUI/res/layout/notification_panel_container.xml +2 −1 Original line number Diff line number Diff line Loading @@ -18,4 +18,5 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/notification_container" android:layout_width="match_parent" android:layout_height="match_parent"/> android:layout_height="match_parent" android:visibility="invisible"/>
packages/CarSystemUI/res/layout/sysui_overlay_window.xml +3 −1 Original line number Diff line number Diff line Loading @@ -22,10 +22,12 @@ android:layout_width="match_parent" android:layout_height="match_parent"> <!-- TODO(b/151617493): replace marginBottom with insets. --> <ViewStub android:id="@+id/notification_panel_stub" android:layout_width="match_parent" android:layout_height="match_parent" android:layout="@layout/notification_panel_container"/> android:layout="@layout/notification_panel_container" android:layout_marginBottom="@dimen/navigation_bar_height"/> <ViewStub android:id="@+id/fullscreen_user_switcher_stub" android:layout_width="match_parent" Loading
packages/CarSystemUI/src/com/android/systemui/car/CarDeviceProvisionedController.java +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ import com.android.systemui.statusbar.policy.DeviceProvisionedController; */ public interface CarDeviceProvisionedController extends DeviceProvisionedController { /** * Returns {@code true} then SUW is in progress for the given user. * Returns {@code true} when SUW is in progress for the given user. */ boolean isUserSetupInProgress(int user); Loading
packages/CarSystemUI/src/com/android/systemui/car/notification/NotificationPanelViewController.java +101 −443 File changed.Preview size limit exceeded, changes collapsed. Show changes