Home
last modified time | relevance | path

Searched refs:TextLine (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/
DTextLineTest.java36 final TextLine tl = TextLine.obtain(); in stretchesToFullWidth()
44 TextLine.recycle(tl); in stretchesToFullWidth()
/frameworks/base/core/java/android/text/
DBoringLayout.java259 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()
DLayout.java427 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 …]
DTextLine.java49 public class TextLine { class
81 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()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt5782 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;
Dpreloaded-classes2990 android.text.TextLine
2991 android.text.TextLine$DecorationInfo
Dboot-image-profile.txt6013 HPLandroid/text/TextLine;->getOffsetBeforeAfter(IIIZIZ)I
6014 HPLandroid/text/TextLine;->getOffsetToLeftRightOf(IZ)I
6015 HPLandroid/text/TextLine;->nextTab(F)F
31441 HSPLandroid/text/TextLine$DecorationInfo;->copyInfo()Landroid/text/TextLine$DecorationInfo;
31442 HSPLandroid/text/TextLine;-><init>()V
31443 HSPLandroid/text/TextLine;->draw(Landroid/graphics/Canvas;FIII)V
31444 HSPLandroid/text/TextLine;->drawRun(Landroid/graphics/Canvas;IIZFIIIZ)F
31445 HSPLandroid/text/TextLine;->drawStroke(Landroid/text/TextPaint;Landroid/graphics/Canvas;IFFFFF)V
31446 HSPLandroid/text/TextLine;->drawTextRun(Landroid/graphics/Canvas;Landroid/text/TextPaint;IIIIZFI)V
31447 HSPLandroid/text/TextLine;->expandMetricsFromPaint(Landroid/graphics/Paint$FontMetricsInt;Landroid/…
[all …]