Home
last modified time | relevance | path

Searched refs:CharWrapper (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DTextView.java513 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 TextView
9904 public CharWrapper(char[] chars, int start, int len) { in CharWrapper() method in TextView.CharWrapper
/frameworks/base/
Dpreloaded-classes2175 android.widget.TextView$CharWrapper