Searched refs:getParagraphEnd (Results 1 – 8 of 8) sorted by relevance
412 return paraIndex == 0 ? mStart : getParagraphEnd(paraIndex - 1); in getParagraphStart()418 public @IntRange(from = 0) int getParagraphEnd(@IntRange(from = 0) int paraIndex) { in getParagraphEnd() method in PrecomputedText481 final int paraEnd = getParagraphEnd(paraIndex); in getWidth()512 final int paraEnd = getParagraphEnd(paraIndex); in getBounds()
292 assertEquals(STRING.length(), pm.getParagraphEnd(0)); in testGetParagraphCount()297 assertEquals(7, pm1.getParagraphEnd(0)); in testGetParagraphCount()299 assertEquals(pm1.length(), pm1.getParagraphEnd(1)); in testGetParagraphCount()
505 public @IntRange(from = 0) int getParagraphEnd(@IntRange(from = 0) int paraIndex) { in getParagraphEnd() method in PrecomputedTextCompat508 return mWrapped.getParagraphEnd(paraIndex); in getParagraphEnd()
497 if (end <= mt.getParagraphEnd(paraIndex)) { in drawTextRun()
511 if (end <= mt.getParagraphEnd(paraIndex)) { in drawTextRun()
1317 method public int getParagraphEnd(int);
45555 Landroid/text/PrecomputedText;->getParagraphEnd(I)I
43405 method public int getParagraphEnd(int);