summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJon Miranda <jonmiranda@google.com>2016-11-07 08:37:20 -0800
committerJon Miranda <jonmiranda@google.com>2016-11-07 10:11:49 -0800
commit51f037d674d1113d5a0ced862b8d95ba1c3ff1f8 (patch)
tree4ec6f0299d2a2eb29eea794f4c4237b52b35268d /res/values
parentc48a89e59cc1b874b86590b180ef3fd96d26eac2 (diff)
downloadandroid_packages_apps_Trebuchet-51f037d674d1113d5a0ced862b8d95ba1c3ff1f8.tar.gz
android_packages_apps_Trebuchet-51f037d674d1113d5a0ced862b8d95ba1c3ff1f8.tar.bz2
android_packages_apps_Trebuchet-51f037d674d1113d5a0ced862b8d95ba1c3ff1f8.zip
Refactor edge of screen detection code.
There were two resources that both defined the edge of the screen. Change-Id: I82ab553cc3123ef54ff1f0c692d29f3678ad04ac
Diffstat (limited to 'res/values')
-rw-r--r--res/values/dimens.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index b07a400df..188f98fa6 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -179,9 +179,6 @@
also happens to equal 19dp-->
<dimen name="deep_shortcuts_arrow_horizontal_offset">19dp</dimen>
-<!-- Touch handling -->
- <dimen name="edge_of_screen_threshold">8dp</dimen>
-
<!-- Other -->
<!-- Approximates the system status bar height. Not guaranteed to be always be correct. -->
<dimen name="status_bar_height">24dp</dimen>