diff options
author | Raph Levien <raph@google.com> | 2012-10-04 23:15:12 -0700 |
---|---|---|
committer | Raph Levien <raph@google.com> | 2012-10-04 23:15:12 -0700 |
commit | 577b07197b1bf1b3903e0bc0f3d48fabfd927b2a (patch) | |
tree | 0751627bf12adee08327e00a6fd1b8d01a3c9297 /NOTICE | |
parent | 82b946496e2a503b5b21af318af5be828a223a44 (diff) | |
download | frameworks_base-577b07197b1bf1b3903e0bc0f3d48fabfd927b2a.zip frameworks_base-577b07197b1bf1b3903e0bc0f3d48fabfd927b2a.tar.gz frameworks_base-577b07197b1bf1b3903e0bc0f3d48fabfd927b2a.tar.bz2 |
Fix for 7281523 android.text.cts.SelectionTest#testMoveRight failures
The failures were caused by the implementation of doTextRunCursor
passing a too-small value for contextCount into the underlying
getTextRunAdvances call (it wasn't accounting for the start offset).
Thus, when getTextRunAdvances made a copy of the text for its cache key,
it was getting a partial copy.
This patch fixes the size so the cache key always has a full copy of the
text.
Change-Id: I57e3ac6de7aef0e1f1c7000dc3d653f9b0d623d2
Diffstat (limited to 'NOTICE')
0 files changed, 0 insertions, 0 deletions