Searched refs:mTextLength (Results 1 – 4 of 4) sorted by relevance
91 private @IntRange(from = 0) int mTextLength; field in MeasuredParagraph163 return mTextLength; in getTextLength()356 mt.mWidths.resize(mt.mTextLength); in buildForMeasurement()357 if (mt.mTextLength == 0) { in buildForMeasurement()422 if (mt.mTextLength == 0) { in buildForStaticLayout()470 mTextLength = end - start; in resetAndAnalyzeBidi()472 if (mCopiedBuffer == null || mCopiedBuffer.length != mTextLength) { in resetAndAnalyzeBidi()473 mCopiedBuffer = new char[mTextLength]; in resetAndAnalyzeBidi()486 if (endInPara > mTextLength) endInPara = mTextLength; in resetAndAnalyzeBidi()494 && TextUtils.doesNotNeedBidi(mCopiedBuffer, 0, mTextLength)) { in resetAndAnalyzeBidi()[all …]
61 public int mTextLength; field in TextViewCursorAnchorInfoPerfTest89 mTextView.setText(mTextUtil.nextRandomParagraph(WORD_LENGTH, mTextLength)); in setUpTextView()104 mTextView.populateCharacterBounds(builder, 0, mTextLength, 0f, 0f); in testPopulateCharacterBounds()
393 : Integer.compare(a.mTextLength, b.mTextLength);398 final int mTextLength; field in NotificationActionListLayout.TextViewInfo403 this.mTextLength = textView.getText().length(); in TextViewInfo()408 return mTextView.getText().length() != mTextLength in needsRebuild()
56250 Landroid/text/MeasuredParagraph;->mTextLength:I