Loading packages/CarSystemUI/src/com/android/systemui/statusbar/car/CarStatusBar.java +6 −0 Original line number Diff line number Diff line Loading @@ -1047,6 +1047,12 @@ public class CarStatusBar extends StatusBar implements CarBatteryController.Batt mScrimController.setScrimBehindDrawable(mNotificationPanelBackground); } @Override public void onLocaleListChanged() { connectNotificationsUI(); registerNavBarListeners(); } /** * Returns the {@link Drawable} that represents the wallpaper that the user has currently set. */ Loading Loading
packages/CarSystemUI/src/com/android/systemui/statusbar/car/CarStatusBar.java +6 −0 Original line number Diff line number Diff line Loading @@ -1047,6 +1047,12 @@ public class CarStatusBar extends StatusBar implements CarBatteryController.Batt mScrimController.setScrimBehindDrawable(mNotificationPanelBackground); } @Override public void onLocaleListChanged() { connectNotificationsUI(); registerNavBarListeners(); } /** * Returns the {@link Drawable} that represents the wallpaper that the user has currently set. */ Loading