Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/text/
DTextLineTest.java48 final TextLine tl = TextLine.obtain(); in stretchesToFullWidth()
57 TextLine.recycle(tl); in stretchesToFullWidth()
100 private TextLine getTextLine(String str, TextPaint paint, TabStops tabStops) { in getTextLine()
104 TextLine tl = TextLine.obtain(); in getTextLine()
112 private TextLine getTextLine(String str, TextPaint paint) { in getTextLine()
116 private void assertMeasurements(final TextLine tl, final int length, boolean trailing, in assertMeasurements()
134 TextLine tl = getTextLine("IIIIIV", paint); in testMeasure_LTR()
147 TextLine tl = getTextLine("\u05D0\u05D0\u05D0\u05D0\u05D0\u05D1", paint); in testMeasure_RTL()
160 TextLine tl = getTextLine("II\u05D0\u05D0II", paint); in testMeasure_BiDi()
177 TextLine tl = getTextLine("I" + RLI + "I\u05D0\u05D0" + PDI + "I", paint); in testMeasure_BiDi2()
[all …]
/frameworks/base/core/java/android/text/
DBoringLayout.java260 TextLine line = TextLine.obtain(); in init()
265 TextLine.recycle(line); in init()
361 TextLine line = TextLine.obtain(); in isBoring()
367 TextLine.recycle(line); in isBoring()
DLayout.java431 TextLine tl = TextLine.obtain(); in drawText()
580 TextLine.recycle(tl); in drawText()
1210 TextLine tl = TextLine.obtain(); in getHorizontal()
1214 TextLine.recycle(tl); in getHorizontal()
1250 TextLine tl = TextLine.obtain(); in getLineHorizontals()
1260 TextLine.recycle(tl); in getLineHorizontals()
1431 final TextLine tl = TextLine.obtain(); in getLineExtent()
1442 TextLine.recycle(tl); in getLineExtent()
1461 final TextLine tl = TextLine.obtain(); in getLineExtent()
1472 TextLine.recycle(tl); in getLineExtent()
[all …]
DTextLine.java52 public class TextLine { class
99 private static final TextLine[] sCached = new TextLine[3];
108 public static TextLine obtain() { in obtain()
109 TextLine tl; in obtain()
119 tl = new TextLine(); in obtain()
134 public static TextLine recycle(TextLine tl) { in recycle()
/frameworks/base/config/
Dpreloaded-classes3496 android.text.TextLine$DecorationInfo
3497 android.text.TextLine