Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DPrecomputedText.java390 private final @NonNull ParagraphInfo[] mParagraphInfo; field in PrecomputedText
543 mParagraphInfo = paraInfo; in PrecomputedText()
581 return mParagraphInfo.length; in getParagraphCount()
597 return mParagraphInfo[paraIndex].paragraphEnd; in getParagraphEnd()
602 return mParagraphInfo[paraIndex].measured; in getMeasuredParagraph()
607 return mParagraphInfo; in getParagraphInfo()
629 for (int i = 0; i < mParagraphInfo.length; ++i) { in findParaIndex()
630 if (pos < mParagraphInfo[i].paragraphEnd) { in findParaIndex()
635 "pos must be less than " + mParagraphInfo[mParagraphInfo.length - 1].paragraphEnd in findParaIndex()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt55913 Landroid/text/PrecomputedText;->mParagraphInfo:[Landroid/text/PrecomputedText$ParagraphInfo;