Searched refs:tempMt (Results 1 – 1 of 1) sorted by relevance
1608 MeasuredParagraph tempMt = null; in commaEllipsize() local1651 tempMt = MeasuredParagraph.buildForMeasurement( in commaEllipsize()1652 p, format, 0, format.length(), textDir, tempMt); in commaEllipsize()1653 float moreWid = tempMt.getWholeWidth(); in commaEllipsize()1669 if (tempMt != null) { in commaEllipsize()1670 tempMt.recycle(); in commaEllipsize()