Files
frameworks_base/core/java/android/text
Anish Athalye 46514a75e3 Fix performance bug in layout
When processing text ending with a newline character, calling
MeasuredText#setPara() on the whole buffer is inefficient because the
call results in a copy of the entire buffer.

Change-Id: I6fa038d950f6287665bad3dc0070234c98bc8a7a
2014-08-12 17:05:28 +00:00
..