Searched defs:CharWrapper (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTextView.java626 private CharWrapper mCharWrapper;
5653 } else if (!(text instanceof CharWrapper)) {
5768 * the old text is a CharWrapper we destroy it before calling
5779 mCharWrapper = new CharWrapper(text, start, len);
12248 private static class CharWrapper implements CharSequence, GetChars, GraphicsOperations { class in class:TextView
12252 public CharWrapper(char[] chars, int start, int len) { method in class:TextView.CharWrapper

Completed in 55 milliseconds