Searched refs:mComputed (Results 1 – 2 of 2) sorted by relevance
74 private PrecomputedText mComputed; field in TextLine181 tl.mComputed = null; in recycle()240 mComputed = null; in set()244 mComputed = (PrecomputedText) text; in set()245 if (!mComputed.getParams().getTextPaint().equalsForTextMeasurement(paint)) { in set()246 mComputed = null; in set()1210 if (mComputed == null) { in expandMetricsFromPaint()1214 mComputed.getFontMetricsInt(mStart + start, mStart + end, fmi); in expandMetricsFromPaint()1273 if (mComputed == null || advances != null || lineInfo != null) { in getRunAdvance()1287 mComputed.getBounds(start + delta, end + delta, mTmpRectForPrecompute); in getRunAdvance()[all …]
56281 Landroid/text/TextLine;->mComputed:Landroid/text/PrecomputedText;