Searched refs:CharWrapper (Results 1 – 2 of 2) sorted by relevance
664 private CharWrapper mCharWrapper;6188 } else if (!(text instanceof CharWrapper)) { in setText()6318 mCharWrapper = new CharWrapper(text, start, len); in setText()13114 private static class CharWrapper implements CharSequence, GetChars, GraphicsOperations { class in TextView.Drawables13118 public CharWrapper(char[] chars, int start, int len) { in CharWrapper() method in TextView.Drawables.CharWrapper
4410 android.widget.TextView$CharWrapper