Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DTextUtils.java1518 MeasuredParagraph tempMt = null; in commaEllipsize() local
1561 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()