Home
last modified time | relevance | path

Searched refs:getParagraphCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/text/
DPrecomputedText.java403 for (int i = 0; i < pct.getParagraphCount(); ++i) { in createMeasuredParagraphsFromPrecomputedText()
489 public @IntRange(from = 0) int getParagraphCount() { in getParagraphCount() method in PrecomputedText
497 Preconditions.checkArgumentInRange(paraIndex, 0, getParagraphCount(), "paraIndex"); in getParagraphStart()
505 Preconditions.checkArgumentInRange(paraIndex, 0, getParagraphCount(), "paraIndex"); in getParagraphEnd()
632 for (int i = 0; i < getParagraphCount(); ++i) { in getMemoryUsage()
/frameworks/base/non-updatable-api/
Dcurrent.txt47291 method @IntRange(from=0) public int getParagraphCount();
/frameworks/base/api/
Dcurrent.txt47435 method @IntRange(from=0) public int getParagraphCount();