Searched refs:TextLine (Results 1 – 6 of 6) sorted by relevance
202 TextLine line = TextLine.obtain(); in init()206 TextLine.recycle(line); in init()291 TextLine line = TextLine.obtain(); in isBoring()295 TextLine.recycle(line); in isBoring()
397 TextLine tl = TextLine.obtain(); in drawText()544 TextLine.recycle(tl); in drawText()1092 TextLine tl = TextLine.obtain(); in getHorizontal()1095 TextLine.recycle(tl); in getHorizontal()1216 TextLine tl = TextLine.obtain(); in getLineExtent()1224 TextLine.recycle(tl); in getLineExtent()1243 TextLine tl = TextLine.obtain(); in getLineExtent()1251 TextLine.recycle(tl); in getLineExtent()1328 TextLine tl = TextLine.obtain(); in getOffsetForHorizontal()1403 TextLine.recycle(tl); in getOffsetForHorizontal()[all …]
43 class TextLine { class69 private static final TextLine[] sCached = new TextLine[3];76 static TextLine obtain() { in obtain()77 TextLine tl; in obtain()87 tl = new TextLine(); in obtain()101 static TextLine recycle(TextLine tl) { in recycle()
151 [Landroid.text.TextLine;2197 android.text.TextLine
4024 android.text.TextLine
2536 Landroid/text/TextLine;