OSDN Git Service

Move values out of car_product to the new CarSystemUI
authorBrad Stenning <stenning@google.com>
Tue, 19 Jun 2018 22:03:46 +0000 (15:03 -0700)
committerBrad Stenning <stenning@google.com>
Thu, 12 Jul 2018 22:26:47 +0000 (22:26 +0000)
commit754f8c9405ced466726bde5818ff639e87c2979e
tree19d66fbfb3fa202fb27b26ee983cf20339738692
parenta0b4f4ed5ce4d2506f80a9381c8a2ac6060b90b6
Move values out of car_product to the new CarSystemUI

Bug: 110275838

Change-Id: Ica7a3bd2e1661954398010e5eff150dea20a3bd5
Test: on 2 emulators and 2 hardware versions
(cherry picked from commit d879e7e0f5c13409f13c58ec88376ec807a691cc)
42 files changed:
packages/CarSystemUI/res/drawable/car_ic_apps.xml [new file with mode: 0644]
packages/CarSystemUI/res/drawable/car_ic_apps_black.xml [new file with mode: 0644]
packages/CarSystemUI/res/drawable/car_ic_apps_selected.xml [new file with mode: 0644]
packages/CarSystemUI/res/drawable/car_ic_music.xml [new file with mode: 0644]
packages/CarSystemUI/res/drawable/car_ic_music_black.xml [new file with mode: 0644]
packages/CarSystemUI/res/drawable/car_ic_music_selected.xml [new file with mode: 0644]
packages/CarSystemUI/res/drawable/car_ic_navigation.xml [new file with mode: 0644]
packages/CarSystemUI/res/drawable/car_ic_navigation_black.xml [new file with mode: 0644]
packages/CarSystemUI/res/drawable/car_ic_navigation_selected.xml [new file with mode: 0644]
packages/CarSystemUI/res/drawable/car_ic_notification.xml [new file with mode: 0644]
packages/CarSystemUI/res/drawable/car_ic_notification_black.xml [new file with mode: 0644]
packages/CarSystemUI/res/drawable/car_ic_notification_selected.xml [new file with mode: 0644]
packages/CarSystemUI/res/drawable/car_ic_overview.xml [new file with mode: 0644]
packages/CarSystemUI/res/drawable/car_ic_overview_black.xml [new file with mode: 0644]
packages/CarSystemUI/res/drawable/car_ic_overview_selected.xml [new file with mode: 0644]
packages/CarSystemUI/res/drawable/car_ic_phone.xml [new file with mode: 0644]
packages/CarSystemUI/res/drawable/car_ic_phone_black.xml [new file with mode: 0644]
packages/CarSystemUI/res/drawable/car_ic_phone_selected.xml [new file with mode: 0644]
packages/CarSystemUI/res/drawable/car_ic_selection_bg.xml [new file with mode: 0644]
packages/CarSystemUI/res/drawable/car_seekbar_thumb.xml [new file with mode: 0644]
packages/CarSystemUI/res/drawable/nav_button_background.xml [new file with mode: 0644]
packages/CarSystemUI/res/drawable/notification_material_bg.xml [new file with mode: 0644]
packages/CarSystemUI/res/drawable/notification_material_bg_dim.xml [new file with mode: 0644]
packages/CarSystemUI/res/drawable/volume_dialog_background.xml [new file with mode: 0644]
packages/CarSystemUI/res/layout/car_navigation_bar.xml [new file with mode: 0644]
packages/CarSystemUI/res/layout/car_navigation_bar_unprovisioned.xml [new file with mode: 0644]
packages/CarSystemUI/res/layout/car_status_bar_header.xml [new file with mode: 0644]
packages/CarSystemUI/res/layout/car_top_navigation_bar.xml [new file with mode: 0644]
packages/CarSystemUI/res/layout/car_volume_dialog.xml [new file with mode: 0644]
packages/CarSystemUI/res/layout/status_bar_wifi_group.xml [new file with mode: 0644]
packages/CarSystemUI/res/layout/super_status_bar.xml [new file with mode: 0644]
packages/CarSystemUI/res/layout/system_icons.xml [new file with mode: 0644]
packages/CarSystemUI/res/values-night/colors.xml [new file with mode: 0644]
packages/CarSystemUI/res/values/colors.xml [new file with mode: 0644]
packages/CarSystemUI/res/values/config.xml
packages/CarSystemUI/res/values/dimens.xml [new file with mode: 0644]
packages/CarSystemUI/res/values/integers.xml [new file with mode: 0644]
packages/CarSystemUI/res/values/strings.xml [new file with mode: 0644]
packages/CarSystemUI/res/values/styles.xml [new file with mode: 0644]
packages/CarSystemUI/res/xml/car_volume_items.xml [new file with mode: 0644]
packages/CarSystemUI/src/com/android/systemui/statusbar/hvac/AnimatedTemperatureView.java
packages/SystemUI/src/com/android/systemui/volume/CarVolumeDialogImpl.java