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

/frameworks/base/core/java/android/text/
H A DStyled.java57 boolean needWidth) {
134 if (needWidth) {
145 if (needWidth && !haveWidth) {
244 boolean needWidth) {
259 if (canvas != null || needWidth)
266 if (needWidth)
300 needWidth || next != end);
340 boolean needWidth) {
359 needWidth);
389 * @param needWidth I
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
392 drawText(Canvas canvas, CharSequence text, int start, int end, int direction, float x, int top, int y, int bottom, TextPaint paint, TextPaint workPaint, boolean needWidth) argument
[all...]

Completed in 57 milliseconds