OSDN Git Service

Initial include of the CarSystemUI package
authorBrad Stenning <stenning@google.com>
Fri, 15 Jun 2018 22:29:19 +0000 (15:29 -0700)
committerBrad Stenning <stenning@google.com>
Tue, 10 Jul 2018 21:13:59 +0000 (14:13 -0700)
commit034a04937e59997c717bce59d548a2c46bfb2597
tree90477ac8c8615d9fde342bef1b33c59551c18bba
parent7beddc3a263406fd5b90ccd877f30a04c27d3f02
Initial include of the CarSystemUI package

This package extends the core SystemUI and adds widgets and windowing
structure useful for the Automotive case.

Bug:110275838
Test: Update a target to include this project, build and deploy
Change-Id: Id70ebe4ed652d6a09ab50b0555fb4471bf3e1d7c
packages/CarSystemUI/Android.mk [new file with mode: 0644]
packages/CarSystemUI/AndroidManifest.xml [new file with mode: 0644]
packages/CarSystemUI/proguard.flags [new file with mode: 0644]
packages/CarSystemUI/res/values/attrs.xml [new file with mode: 0644]
packages/CarSystemUI/res/values/config.xml [new file with mode: 0644]
packages/CarSystemUI/src/com/android/systemui/CarSystemUIFactory.java [new file with mode: 0644]
packages/CarSystemUI/src/com/android/systemui/statusbar/hvac/AnimatedTemperatureView.java [new file with mode: 0644]
packages/CarSystemUI/src/com/android/systemui/statusbar/hvac/TemperatureBackgroundAnimator.java [new file with mode: 0644]
packages/CarSystemUI/src/com/android/systemui/statusbar/hvac/TemperatureColorStore.java [new file with mode: 0644]
packages/CarSystemUI/src/com/android/systemui/statusbar/hvac/TemperatureTextAnimator.java [new file with mode: 0644]