Reland "[Messages] Fix clipping of message banner because of SurfaceView hole"
This is a reland of 6a340039 The SingleActionMessageTest was failing on an L bot because Mockito couldn't mock WindowAndroid because it has a Display.Mode member, which is only available on M+. This reland replaces the WindowAndroid with a Callback<Animator> since we only need one method from that class. Original change's description: > [Messages] Fix clipping of message banner because of SurfaceView hole > > This CL delegates the Animator#start calls in MessageBannerMediator to > WindowAndroid#startAnimationOverContent. > > Bug: 1159429 > Change-Id: I865e62718efa46eae8e1bf733271854475edaa00 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2628497 > Commit-Queue: Sinan Sahin <sinansahin@google.com> > Reviewed-by: Theresa <twellington@chromium.org> > Reviewed-by: Pavel Yatsuk <pavely@chromium.org> > Cr-Commit-Position: refs/heads/master@{#843685} Bug: 1159429 Change-Id: I325340cb845809e963c9df50b217aa9d6f70849e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633526 Commit-Queue: Sinan Sahin <sinansahin@google.com> Reviewed-by:Pavel Yatsuk <pavely@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#844831}
Showing
Please register or sign in to comment