diff options
Diffstat (limited to 'packages/SystemUI/res-keyguard/values/dimens.xml')
-rw-r--r-- | packages/SystemUI/res-keyguard/values/dimens.xml | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/packages/SystemUI/res-keyguard/values/dimens.xml b/packages/SystemUI/res-keyguard/values/dimens.xml index 7e3c87b24f07..89dd741e2898 100644 --- a/packages/SystemUI/res-keyguard/values/dimens.xml +++ b/packages/SystemUI/res-keyguard/values/dimens.xml @@ -31,7 +31,6 @@ <!-- Max Height of the sliding KeyguardSecurityContainer (includes 2x keyguard_security_view_top_margin) --> - <dimen name="keyguard_security_max_height">450dp</dimen> <!-- pin/password field max height --> <dimen name="keyguard_password_height">80dp</dimen> @@ -57,7 +56,6 @@ <!-- Clock without header --> <dimen name="widget_big_font_size">54dp</dimen> <dimen name="bottom_text_spacing_digital">0dp</dimen> - <dimen name="title_clock_padding">4dp</dimen> <!-- Clock with header --> <dimen name="widget_small_font_size">@dimen/widget_title_font_size</dimen> <dimen name="widget_vertical_padding">5dp</dimen> @@ -68,10 +66,8 @@ <dimen name="widget_icon_size">18dp</dimen> <dimen name="widget_icon_padding">8dp</dimen> <!-- Notification shelf padding when dark --> - <dimen name="widget_bottom_separator_padding">-6dp</dimen> <!-- The y translation to apply at the start in appear animations. --> - <dimen name="appear_y_translation_start">32dp</dimen> <!-- The size of the dots in the PIN unlock method. --> <dimen name="password_dot_size">9dp</dimen> @@ -82,7 +78,6 @@ <dimen name="password_char_padding">8dp</dimen> <!-- The vertical margin between the date and the owner info. --> - <dimen name="date_owner_info_margin">4dp</dimen> <!-- The translation for disappearing security views after having solved them. --> <dimen name="disappear_y_translation">-32dp</dimen> @@ -98,4 +93,17 @@ <dimen name="below_clock_padding_start">32dp</dimen> <dimen name="below_clock_padding_end">16dp</dimen> <dimen name="below_clock_padding_start_icons">28dp</dimen> + + <!-- Proportion of the screen height to use to set the maximum height of the bouncer to when + the device is in the DEVICE_POSTURE_HALF_OPENED posture, for the PIN/pattern entry. 0 will + allow it to use the whole screen space, 0.6 will allow it to use just under half of the + screen. --> + <item name="half_opened_bouncer_height_ratio" type="dimen" format="float">0.0</item> + + <!-- The actual amount of translation that is applied to the bouncer when it animates from one + side of the screen to the other in one-handed mode. Note that it will always translate from + the side of the screen to the other (it will "jump" closer to the destination while the + opacity is zero), but this controls how much motion will actually be applied to it while + animating. Larger values will cause it to move "faster" while fading out/in. --> + <dimen name="one_handed_bouncer_move_animation_translation">120dp</dimen> </resources> |