commit | c8045bf7e1aa6448389de49f5b3cd01a244d7945 | [log] [tgz] |
---|---|---|
author | Adrian Roos <roosa@google.com> | Thu Mar 29 19:41:30 2018 +0200 |
committer | Adrian Roos <roosa@google.com> | Mon Apr 09 23:02:19 2018 +0000 |
tree | ca17e6bf59423003982ec5f25f77ae1708b30397 | |
parent | 52c15f1699e60c0701cc21a69847a005efe87bc9 [diff] |
WindowLayout: Layout IN_SCREEN floating windows in screen Uses screen coordinates when placing floating LAYOUT_IN_SCREEN windows, even when there is a cutout. Making sure that the window does not overlap the cutout area is instead made sure by the clip/shift-to-displayFrame logic in WindowState. Change-Id: Ic485b8f191db737bb7a10b1694a489111afd5f2c Fixes: 76199703 Test: Run CalcyIV, make sure that the expanded window is properly attached to the non-expanded window.