summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorFilip Gruszczynski <gruszczy@google.com>2015-10-25 16:05:27 -0700
committerFilip Gruszczynski <gruszczy@google.com>2015-10-26 14:11:32 -0700
commitb6e66624629448b7a8c8d5d1ec62f87ba109546d (patch)
tree2ae4060c56fb29f290d276386f965dc8809277ff /tools/aapt2/java/JavaClassGenerator_test.cpp
parent20070371f37db12d6f3e22763a0fbde4abdb2841 (diff)
Improve infrastructure for replacing windows.
We need to be more precise when removing the window that is being replaced. We used to depend on the fact that we can remove it after the first draw of the new added window. However, due to resizing the old window might reset its draw state and that will trigger a removal of that window. We need to add an information about the window that is replacing the old one and only when this new window draws itself, we remove the old one. This improves the transition after maximizing docked window. This is a situation where first resize operation finishes and immediately after we have a replacement operation. Bug: 24914011 Change-Id: Ia8e5bb7872787e663ba23f26588f9c4db1a5e574
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions