summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/dimens.xml
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2014-09-03 16:03:45 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-09-03 16:03:46 +0000
commitd9df4217237f9bc2ffb130d162afd4e90de5179c (patch)
treec3d8ee46ded3770129fff7ea886a1aafac3c4706 /packages/SystemUI/res/values/dimens.xml
parentf98ddfc389b35cf942f8fd7d50d33a664cca5eda (diff)
parent5386fb337d3f2bd9b0ea673b5f60483246e5d0cd (diff)
downloadframeworks_base-d9df4217237f9bc2ffb130d162afd4e90de5179c.zip
frameworks_base-d9df4217237f9bc2ffb130d162afd4e90de5179c.tar.gz
frameworks_base-d9df4217237f9bc2ffb130d162afd4e90de5179c.tar.bz2
Merge "Tuned anti-falsing thresholds on the lockscreen" into lmp-dev
Diffstat (limited to 'packages/SystemUI/res/values/dimens.xml')
-rw-r--r--packages/SystemUI/res/values/dimens.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/SystemUI/res/values/dimens.xml b/packages/SystemUI/res/values/dimens.xml
index 946914b..8cd4ce6 100644
--- a/packages/SystemUI/res/values/dimens.xml
+++ b/packages/SystemUI/res/values/dimens.xml
@@ -289,13 +289,13 @@
<dimen name="speed_bump_height">16dp</dimen>
<!-- Lockscreen unlocking falsing threshold. -->
- <dimen name="unlock_falsing_threshold">100dp</dimen>
+ <dimen name="unlock_falsing_threshold">80dp</dimen>
<!-- Lockscreen falsing threshold for quick settings. -->
- <dimen name="qs_falsing_threshold">60dp</dimen>
+ <dimen name="qs_falsing_threshold">80dp</dimen>
<!-- Falsing threshold used when dismissing notifications from the lockscreen. -->
- <dimen name="swipe_helper_falsing_threshold">100dp</dimen>
+ <dimen name="swipe_helper_falsing_threshold">70dp</dimen>
<dimen name="notifications_top_padding">8dp</dimen>
@@ -315,7 +315,7 @@
<dimen name="heads_up_window_height">250dp</dimen>
<!-- The minimum amount the user needs to swipe to go to the camera / phone. -->
- <dimen name="keyguard_min_swipe_amount">85dp</dimen>
+ <dimen name="keyguard_min_swipe_amount">90dp</dimen>
<!-- The minimum background radius when swiping to a side for the camera / phone affordances. -->
<dimen name="keyguard_affordance_min_background_radius">30dp</dimen>