Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/text/
H A DMeasuredParagraph.java91 private @IntRange(from = 0) int mTextLength; field in MeasuredParagraph
163 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 …]
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/text/
H A DTextViewCursorAnchorInfoPerfTest.java61 public int mTextLength; field in TextViewCursorAnchorInfoPerfTest
89 mTextView.setText(mTextUtil.nextRandomParagraph(WORD_LENGTH, mTextLength)); in setUpTextView()
104 mTextView.populateCharacterBounds(builder, 0, mTextLength, 0f, 0f); in testPopulateCharacterBounds()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DNotificationActionListLayout.java393 : Integer.compare(a.mTextLength, b.mTextLength);
398 final int mTextLength; field in NotificationActionListLayout.TextViewInfo
403 this.mTextLength = textView.getText().length(); in TextViewInfo()
408 return mTextView.getText().length() != mTextLength in needsRebuild()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt56250 Landroid/text/MeasuredParagraph;->mTextLength:I