Searched refs:bgColor (Results 1 – 10 of 10) sorted by relevance
28 public int bgColor; field in TextPaint63 bgColor = tp.bgColor; in set()
740 if (needWidth || (c != null && (wp.bgColor != 0 || wp.underlineColor != 0 || runIsRtl))) { in handleText()757 if (wp.bgColor != 0) { in handleText()761 wp.setColor(wp.bgColor); in handleText()
146 paint.bgColor = 0; in Layout()
55 ds.bgColor = mColor; in updateDrawState()
63 tp.bgColor = mBackgroundColor; in updateDrawState()
466 final int bgColor = mBackgroundColorSet ? mBackgroundColor : in onBindRowViewHolder() local472 RoundedRectHelper.getInstance().setRoundedRectBackground(vh.mOverviewFrame, bgColor); in onBindRowViewHolder()477 vh.mRightPanel.setBackgroundColor(bgColor); in onBindRowViewHolder()478 vh.mImageView.setBackgroundColor(bgColor); in onBindRowViewHolder()
269 Color8888 bgColor = mFrameSequence.getBackgroundColor(); in drawFrame() local272 outputPtr[y * outputPixelStride + x] = bgColor; in drawFrame()
1895 int bgColor = mEST.getBackgroundColor(); in getPreviewHtml() local1898 Color.red(bgColor), Color.green(bgColor), Color.blue(bgColor), in getPreviewHtml()2597 tp.bgColor = mMarqueeColor; in updateDrawState()
1075 ds.bgColor = mColor; in updateDrawState()
29761 field public int bgColor;