diff options
author | Roozbeh Pournader <roozbeh@google.com> | 2015-10-16 02:27:03 -0700 |
---|---|---|
committer | Roozbeh Pournader <roozbeh@google.com> | 2015-10-16 02:49:13 -0700 |
commit | 431e506b53e59b21a7d18bf46476b8c1528fabf1 (patch) | |
tree | ed058413ee825ea3909e29b33c12a93d0f016c43 /tools/aapt2/java/JavaClassGenerator.cpp | |
parent | ae5a53d78cac72b73574b874a4d12ae9de708101 (diff) |
Fix line height problem with inline images in StaticLayout.
Previously, paragraphs with ImageSpans in their middle would continue to
carry the height of the image into the line height of next lines. This was
a regression from L.
The bug was due to StaticLayout's out() method almost always
modifying the value of its parameter "fm", although that was only
intended when there were LineHeightSpans in the text. The method
generate() was assuming that it can restore fmTop etc to metrics of
the current span by setting them from "fm" after out() was run, while
"fm" was modified by out() and its original values was lost!
The fix makes sure to set chooseHt back to null if there were no
LineHeightSpans, so out() would not modify "fm" unless necessary.
AOSP bug: https://code.google.com/p/android/issues/detail?id=188042
Bug: 24548073
Change-Id: I0d00af384c35a9d863377972318da9db7668118f
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator.cpp')
0 files changed, 0 insertions, 0 deletions