diff options
| author | 2023-02-15 15:37:55 -0800 | |
|---|---|---|
| committer | 2023-02-15 16:38:55 -0800 | |
| commit | 8d58e285e60d96279686c8eb6d830d4466476511 (patch) | |
| tree | d2b8bace10497f2a5eb49f9423db4a721a36acd2 | |
| parent | 9d2413c996834e34a4d3fba00dd11b48fb691cb8 (diff) | |
Remove some unused dimensions
Should've been removed with the removal of the floating task
prototype (ag/20343341)
Test: treehugger
Bug: 237678727
Change-Id: Iebb76afdd60863b866a99f582c60f412493c687f
| -rw-r--r-- | libs/WindowManager/Shell/res/values/dimen.xml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/libs/WindowManager/Shell/res/values/dimen.xml b/libs/WindowManager/Shell/res/values/dimen.xml index 6f31d0674246..1f9b6cf6c64f 100644 --- a/libs/WindowManager/Shell/res/values/dimen.xml +++ b/libs/WindowManager/Shell/res/values/dimen.xml @@ -331,30 +331,6 @@ --> <dimen name="overridable_minimal_size_pip_resizable_task">48dp</dimen> - <!-- The size of the drag handle / menu shown along with a floating task. --> - <dimen name="floating_task_menu_size">32dp</dimen> - - <!-- The size of menu items in the floating task menu. --> - <dimen name="floating_task_menu_item_size">24dp</dimen> - - <!-- The horizontal margin of menu items in the floating task menu. --> - <dimen name="floating_task_menu_item_padding">5dp</dimen> - - <!-- The width of visible floating view region when stashed. --> - <dimen name="floating_task_stash_offset">32dp</dimen> - - <!-- The amount of elevation for a floating task. --> - <dimen name="floating_task_elevation">8dp</dimen> - - <!-- The amount of padding around the bottom and top of the task. --> - <dimen name="floating_task_vertical_padding">8dp</dimen> - - <!-- The normal size of the dismiss target. --> - <dimen name="floating_task_dismiss_circle_size">150dp</dimen> - - <!-- The smaller size of the dismiss target (shrinks when something is in the target). --> - <dimen name="floating_dismiss_circle_small">120dp</dimen> - <!-- The thickness of shadows of a window that has focus in DIP. --> <dimen name="freeform_decor_shadow_focused_thickness">20dp</dimen> |