Searched refs:mTextLength (Results 1 – 2 of 2) sorted by relevance
90 private @IntRange(from = 0) int mTextLength; field in MeasuredParagraph162 return mTextLength; in getTextLength()345 mt.mWidths.resize(mt.mTextLength); in buildForMeasurement()346 if (mt.mTextLength == 0) { in buildForMeasurement()407 if (mt.mTextLength == 0) { in buildForStaticLayout()452 mTextLength = end - start; in resetAndAnalyzeBidi()454 if (mCopiedBuffer == null || mCopiedBuffer.length != mTextLength) { in resetAndAnalyzeBidi()455 mCopiedBuffer = new char[mTextLength]; in resetAndAnalyzeBidi()468 if (endInPara > mTextLength) endInPara = mTextLength; in resetAndAnalyzeBidi()476 && TextUtils.doesNotNeedBidi(mCopiedBuffer, 0, mTextLength)) { in resetAndAnalyzeBidi()[all …]
70273 Landroid/text/MeasuredParagraph;->mTextLength:I