OSDN Git Service

Add back countdown timer
authorDoris Liu <tianliu@google.com>
Tue, 6 May 2014 01:43:26 +0000 (18:43 -0700)
committerDoris Liu <tianliu@google.com>
Mon, 19 May 2014 22:24:12 +0000 (15:24 -0700)
commit6c75164c89f3bbd4f894b9c49a7914a24268a999
treef08a2019f6e2115276f41b069c36ac1a0f42935c
parent4561c7c13a31a134ef9f713a4c56dfb634bee034
Add back countdown timer

Bug: 14222651
Change-Id: I482ec942dd9d79c4ea0432140a96ba2fc5b29c57
40 files changed:
res/anim/count_down_exit.xml [deleted file]
res/drawable-hdpi/ic_timer_10s_indicator.png [new file with mode: 0644]
res/drawable-hdpi/ic_timer_10s_normal.png [new file with mode: 0644]
res/drawable-hdpi/ic_timer_3s_indicator.png [new file with mode: 0644]
res/drawable-hdpi/ic_timer_3s_normal.png [new file with mode: 0644]
res/drawable-hdpi/ic_timer_off_indicator.png [new file with mode: 0644]
res/drawable-hdpi/ic_timer_off_normal.png [new file with mode: 0644]
res/drawable-mdpi/ic_timer_10s_indicator.png [new file with mode: 0644]
res/drawable-mdpi/ic_timer_10s_normal.png [new file with mode: 0644]
res/drawable-mdpi/ic_timer_3s_indicator.png [new file with mode: 0644]
res/drawable-mdpi/ic_timer_3s_normal.png [new file with mode: 0644]
res/drawable-mdpi/ic_timer_off_indicator.png [new file with mode: 0644]
res/drawable-mdpi/ic_timer_off_normal.png [new file with mode: 0644]
res/drawable-xhdpi/ic_timer_10s_indicator.png [new file with mode: 0644]
res/drawable-xhdpi/ic_timer_10s_normal.png [new file with mode: 0644]
res/drawable-xhdpi/ic_timer_3s_indicator.png [new file with mode: 0644]
res/drawable-xhdpi/ic_timer_3s_normal.png [new file with mode: 0644]
res/drawable-xhdpi/ic_timer_off_indicator.png [new file with mode: 0644]
res/drawable-xhdpi/ic_timer_off_normal.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_timer_10s_indicator.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_timer_10s_normal.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_timer_3s_indicator.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_timer_3s_normal.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_timer_off_indicator.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_timer_off_normal.png [new file with mode: 0644]
res/layout-land/indicators.xml
res/layout-land/mode_options.xml
res/layout-port/indicators.xml
res/layout-port/mode_options.xml
res/layout/photo_module.xml
res/values/arrays.xml
src/com/android/camera/ButtonManager.java
src/com/android/camera/PhotoModule.java
src/com/android/camera/PhotoUI.java
src/com/android/camera/app/CameraAppUI.java
src/com/android/camera/settings/SettingsCache.java
src/com/android/camera/settings/SettingsManager.java
src/com/android/camera/ui/BottomBar.java
src/com/android/camera/ui/CountDownView.java [new file with mode: 0644]
src/com/android/camera/widget/IndicatorIconController.java