Searched refs:CharWrapper (Results 1 – 2 of 2) sorted by relevance
513 private CharWrapper mCharWrapper;4265 } else if (!(text instanceof CharWrapper)) { in setText()4385 mCharWrapper = new CharWrapper(text, start, len); in setText()9900 private static class CharWrapper implements CharSequence, GetChars, GraphicsOperations { class in TextView9904 public CharWrapper(char[] chars, int start, int len) { in CharWrapper() method in TextView.CharWrapper
2175 android.widget.TextView$CharWrapper