diff options
author | Selim Cinek <cinek@google.com> | 2014-11-12 17:53:52 +0100 |
---|---|---|
committer | Selim Cinek <cinek@google.com> | 2014-11-12 18:24:58 +0100 |
commit | 1dc406505cdcbbf98ece4f15a2f98f621e24abdb (patch) | |
tree | 30f4652396855bec9fc57ffe80f271eb8d59965b /packages/SystemUI/res | |
parent | 72e32fd55538715f72299a08e14834257847d8dc (diff) | |
download | frameworks_base-1dc406505cdcbbf98ece4f15a2f98f621e24abdb.zip frameworks_base-1dc406505cdcbbf98ece4f15a2f98f621e24abdb.tar.gz frameworks_base-1dc406505cdcbbf98ece4f15a2f98f621e24abdb.tar.bz2 |
Increases the falsing threshold when for the keyguard affordances
The minimum amount has been increased by 20dp and in addition the
Motion is cancelled whenever a POINTER_DOWN occurs, which should
help a lot with falsing.
Bug: 18298401
Change-Id: I04b1f30fd2555c08209224f4e84c610ecd7a33f1
Diffstat (limited to 'packages/SystemUI/res')
-rw-r--r-- | packages/SystemUI/res/values/dimens.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/dimens.xml b/packages/SystemUI/res/values/dimens.xml index 5caa866..841bef5 100644 --- a/packages/SystemUI/res/values/dimens.xml +++ b/packages/SystemUI/res/values/dimens.xml @@ -321,7 +321,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">90dp</dimen> + <dimen name="keyguard_min_swipe_amount">110dp</dimen> <!-- The minimum background radius when swiping to a side for the camera / phone affordances. --> <dimen name="keyguard_affordance_min_background_radius">30dp</dimen> |