Home
last modified time | relevance | path

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

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