Searched refs:CharWrapper (Results 1 – 4 of 4) sorted by relevance
593 private CharWrapper mCharWrapper;5315 } else if (!(text instanceof CharWrapper)) {5442 mCharWrapper = new CharWrapper(text, start, len);11642 private static class CharWrapper implements CharSequence, GetChars, GraphicsOperations { class11646 public CharWrapper(char[] chars, int start, int len) { in CharWrapper() method in TextView.Drawables.CharWrapper
2721 android.widget.TextView$CharWrapper
5097 android.widget.TextView$CharWrapper
3006 Landroid/widget/TextView$CharWrapper;