summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorRobert Carr <racarr@google.com>2018-02-13 13:54:00 -0800
committerRobert Carr <racarr@google.com>2018-02-26 14:27:06 -0800
commitb950603470a4a174000b75975c25e0c6072dc3d2 (patch)
tree2232b45944aeaa1174846b889d7a0d2871ba213b /tools/aapt2/java/JavaClassGenerator_test.cpp
parent29f1cdd5d3acc79a787e372cac02f7e216ea033e (diff)
Picture in picture Z ordering fixes.
We fix two seperate issues here related to animation of the pip menu activity within the stack. The first is that it may trigger an unexpected call to assignChildLayers on aboveAppWindowContainers. assignChildLayers was not overriden as it was assumed DisplayContent was the only caller. This was causing the default implementation from WindowContainer to be called and the docked divider to be assigned the wrong layer. We fix this by adding an override that forwards to the correct implementation. The second issue is we need to be more careful when placing the animation layer above the highest animating stack. The pinned stack may be animating due to the menu activity. Bug: 69553456 Change-Id: I1a2205925a2f7e4d20a9dbb23b8aedd511d411cc
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions