Home
last modified time | relevance | path

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

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