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

/frameworks/base/core/java/android/text/
H A DStyled.java52 int dir, boolean runIsRtl,
89 if (runIsRtl) {
239 int dir, boolean runIsRtl,
246 // XXX: It looks like all calls to this API match dir and runIsRtl, so
253 if (runIsRtl) {
295 // XXX: if dir and runIsRtl were not the same, this would draw
298 x += drawUniformRun(canvas, sp, i, next, dir, runIsRtl,
336 int dir, boolean runIsRtl,
341 // XXX this logic is (dir == DIR_LEFT_TO_RIGHT) == runIsRtl
342 if ((dir == Layout.DIR_RIGHT_TO_LEFT && !runIsRtl) ||
50 drawUniformRun(Canvas canvas, Spanned text, int start, int end, int dir, boolean runIsRtl, float x, int top, int y, int bottom, Paint.FontMetricsInt fmi, TextPaint paint, TextPaint workPaint, boolean needWidth) argument
237 drawDirectionalRun(Canvas canvas, CharSequence text, int start, int end, int dir, boolean runIsRtl, float x, int top, int y, int bottom, Paint.FontMetricsInt fmi, TextPaint paint, TextPaint workPaint, boolean needWidth) argument
334 drawText(Canvas canvas, CharSequence text, int start, int end, int dir, boolean runIsRtl, float x, int top, int y, int bottom, TextPaint paint, TextPaint workPaint, boolean needWidth) argument
[all...]

Completed in 286 milliseconds