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

/frameworks/base/core/java/android/text/
H A DTextPaint.java28 public int bgColor; field in class:TextPaint
63 bgColor = tp.bgColor;
H A DTextLine.java740 if (needWidth || (c != null && (wp.bgColor != 0 || wp.underlineColor != 0 || runIsRtl))) {
758 if (wp.bgColor != 0) {
762 wp.setColor(wp.bgColor);
H A DLayout.java143 // baselineShift and bgColor. We probably should reevaluate bgColor.
145 paint.bgColor = 0;
/frameworks/base/core/java/android/text/style/
H A DBackgroundColorSpan.java55 ds.bgColor = mColor;
H A DSuggestionRangeSpan.java63 tp.bgColor = mBackgroundColor;
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java1895 int bgColor = mEST.getBackgroundColor();
1898 Color.red(bgColor), Color.green(bgColor), Color.blue(bgColor),
2597 tp.bgColor = mMarqueeColor;

Completed in 110 milliseconds