Searched defs:CharWrapper (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 35 milliseconds