Home
last modified time | relevance | path

Searched refs:getRunCount (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/text/
H A DTextLine.java284 final int runCount = mDirections.getRunCount(); in draw()
323 final int runCount = mDirections.getRunCount(); in shape()
398 for (int runIndex = 0; runIndex < mDirections.getRunCount(); runIndex++) { in measure()
497 for (int runIndex = 0; runIndex < mDirections.getRunCount(); runIndex++) {
561 for (int runIndex = 0; runIndex < mDirections.getRunCount(); runIndex++) {
H A DLayout.java2081 int runIndex = getStart ? 0 : directions.getRunCount() - 1; in getStartOrEndOffsetForAreaWithinLine()
2082 while ((getStart && runIndex < directions.getRunCount()) || (!getStart && runIndex >= 0)) { in getStartOrEndOffsetForAreaWithinLine()
3089 public @IntRange(from = 0) int getRunCount() { in getRunCount() method in Layout.Directions
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java14182 for (int i = 0; i < directions.getRunCount(); ++i) { in getTextBoundsInfo()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt14875 HSPLandroid/text/Layout$Directions;->getRunCount()I
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt14939 HSPLandroid/text/Layout$Directions;->getRunCount()I