Searched refs:CharWrapper (Results 1 – 4 of 4) sorted by relevance
666 private CharWrapper mCharWrapper;6193 } else if (!(text instanceof CharWrapper)) { in setText()6323 mCharWrapper = new CharWrapper(text, start, len); in setText()13157 private static class CharWrapper implements CharSequence, GetChars, GraphicsOperations { class in TextView.Drawables13161 public CharWrapper(char[] chars, int start, int len) { in CharWrapper() method in TextView.Drawables.CharWrapper
4410 android.widget.TextView$CharWrapper
84720 Landroid/widget/TextView$CharWrapper;-><init>([CII)V84721 Landroid/widget/TextView$CharWrapper;->drawText(Landroid/graphics/BaseCanvas;IIFFLandroid/graphics/…84722 Landroid/widget/TextView$CharWrapper;->drawTextRun(Landroid/graphics/BaseCanvas;IIIIFFZLandroid/gra…84723 Landroid/widget/TextView$CharWrapper;->getTextRunAdvances(IIIIZ[FILandroid/graphics/Paint;)F84724 Landroid/widget/TextView$CharWrapper;->getTextRunCursor(IIIIILandroid/graphics/Paint;)I84725 Landroid/widget/TextView$CharWrapper;->getTextWidths(II[FLandroid/graphics/Paint;)I84726 Landroid/widget/TextView$CharWrapper;->mChars:[C84727 Landroid/widget/TextView$CharWrapper;->measureText(IILandroid/graphics/Paint;)F84728 Landroid/widget/TextView$CharWrapper;->mLength:I84729 Landroid/widget/TextView$CharWrapper;->mStart:I[all …]
37146 Landroid/widget/TextView$CharWrapper;