diff options
author | Filip Gruszczynski <gruszczy@google.com> | 2015-11-11 15:58:03 -0800 |
---|---|---|
committer | Filip Gruszczynski <gruszczy@google.com> | 2015-11-12 08:31:39 -0800 |
commit | ae10080b99b6c3b2fec9b6e4c72f8bdaa379a940 (patch) | |
tree | 1bb89d10c8e1d5c37f4085662d2e5fce01689b85 /tools/aapt2/java/JavaClassGenerator.cpp | |
parent | 1bc5d9b3d4d4521dc9a1b5954bc571400de6ced4 (diff) |
Fix missing dock divider.
When invisible the dock divider would have its bounds adjusted to size
0, 0 and that would be sent to Surface Flinger. When it becomes visible
we immediately adjust the size of the surface, but it's too late for
Surface Flinger and it returns wrong size to the renderer. By not
adjusting the dock divider bounds when it's invisible, Surface Flinger
will always hold good size. The position will be adjusted when the
divider gets visible.
Bug: 25612050
Change-Id: Iab0798d6545ae0f8b46eabfe7e4100079779bd06
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator.cpp')
0 files changed, 0 insertions, 0 deletions