commit | 379198ef5bcc68620ab0327edec7e560d893a1a4 | [log] [tgz] |
---|---|---|
author | Jon Miranda <jonmiranda@google.com> | Fri Sep 23 08:54:40 2016 -0700 |
committer | Jon Miranda <jonmiranda@google.com> | Mon Sep 26 16:37:59 2016 -0700 |
tree | b76e6a3ba46d9d8e2a854b9d8fb865f754b09712 | |
parent | 8c855cb8c0e8aeb4366d986df488c46fde1babe3 [diff] [blame] |
Ignore long clicks triggered from the edge of screen. Bug: 31572404 Change-Id: Ie531941669549ce84b92302b95be94555ee0bb73
diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 367cee4..2db3c89 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml
@@ -182,4 +182,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> </resources>