Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DPrecomputedText.java462 && pct.getParagraphCount() != 1) { in createMeasuredParagraphsFromPrecomputedText()
470 for (int i = 0; i < pct.getParagraphCount(); ++i) { in createMeasuredParagraphsFromPrecomputedText()
580 public @IntRange(from = 0) int getParagraphCount() { in getParagraphCount() method in PrecomputedText
588 Preconditions.checkArgumentInRange(paraIndex, 0, getParagraphCount(), "paraIndex"); in getParagraphStart()
596 Preconditions.checkArgumentInRange(paraIndex, 0, getParagraphCount(), "paraIndex"); in getParagraphEnd()
755 for (int i = 0; i < getParagraphCount(); ++i) { in getMemoryUsage()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt47890 method @IntRange(from=0) public int getParagraphCount();