Searched refs:TextLine (Results 1 – 7 of 7) sorted by relevance
36 final TextLine tl = TextLine.obtain(); in stretchesToFullWidth()44 TextLine.recycle(tl); in stretchesToFullWidth()
259 TextLine line = TextLine.obtain(); in init()263 TextLine.recycle(line); in init()347 TextLine line = TextLine.obtain(); in isBoring()351 TextLine.recycle(line); in isBoring()
427 TextLine tl = TextLine.obtain(); in drawText()573 TextLine.recycle(tl); in drawText()1182 TextLine tl = TextLine.obtain(); in getHorizontal()1185 TextLine.recycle(tl); in getHorizontal()1221 TextLine tl = TextLine.obtain(); in getLineHorizontals()1230 TextLine.recycle(tl); in getLineHorizontals()1360 final TextLine tl = TextLine.obtain(); in getLineExtent()1369 TextLine.recycle(tl); in getLineExtent()1388 final TextLine tl = TextLine.obtain(); in getLineExtent()1397 TextLine.recycle(tl); in getLineExtent()[all …]
49 public class TextLine { class81 private static final TextLine[] sCached = new TextLine[3];89 public static TextLine obtain() { in obtain()90 TextLine tl; in obtain()100 tl = new TextLine(); in obtain()115 public static TextLine recycle(TextLine tl) { in recycle()
5782 Landroid/text/TextLine;->mCharacterStyleSpanSet:Landroid/text/SpanSet;5783 Landroid/text/TextLine;->mMetricAffectingSpanSpanSet:Landroid/text/SpanSet;5784 Landroid/text/TextLine;->mReplacementSpanSpanSet:Landroid/text/SpanSet;5785 Landroid/text/TextLine;->mSpanned:Landroid/text/Spanned;5786 Landroid/text/TextLine;->mText:Ljava/lang/CharSequence;5787 Landroid/text/TextLine;->obtain()Landroid/text/TextLine;5788 Landroid/text/TextLine;->sCached:[Landroid/text/TextLine;
2990 android.text.TextLine2991 android.text.TextLine$DecorationInfo
6013 HPLandroid/text/TextLine;->getOffsetBeforeAfter(IIIZIZ)I6014 HPLandroid/text/TextLine;->getOffsetToLeftRightOf(IZ)I6015 HPLandroid/text/TextLine;->nextTab(F)F31441 HSPLandroid/text/TextLine$DecorationInfo;->copyInfo()Landroid/text/TextLine$DecorationInfo;31442 HSPLandroid/text/TextLine;-><init>()V31443 HSPLandroid/text/TextLine;->draw(Landroid/graphics/Canvas;FIII)V31444 HSPLandroid/text/TextLine;->drawRun(Landroid/graphics/Canvas;IIZFIIIZ)F31445 HSPLandroid/text/TextLine;->drawStroke(Landroid/text/TextPaint;Landroid/graphics/Canvas;IFFFFF)V31446 HSPLandroid/text/TextLine;->drawTextRun(Landroid/graphics/Canvas;Landroid/text/TextPaint;IIIIZFI)V31447 HSPLandroid/text/TextLine;->expandMetricsFromPaint(Landroid/graphics/Paint$FontMetricsInt;Landroid/…[all …]