summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2012-10-17 16:04:15 -0400
committerChris Wren <cwren@android.com>2012-12-10 10:48:41 -0500
commit387363c426e097c358bd41367e0a8f4339fc8dc3 (patch)
treeef37c7dff69dfad79043b458b4ebe5d5158199aa /res
parent85756a88f29b41c29bf6ad10a32379f80f0df4d5 (diff)
downloadandroid_packages_screensavers_PhotoTable-387363c426e097c358bd41367e0a8f4339fc8dc3.tar.gz
android_packages_screensavers_PhotoTable-387363c426e097c358bd41367e0a8f4339fc8dc3.tar.bz2
android_packages_screensavers_PhotoTable-387363c426e097c358bd41367e0a8f4339fc8dc3.zip
tune re-deal behavior on photo table.
Bug: 7669353 Change-Id: I17aaf289067cbd688dba5cd317541b98bb4ee3dd
Diffstat (limited to 'res')
-rw-r--r--res/values-sw600dp/config.xml3
-rw-r--r--res/values-sw800dp/config.xml4
-rw-r--r--res/values/config.xml4
3 files changed, 7 insertions, 4 deletions
diff --git a/res/values-sw600dp/config.xml b/res/values-sw600dp/config.xml
index 4a8a67f..e1ad849 100644
--- a/res/values-sw600dp/config.xml
+++ b/res/values-sw600dp/config.xml
@@ -16,5 +16,8 @@
<resources>
<!-- Parts per million ratio between image size and screen size. -->
<integer name="image_ratio">750000</integer>
+
+ <!-- Parts per million ratio between image size on the table and screen size. -->
+ <integer name="table_ratio">300000</integer>
</resources>
diff --git a/res/values-sw800dp/config.xml b/res/values-sw800dp/config.xml
index eeefc3a..699e15a 100644
--- a/res/values-sw800dp/config.xml
+++ b/res/values-sw800dp/config.xml
@@ -15,10 +15,10 @@
-->
<resources>
<!-- Milliseconds between drops. -->
- <integer name="table_drop_period">90000</integer>
+ <integer name="table_drop_period">75000</integer>
<!-- Milliseconds to wait before the next fast drop.-->
- <integer name="fast_drop">10000</integer>
+ <integer name="fast_drop">5000</integer>
<!-- Parts per million ratio between image size and screen size. -->
<integer name="image_ratio">500000</integer>
diff --git a/res/values/config.xml b/res/values/config.xml
index d8d745d..36835c9 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -18,7 +18,7 @@
<integer name="table_drop_period">45000</integer>
<!-- Milliseconds to wait before the next fast drop.-->
- <integer name="fast_drop">4000</integer>
+ <integer name="fast_drop">3000</integer>
<!-- Milliseconds between drops. -->
<integer name="carousel_drop_period">10000</integer>
@@ -33,7 +33,7 @@
<integer name="table_capacity">10</integer>
<!-- Number of images to discard at a time.-->
- <integer name="redeal_count">3</integer>
+ <integer name="redeal_count">5</integer>
<!-- Parts per million ratio between image size and screen size. -->
<integer name="image_ratio">500000</integer>