Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java593 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 { class
11646 public CharWrapper(char[] chars, int start, int len) { in CharWrapper() method in TextView.Drawables.CharWrapper
/frameworks/base/
Dpreloaded-classes2721 android.widget.TextView$CharWrapper
Dcompiled-classes-phone5097 android.widget.TextView$CharWrapper
/frameworks/base/services/
Dprofile-classes3006 Landroid/widget/TextView$CharWrapper;