HomeSort by relevance Sort by last modified time
    Searched defs:workPaint (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/text/
Styled.java 44 * <p>On return, workPaint will reflect the original paint plus any
56 TextPaint workPaint,
65 // XXX: This shouldn't be modifying paint, only workPaint.
70 workPaint.set(paint);
80 span.updateDrawState(workPaint);
101 workPaint.getFontMetricsInt(fmi);
105 if (workPaint.bgColor != 0) {
106 int c = workPaint.getColor();
107 Paint.Style s = workPaint.getStyle();
108 workPaint.setColor(workPaint.bgColor)
    [all...]
Layout.java 78 TextPaint workPaint = new TextPaint();
88 float w = measureText(paint, workPaint,
    [all...]

Completed in 504 milliseconds