Searched refs:ParagraphInfo (Results 1 – 3 of 3) sorted by relevance
320 public static class ParagraphInfo { class in PrecomputedText328 public ParagraphInfo(@IntRange(from = 0) int paraEnd, @NonNull MeasuredParagraph measured) { in ParagraphInfo() method in PrecomputedText.ParagraphInfo347 private final @NonNull ParagraphInfo[] mParagraphInfo;365 ParagraphInfo[] paraInfo = null; in create()398 private static ParagraphInfo[] createMeasuredParagraphsFromPrecomputedText( in createMeasuredParagraphsFromPrecomputedText()402 ArrayList<ParagraphInfo> result = new ArrayList<>(); in createMeasuredParagraphsFromPrecomputedText()406 result.add(new ParagraphInfo(paraEnd, MeasuredParagraph.buildForStaticLayout( in createMeasuredParagraphsFromPrecomputedText()411 return result.toArray(new ParagraphInfo[result.size()]); in createMeasuredParagraphsFromPrecomputedText()415 public static ParagraphInfo[] createMeasuredParagraphs( in createMeasuredParagraphs()418 ArrayList<ParagraphInfo> result = new ArrayList<>(); in createMeasuredParagraphs()[all …]
653 PrecomputedText.ParagraphInfo[] paragraphInfo = null; in generate()
3467 android.text.PrecomputedText$ParagraphInfo