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

/frameworks/base/core/java/android/text/
H A DTextLine.java263 boolean runIsRtl = (runs[i+1] & Layout.RUN_RTL_FLAG) != 0;
280 h += drawRun(c, segstart, j, runIsRtl, x+h, top, y, bottom,
341 boolean runIsRtl = (runs[i+1] & Layout.RUN_RTL_FLAG) != 0;
360 boolean advance = (mDir == Layout.DIR_RIGHT_TO_LEFT) == runIsRtl;
362 return h + measureRun(segstart, offset, j, runIsRtl, fmi);
365 float w = measureRun(segstart, j, j, runIsRtl, fmi);
369 return h + measureRun(segstart, offset, j, runIsRtl, null);
430 boolean runIsRtl = (runs[i + 1] & Layout.RUN_RTL_FLAG) != 0;
448 boolean advance = (mDir == Layout.DIR_RIGHT_TO_LEFT) == runIsRtl;
449 float w = measureRun(segstart, j, j, runIsRtl, fm
498 drawRun(Canvas c, int start, int limit, boolean runIsRtl, float x, int top, int y, int bottom, boolean needWidth) argument
526 measureRun(int start, int offset, int limit, boolean runIsRtl, FontMetricsInt fmi) argument
726 getOffsetBeforeAfter(int runIndex, int runStart, int runLimit, boolean runIsRtl, int offset, boolean after) argument
837 getRunAdvance(TextPaint wp, int start, int end, int contextStart, int contextEnd, boolean runIsRtl, int offset) argument
873 handleText(TextPaint wp, int start, int end, int contextStart, int contextEnd, boolean runIsRtl, Canvas c, float x, int top, int y, int bottom, FontMetricsInt fmi, boolean needWidth, int offset, @Nullable ArrayList<DecorationInfo> decorations) argument
987 handleReplacement(ReplacementSpan replacement, TextPaint wp, int start, int limit, boolean runIsRtl, Canvas c, float x, int top, int y, int bottom, FontMetricsInt fmi, boolean needWidth) argument
1101 handleRun(int start, int measureLimit, int limit, boolean runIsRtl, Canvas c, float x, int top, int y, int bottom, FontMetricsInt fmi, boolean needWidth) argument
1255 drawTextRun(Canvas c, TextPaint wp, int start, int end, int contextStart, int contextEnd, boolean runIsRtl, float x, int y) argument
[all...]

Completed in 47 milliseconds