Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DTextLine.java439 final boolean runIsRtl = mDirections.isRunRtl(runIndex); in draw()
446 h += drawRun(c, segStart, j, runIsRtl, x + h, top, y, bottom, in draw()
509 final boolean runIsRtl = mDirections.isRunRtl(runIndex); in shape()
515 horizontal += shapeRun(consumer, segStart, j, runIsRtl, x + horizontal, in shape()
590 final boolean runIsRtl = mDirections.isRunRtl(runIndex); in measure()
597 final boolean sameDirection = (mDir == Layout.DIR_RIGHT_TO_LEFT) == runIsRtl; in measure()
600 return h + measureRun(segStart, offset, j, runIsRtl, fmi, drawBounds, null, in measure()
604 final float segmentWidth = measureRun(segStart, j, j, runIsRtl, fmi, drawBounds, in measure()
609 return h + measureRun(segStart, offset, j, runIsRtl, null, null, null, 0, in measure()
694 final boolean runIsRtl = mDirections.isRunRtl(runIndex);
[all …]