Searched refs:mTmpRectForPrecompute (Results 1 – 1 of 1) sorted by relevance
77 private Rect mTmpRectForPrecompute; field in TextLine1284 if (mTmpRectForPrecompute == null) { in getRunAdvance()1285 mTmpRectForPrecompute = new Rect(); in getRunAdvance()1287 mComputed.getBounds(start + delta, end + delta, mTmpRectForPrecompute); in getRunAdvance()1288 drawingBounds.set(mTmpRectForPrecompute); in getRunAdvance()