summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2013-04-11 16:02:21 -0400
committerChris Wren <cwren@android.com>2013-04-11 17:26:40 -0400
commitf362b8f1d503df040c55ac04913dabdbb2cd7155 (patch)
tree0f8a52e4e09ca2c6f6ce46713615e0b3091df21e /res/values/config.xml
parent3910ecc7c3a93485d32f8c1eac79e47dbf3753fb (diff)
downloadandroid_packages_screensavers_PhotoTable-f362b8f1d503df040c55ac04913dabdbb2cd7155.tar.gz
android_packages_screensavers_PhotoTable-f362b8f1d503df040c55ac04913dabdbb2cd7155.tar.bz2
android_packages_screensavers_PhotoTable-f362b8f1d503df040c55ac04913dabdbb2cd7155.zip
graphics optimization to get back inside 60Hz.
Bug: 8594598 Change-Id: Iccb1779b5dd133af4441038c3f945d1c1ac1ba8d
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 84299b1..c3a6e65 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -100,8 +100,8 @@
<!-- Enable story mode. -->
<bool name="enable_story_mode">true</bool>
- <!-- Duration ion milliseconds for the pickup animation. -->
- <integer name="photo_pickup_duration">2000</integer>
+ <!-- Duration in milliseconds for the pickup animation. -->
+ <integer name="photo_pickup_duration">1000</integer>
<!-- Milliseconds that the selection will remain without user interaction. -->
<integer name="max_selection_time">30000</integer>