Searched refs:mTextLength (Results 1 – 3 of 3) sorted by relevance
90 private @IntRange(from = 0) int mTextLength; field in MeasuredParagraph162 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 …]
394 : Integer.compare(a.mTextLength, b.mTextLength);399 final int mTextLength; field in NotificationActionListLayout.TextViewInfo404 this.mTextLength = textView.getText().length(); in TextViewInfo()409 return mTextView.getText().length() != mTextLength in needsRebuild()
59573 Landroid/text/MeasuredParagraph;->mTextLength:I