summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2013-04-10 14:47:29 -0400
committerChris Wren <cwren@android.com>2013-04-10 14:47:29 -0400
commit84c3d5580e7168d1d150c1dd24340b19eb501cd2 (patch)
tree7b9539e9a6a073161b227337e6b931e2cca1fc22 /res/values/config.xml
parentbcfd4439d730a4d783a02596c8ab444796323aad (diff)
downloadandroid_packages_screensavers_PhotoTable-84c3d5580e7168d1d150c1dd24340b19eb501cd2.tar.gz
android_packages_screensavers_PhotoTable-84c3d5580e7168d1d150c1dd24340b19eb501cd2.tar.bz2
android_packages_screensavers_PhotoTable-84c3d5580e7168d1d150c1dd24340b19eb501cd2.zip
story mode: tune timeouts and timeout management.
Bug: 8572979 Change-Id: Ica0559bec273d3628c96b5c25e6e8303226ef433
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index c8d419c..72e7b11 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -103,5 +103,11 @@
<!-- Duration ion 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>
+
+ <!-- Milliseconds that the focus will remain without user interaction. -->
+ <integer name="max_focus_time">5000</integer>
+
</resources>