Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/text/
H A 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()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt44290 method @IntRange(from=0) public int getParagraphCount();