summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/dimens.xml
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2014-09-03 16:37:36 +0200
committerDan Sandler <dsandler@android.com>2014-09-03 15:42:27 +0000
commit5386fb337d3f2bd9b0ea673b5f60483246e5d0cd (patch)
tree3a2227cda61233d966ba59b8384ba801ed9eedfa /packages/SystemUI/res/values/dimens.xml
parentcab4a60c485872848fc0fa3e65baaeb06d21a7d8 (diff)
downloadframeworks_base-5386fb337d3f2bd9b0ea673b5f60483246e5d0cd.zip
frameworks_base-5386fb337d3f2bd9b0ea673b5f60483246e5d0cd.tar.gz
frameworks_base-5386fb337d3f2bd9b0ea673b5f60483246e5d0cd.tar.bz2
Tuned anti-falsing thresholds on the lockscreen
Also added logic to provide nicer animations when falsing. In addition adapted the clock scale slightly if dragging in the void. Bug: 15433087 Change-Id: I4d8eb26cc81d22647ef4d2eca1e69b4994a7f1e2
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 d3cebd45..31800eb 100644
--- a/packages/SystemUI/res/values/dimens.xml
+++ b/packages/SystemUI/res/values/dimens.xml
@@ -286,13 +286,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>
@@ -312,7 +312,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>