summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2013-03-15 17:19:49 -0400
committerChris Wren <cwren@android.com>2013-03-15 17:19:49 -0400
commitbf44ca22d40dd60b4c30f6a979b80fbd2ffa0078 (patch)
tree0f6ea7c975550bc80c90c91b431d061e469774be /res
parenteb70217554d14807d73cae033b4f756c9b80fe3b (diff)
downloadandroid_packages_screensavers_PhotoTable-bf44ca22d40dd60b4c30f6a979b80fbd2ffa0078.tar.gz
android_packages_screensavers_PhotoTable-bf44ca22d40dd60b4c30f6a979b80fbd2ffa0078.tar.bz2
android_packages_screensavers_PhotoTable-bf44ca22d40dd60b4c30f6a979b80fbd2ffa0078.zip
add swipe-away gesture, and fix focus blink.
Bug: 8387448 Change-Id: I316d21069e0b81f1753c975a67f56f95282c2a8a
Diffstat (limited to 'res')
-rw-r--r--res/values/config.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 36835c9..b871820 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -85,5 +85,14 @@
<!-- Number of images to pre-load. -->
<integer name="num_images_to_preload">5</integer>
+
+ <!-- distance from edge to start a valid edge swipe as a fraction of
+ touch area width, in parts per million from 0 to 1. -->
+ <integer name="table_edge_swipe_gutter">50000</integer>
+
+ <!-- minimum length of a valid edge swipe as a fraction of
+ touch area width, in parts per million from 0 to 1. -->
+ <integer name="table_edge_swipe_threshold">100000</integer>
+
</resources>