diff options
| author | Fabrice Di Meglio <fdimeglio@google.com> | 2013-03-20 22:26:57 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-03-20 22:27:37 +0000 |
| commit | 19eceaadd764ca84f386300aafd9a31c270886e9 (patch) | |
| tree | 1b5c6f17da6b94709ed2c94638a546b8d45ad2db /core/java/android/widget/TextView.java | |
| parent | c595965b3d9bf8cf2b49de56ac9e33e48f47187a (diff) | |
| parent | 665f02c66702b77db25e950ff433230186bc3243 (diff) | |
Merge "Fix bug #8437358 Clean any ICU related code from TextLayout / Paint and their dependencies" into jb-mr2-dev
Diffstat (limited to 'core/java/android/widget/TextView.java')
| -rw-r--r-- | core/java/android/widget/TextView.java | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/core/java/android/widget/TextView.java b/core/java/android/widget/TextView.java index 1ab9943f26e1..5fbb642826f6 100644 --- a/core/java/android/widget/TextView.java +++ b/core/java/android/widget/TextView.java @@ -8881,16 +8881,6 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener advancesIndex); } - public float getTextRunAdvances(int start, int end, int contextStart, - int contextEnd, int flags, float[] advances, int advancesIndex, - Paint p, int reserved) { - int count = end - start; - int contextCount = contextEnd - contextStart; - return p.getTextRunAdvances(mChars, start + mStart, count, - contextStart + mStart, contextCount, flags, advances, - advancesIndex, reserved); - } - public int getTextRunCursor(int contextStart, int contextEnd, int flags, int offset, int cursorOpt, Paint p) { int contextCount = contextEnd - contextStart; |
