Searched refs:tempMt (Results 1 – 1 of 1) sorted by relevance
1518 MeasuredParagraph tempMt = null; in commaEllipsize() local1561 tempMt = MeasuredParagraph.buildForMeasurement( in commaEllipsize()1562 p, format, 0, format.length(), textDir, tempMt); in commaEllipsize()1563 float moreWid = tempMt.getWholeWidth(); in commaEllipsize()1579 if (tempMt != null) { in commaEllipsize()1580 tempMt.recycle(); in commaEllipsize()