Searched refs:TextLine (Results 1 – 4 of 4) sorted by relevance
206 TextLine line = TextLine.obtain(); in init()210 TextLine.recycle(line); in init()308 TextLine line = TextLine.obtain(); in isBoring()312 TextLine.recycle(line); in isBoring()
280 TextLine tl = TextLine.obtain(); in drawText()418 TextLine.recycle(tl); in drawText()927 TextLine tl = TextLine.obtain(); in getHorizontal()930 TextLine.recycle(tl); in getHorizontal()1051 TextLine tl = TextLine.obtain(); in getLineExtent()1054 TextLine.recycle(tl); in getLineExtent()1073 TextLine tl = TextLine.obtain(); in getLineExtent()1076 TextLine.recycle(tl); in getLineExtent()1321 TextLine tl = TextLine.obtain(); in getOffsetToLeftRightOf()1325 tl = TextLine.recycle(tl); in getOffsetToLeftRightOf()[all …]
45 class TextLine { class67 private static final TextLine[] sCached = new TextLine[3];74 static TextLine obtain() { in obtain()75 TextLine tl; in obtain()85 tl = new TextLine(); in obtain()99 static TextLine recycle(TextLine tl) { in recycle()
98 [Landroid.text.TextLine;1645 android.text.TextLine