Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DTextLine.java76 private RectF mTmpRectForPaintAPI; field in TextLine
1358 if (drawBounds != null && mTmpRectForPaintAPI == null) { in handleText()
1359 mTmpRectForPaintAPI = new RectF(); in handleText()
1362 advances, advancesIndex, drawBounds == null ? null : mTmpRectForPaintAPI, in handleText()
1366 mTmpRectForPaintAPI.offset(x - totalWidth, 0); in handleText()
1368 mTmpRectForPaintAPI.offset(x, 0); in handleText()
1370 drawBounds.union(mTmpRectForPaintAPI); in handleText()