Searched refs:getRunCount (Results 1 – 6 of 6) sorted by relevance
284 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++) {
2081 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
14182 for (int i = 0; i < directions.getRunCount(); ++i) { in getTextBoundsInfo()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
14875 HSPLandroid/text/Layout$Directions;->getRunCount()I
14939 HSPLandroid/text/Layout$Directions;->getRunCount()I