Respect bounds and size constraints when modifying launch params for dw
Ensure the `DesktopModeLaunchParamsModifier` does not override any bounds set in the activities options and respect any size contraints set through the layout. Layout contraints can include: - width/ height - fraction width/ height - gravity Any bounds set must also fall within the default bounds (the display area bounds). In the event the bounds fall outside this are, the default bounds will be used. Fixes: 340460999 Fixes: 340172101 Fixes: 340172030 Test: atest WmTests:DesktopModeLaunchParamsModifierTests Test: atest WmTests:TaskLaunchParamsModifierTests Change-Id: I86bc7e366c7d10b31aea3fe6398bc1db934a3a50
Loading
Please register or sign in to comment