Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DPrecomputedText.java347 private final @NonNull ParagraphInfo[] mParagraphInfo; field in PrecomputedText
452 mParagraphInfo = paraInfo; in PrecomputedText()
490 return mParagraphInfo.length; in getParagraphCount()
506 return mParagraphInfo[paraIndex].paragraphEnd; in getParagraphEnd()
511 return mParagraphInfo[paraIndex].measured; in getMeasuredParagraph()
516 return mParagraphInfo; in getParagraphInfo()
538 for (int i = 0; i < mParagraphInfo.length; ++i) { in findParaIndex()
539 if (pos < mParagraphInfo[i].paragraphEnd) { in findParaIndex()
544 "pos must be less than " + mParagraphInfo[mParagraphInfo.length - 1].paragraphEnd in findParaIndex()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt70579 Landroid/text/PrecomputedText;->mParagraphInfo:[Landroid/text/PrecomputedText$ParagraphInfo;