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

/frameworks/base/core/java/android/text/
H A DTextPaint.java30 public int bgColor; field in class:TextPaint
67 bgColor = tp.bgColor;
H A DTextLine.java742 if (needWidth || (c != null && (wp.bgColor != 0 || wp.underlineColor != 0 || runIsRtl))) {
758 if (wp.bgColor != 0) {
762 wp.setColor(wp.bgColor);
H A DLayout.java201 // baselineShift and bgColor. We probably should reevaluate bgColor.
203 paint.bgColor = 0;
/frameworks/base/core/java/android/text/style/
H A DBackgroundColorSpan.java65 ds.bgColor = mColor;
H A DSuggestionRangeSpan.java73 tp.bgColor = mBackgroundColor;
/frameworks/base/core/java/android/view/
H A DViewStructure.java175 * @param bgColor The background color, packed as 0xAARRGGBB.
178 public abstract void setTextStyle(float size, int fgColor, int bgColor, int style); argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DScreenPinningRequest.java147 int bgColor = mContext.getColor(
164 mColorAnim = ValueAnimator.ofObject(new ArgbEvaluator(), 0, bgColor);
175 mColor.setColor(bgColor);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DDetailsOverviewRowPresenter.java508 final int bgColor = mBackgroundColorSet ? mBackgroundColor :
514 vh.mOverviewFrame.setBackgroundColor(bgColor);
519 vh.mRightPanel.setBackgroundColor(bgColor);
520 vh.mImageView.setBackgroundColor(bgColor);
H A DFullWidthDetailsOverviewRowPresenter.java561 final int bgColor = mBackgroundColorSet ? mBackgroundColor :
563 overview.setBackgroundColor(bgColor);
/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.cpp269 Color8888 bgColor = mFrameSequence.getBackgroundColor(); local
272 outputPtr[y * outputPixelStride + x] = bgColor;
/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;
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java1212 public void setTextStyle(float size, int fgColor, int bgColor, int style) { argument
1215 t.mTextBackgroundColor = bgColor;
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java1069 ds.bgColor = mColor;

Completed in 282 milliseconds