am e4ee0e31: Merge "Fix bug 14276128 Clipping at bottom of TextView" into klp-modular-dev

* commit 'e4ee0e3193f8e66cabc5352046969041ad4921e5':
  Fix bug 14276128 Clipping at bottom of TextView
This commit is contained in:
Raph Levien
2014-04-24 16:18:08 +00:00
committed by Android Git Automerger

View File

@@ -654,7 +654,7 @@ public class StaticLayout extends Layout {
int extra;
if (needMultiply) {
if (needMultiply && end != bufEnd) {
double ex = (below - above) * (spacingmult - 1) + spacingadd;
if (ex >= 0) {
extra = (int)(ex + EXTRA_ROUNDING);