summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2013-04-10 12:07:05 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-04-10 12:07:05 -0700
commit85211917374bbb5e50677700aacecfbc9b8b4f31 (patch)
tree16442bd9d7641c78a792717ed721e55f4297e3e7 /res/values/config.xml
parent6fc674aa76e56f9cc01a7df7059cc17eb16ac21b (diff)
parent84c3d5580e7168d1d150c1dd24340b19eb501cd2 (diff)
downloadandroid_packages_screensavers_PhotoTable-85211917374bbb5e50677700aacecfbc9b8b4f31.tar.gz
android_packages_screensavers_PhotoTable-85211917374bbb5e50677700aacecfbc9b8b4f31.tar.bz2
android_packages_screensavers_PhotoTable-85211917374bbb5e50677700aacecfbc9b8b4f31.zip
am 84c3d558: story mode: tune timeouts and timeout management.
* commit '84c3d5580e7168d1d150c1dd24340b19eb501cd2': story mode: tune timeouts and timeout management.
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>