Searched refs:CharWrapper (Results 1 – 3 of 3) sorted by relevance
670 private CharWrapper mCharWrapper;6230 } else if (!(text instanceof CharWrapper)) { in setText()6360 mCharWrapper = new CharWrapper(text, start, len); in setText()13307 private static class CharWrapper implements CharSequence, GetChars, GraphicsOperations { class in TextView.Drawables13311 public CharWrapper(char[] chars, int start, int len) { in CharWrapper() method in TextView.Drawables.CharWrapper
7806 android.widget.TextView$CharWrapper
48130 Landroid/widget/TextView$CharWrapper;