summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator.cpp
diff options
context:
space:
mode:
authorChris Li <lihongyu@google.com>2021-03-03 16:28:20 -0800
committerChris Li <lihongyu@google.com>2021-03-04 23:16:21 +0000
commit4515b2202e134014ed7007dd6600accb97827a4a (patch)
tree2dbb66fcc5d5e971482fef1c217e17eae9550a77 /tools/aapt2/java/JavaClassGenerator.cpp
parent8232386d0bb15c02cb7ff209567a0b0093ea2324 (diff)
Force update IME container relative layer when IME parent is changed
Before, WindowContainer#assignRelativeLayer() will not set layer if the call is the same as the previous call. This could cause issue. In case the previous IME parent is removed, the relative layer of IME is also removed. However, WindowContainer won't know about that, so the next assignRelativeLayer with the same arguments will still be ignored. Now we do a force update when the IME parent is changed. Bug: 180541134 Test: atest WmTests:DisplayContentTests Test: atest WmTests:WindowContainerTests Test: verify with reproduce steps in bug Change-Id: Ie1f00146f150a5fcf818d775239bd93d5235ead3
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator.cpp')
0 files changed, 0 insertions, 0 deletions