Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DMeasuredParagraph.java96 private @IntRange(from = 0) int mTextLength; field in MeasuredParagraph
185 return mTextLength; in getTextLength()
359 mt.mWidths.resize(mt.mTextLength); in buildForMeasurement()
360 if (mt.mTextLength == 0) { in buildForMeasurement()
409 if (mt.mTextLength == 0) { in buildForStaticLayout()
469 mTextLength = end - start; in resetAndAnalyzeBidi()
471 if (mCopiedBuffer == null || mCopiedBuffer.length != mTextLength) { in resetAndAnalyzeBidi()
472 mCopiedBuffer = new char[mTextLength]; in resetAndAnalyzeBidi()
485 if (endInPara > mTextLength) endInPara = mTextLength; in resetAndAnalyzeBidi()
493 && TextUtils.doesNotNeedBidi(mCopiedBuffer, 0, mTextLength)) { in resetAndAnalyzeBidi()
[all …]