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.java713 if (needWidth || (c != null && (wp.bgColor != 0 || wp.underlineColor != 0 || runIsRtl))) {
729 if (wp.bgColor != 0) {
733 wp.setColor(wp.bgColor);
H A DLayout.java187 // baselineShift and bgColor. We probably should reevaluate bgColor.
189 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.java158 int bgColor = mContext.getColor(
175 mColorAnim = ValueAnimator.ofObject(new ArgbEvaluator(), 0, bgColor);
186 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 DPagingIndicator.java148 int bgColor = getColorFromTypedArray(typedArray, R.styleable.PagingIndicator_dotBgColor,
151 mBgPaint.setColor(bgColor);
/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.cpp260 Color8888 bgColor = mFrameSequence.getBackgroundColor(); local
263 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.java650 ds.bgColor = mColor;

Completed in 426 milliseconds