summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/24/changes
diff options
context:
space:
mode:
authorRobert Carr <racarr@google.com>2016-05-11 14:57:36 -0700
committerRobert Carr <racarr@google.com>2016-05-12 11:26:47 -0700
commite4874a1a4d51e9ecd3c8dfca1321ef4f8fab9e7e (patch)
treead920d3ffe6fb4f7fcacc92bbaef40c47c4bae2d /docs/html/sdk/api_diff/24/changes
parent4b8ab89ecad86353259454f92fd8f2bf1913b21b (diff)
Don't notify windows of resize during PIP animation.
We are notifying windows of resize as the frame moves (even though the size does not change) during the pinned animation, confusing and upsetting the client. We do want to notify it of the one resize at the beginning or end of the animation, so we can't just block reportResized on bounds animating. Luckily the other area that adds windows to reportResized (Task) is smart enough to only do so if the size has actually changed and not just movement, so we let those reports go through and block ones initiating from here (which doesn't perform a check that the size has actually changed). Bug: 28559097 Change-Id: If1f983e7cc875175ce1d098c385478a9922dea67
Diffstat (limited to 'docs/html/sdk/api_diff/24/changes')
0 files changed, 0 insertions, 0 deletions