summaryrefslogtreecommitdiff
path: root/res/values-land-notouch
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-land-notouch
parent3910ecc7c3a93485d32f8c1eac79e47dbf3753fb (diff)
downloadPhotoTable-f362b8f1d503df040c55ac04913dabdbb2cd7155.tar.gz
graphics optimization to get back inside 60Hz.
Bug: 8594598 Change-Id: Iccb1779b5dd133af4441038c3f945d1c1ac1ba8d
Diffstat (limited to 'res/values-land-notouch')
-rw-r--r--res/values-land-notouch/config.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/res/values-land-notouch/config.xml b/res/values-land-notouch/config.xml
index c9d537f..d125dd1 100644
--- a/res/values-land-notouch/config.xml
+++ b/res/values-land-notouch/config.xml
@@ -16,9 +16,15 @@
<resources>
<!-- Maximum number of photos to leave on the table. -->
- <integer name="table_capacity">8</integer>
+ <integer name="table_capacity">6</integer>
<!-- Number of images to discard at a time. -->
- <integer name="redeal_count">4</integer>
+ <integer name="redeal_count">2</integer>
+
+ <!-- Parts per million ratio between image size on the table and screen size. -->
+ <integer name="table_ratio">333333</integer>
+
+ <!-- Duration in milliseconds for the pickup animation. -->
+ <integer name="photo_pickup_duration">1500</integer>
</resources> \ No newline at end of file