Set PiP stashing to a set 32dp away from the edge of the screen.

Bug: 165793553
Test: Stash PIP
Change-Id: Ib6e0058a9e0c6b60605c6143e9407ce809abebf3
This commit is contained in:
Ben Lin
2020-10-30 18:14:48 -07:00
parent 6e59ac63ff
commit beefdec180
3 changed files with 19 additions and 6 deletions

View File

@@ -57,6 +57,9 @@
<dimen name="pip_resize_handle_margin">4dp</dimen>
<dimen name="pip_resize_handle_padding">0dp</dimen>
<!-- PIP stash offset size, which is the width of visible PIP region when stashed. -->
<dimen name="pip_stash_offset">32dp</dimen>
<dimen name="dismiss_target_x_size">24dp</dimen>
<dimen name="floating_dismiss_bottom_margin">50dp</dimen>