summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorFilip Gruszczynski <gruszczy@google.com>2015-12-07 15:05:49 -0800
committerFilip Gruszczynski <gruszczy@google.com>2015-12-07 18:32:02 -0800
commitf34a04cca9b7f34eff533866ec11233777876ebf (patch)
tree6b43790f16a951112d0986c347196267c4e8f556 /tools/aapt2/java/JavaClassGenerator_test.cpp
parent4cbc315305379b0892cc4fb347d7050f3058f81e (diff)
Fix freeform to recents animating window being cuttoff.
The window will appear cutoff during the animation if the window was cropped due to stack or decor bounds before the animation started. We need to disable the cropping (both from decor and from stack bounds) for the duration of the animation. Unfortunately, by disabling cropping of a freeform window to the stack bounds, we will make it appear above the docked window during the animation (because the animation will lift the layer). To fix this, we need to treat the docked stack like the pinned stack and assume it's always on top for the layering purposes. CL also includes refactoring of mSystemDecorRect and mLastSystemDecorRect which can be moved from WindowState to WindowStateAnimator and made private there. Bug: 24913782 Change-Id: Idbea99ba04e9449d0563d0c02636f8b4b63087f7
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions