summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorTony Huang <tonyychuang@google.com>2021-08-11 15:55:34 +0800
committerTony Huang <tonyychuang@google.com>2021-08-19 14:12:04 +0800
commit95d37cedff907c1aff1b0562d6c84a110313b655 (patch)
tree32f85779ee22e25d8b82c9854d7179c7424f877d /tools/aapt2/java/JavaClassGenerator_test.cpp
parent90f055a04dfd49edc406d5db1c000c98bc8ef4a7 (diff)
Fix pip or bubbles is under split divider
In stage split, it always set the divider layer to top and it would Cover some layer it should not cover such as pip or bubbles. In legacy split, this ordering is handled by TDA but it cannot apply on stage split because it directly use WindowlessWindowManager without shell root. Fix it by simplify the layer ordering. Make divider layer as a fixed value. Normal task layer should always lower than it and always on top tasks layer count start from it so we can ensure always on top tasks higher than the divider. Also move some constants layer value to WindowManagerPolicyConstants for managerment and accessed by both wm-core and wm-shell. Fix: 194359996 Test: open a pip app and active stage split then drap the pip to divider. Test: Pass existing tests. Change-Id: I6e4002435be350872aec5fa154849ed6e9561ce0
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions