Skip to content
Commit 3ae6ebb9 authored by Riddle Hsu's avatar Riddle Hsu
Browse files

Fix freeform window cannot move up

Since commit 0d46519b, the stack can be used as task in freeform
mode, so the stack bounds are no longer fullscreen. It becomes
the actual window bounds, then the movable area is also limited.
This changes to use the intersection of stable screen bounds and
the parent bounds of root task.

Also clean up TaskPositioner a bit.

Bug: 150923021
Test: atest TaskPositionerTests#testMoveWindow

Change-Id: I3030943fcca48a73a64173574e897b965a0d08d7
parent deae2467
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment