commit | bf1ed3dfa7b61800c091349c1f5ddedb00afb5e2 | [log] [tgz] |
---|---|---|
author | Winson <winsonc@google.com> | Wed Oct 19 17:30:26 2016 -0700 |
committer | Winson Chung <winsonc@google.com> | Thu Oct 20 22:34:45 2016 +0000 |
tree | 529da4f8d409022b8ccda78a954677a895460cfd | |
parent | b72fd03d5af14e7b1b55bba08c1073cb7c73aeb6 [diff] |
Fixing issue with the pinned stack being cropped incorrectly. - Pinned stacks were being treated as full screen tasks, and bounded (incorrectly) to the display rect leading to negative insets. In turn, this caused the view root to have negative insets, which caused layout to be extended (width - (-inset)) when measured. Test: android.server.cts.ActivityManagerPinnedStackTests Test: #testPinnedStackOutOfBoundsInsetsNonNegative Change-Id: I3339d982667c981a3c8ca56fb3542188de1d6714