Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/text/
H A 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 …]
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DNotificationActionListLayout.java394 : Integer.compare(a.mTextLength, b.mTextLength);
399 final int mTextLength; field in NotificationActionListLayout.TextViewInfo
404 this.mTextLength = textView.getText().length(); in TextViewInfo()
409 return mTextView.getText().length() != mTextLength in needsRebuild()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt59573 Landroid/text/MeasuredParagraph;->mTextLength:I