Searched refs:mMeasuredText (Results 1 – 1 of 1) sorted by relevance
126 private @Nullable MeasuredText mMeasuredText; field in MeasuredParagraph154 mMeasuredText = null; in reset()251 return mMeasuredText; in getMeasuredText()264 if (mMeasuredText == null) { in getWidth()274 return mMeasuredText.getWidth(start, end); in getWidth()286 mMeasuredText.getBounds(start, end, bounds); in getBounds()296 mMeasuredText.getFontMetricsInt(start, end, fmi); in getFontMetricsInt()305 return mMeasuredText.getCharWidthAt(offset); in getCharWidthAt()425 mt.mMeasuredText = builder.build(); in buildForStaticLayout()449 mt.mMeasuredText = builder.build(); in buildForStaticLayout()[all …]