Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DMeasuredParagraph.java90 private @IntRange(from = 0) int mTextLength; field in MeasuredParagraph
162 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 …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt70273 Landroid/text/MeasuredParagraph;->mTextLength:I