am be46d145: Revert "Fix for StaticLayout bug with ellipsized text"

* commit 'be46d1456beb7e2f3e8b82bda2d0a5023db3debd':
  Revert "Fix for StaticLayout bug with ellipsized text"
This commit is contained in:
Paul Eastham
2011-02-04 19:23:10 -08:00
committed by Android Git Automerger

View File

@@ -500,7 +500,7 @@ public class StaticLayout extends Layout
choosehtv, fm, hasTabOrEmoji,
needMultiply, paraStart, chdirs, dir, easy,
paraEnd == bufend, includepad, trackpad,
chs, widths, paraStart,
chs, widths, here - paraStart,
ellipsize, ellipsizedWidth, w, paint);
}