summaryrefslogtreecommitdiffstats
path: root/quickstep/res
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2019-06-20 15:17:13 -0700
committerSunny Goyal <sunnygoyal@google.com>2019-06-21 15:08:49 -0700
commite9f1f093c71b112608d8b7ade5be00ba94c07923 (patch)
tree31d8b12eb8f9d335669f9ef9adca662177f4ed48 /quickstep/res
parent37dc5b193673f7b8b4e381f87730b219eb143c95 (diff)
downloadandroid_packages_apps_Trebuchet-e9f1f093c71b112608d8b7ade5be00ba94c07923.tar.gz
android_packages_apps_Trebuchet-e9f1f093c71b112608d8b7ade5be00ba94c07923.tar.bz2
android_packages_apps_Trebuchet-e9f1f093c71b112608d8b7ade5be00ba94c07923.zip
Increasing assistant touch region based on the corner radius
Bug: 135687556 Change-Id: I86f0cf3b0e6f3cd6608eab55be6ebf56bfdddf1c
Diffstat (limited to 'quickstep/res')
-rw-r--r--quickstep/res/values/dimens.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/quickstep/res/values/dimens.xml b/quickstep/res/values/dimens.xml
index c7801a952..71259fd7a 100644
--- a/quickstep/res/values/dimens.xml
+++ b/quickstep/res/values/dimens.xml
@@ -66,7 +66,8 @@
<dimen name="shelf_surface_offset">24dp</dimen>
<!-- Assistant Gestures -->
- <dimen name="gestures_assistant_size">48dp</dimen>
+ <!-- Distance from the vertical edges of the screen in which assist gestures are recognized -->
+ <dimen name="gestures_assistant_width">48dp</dimen>
<dimen name="gestures_assistant_drag_threshold">55dp</dimen>
<!-- Distance to move elements when swiping up to go home from launcher -->