Searched refs:mBgColor (Results 1 – 5 of 5) sorted by relevance
41 return (mBgColor & COLOR_8888_ALPHA_MASK) == COLOR_8888_ALPHA_MASK; in isOpaque()59 Color8888 getBackgroundColor() const { return mBgColor; } in getBackgroundColor()66 Color8888 mBgColor; variable
48 mLoopCount(1), mBgColor(TRANSPARENT), mPreservedFrames(NULL), mRestoringFrames(NULL) { in FrameSequence_gif()121 mBgColor = gifColorToColor8888(cmap->Colors[mGif->SBackGroundColor]); in FrameSequence_gif()
1270 private int mBgColor = Color.BLACK; field in Cea608CCWidget.CCLineBox1295 mBgColor = captionStyle.backgroundColor; in setCaptionStyle()1371 setBackgroundSpans(mBgColor); in drawEdgeOutline()1400 setBackgroundSpans(mBgColor); in drawEdgeRaisedOrDepressed()
360 private int mBgColor; field in NotificationStackScrollLayout548 mBgColor = context.getColor(R.color.notification_shade_background_color); in NotificationStackScrollLayout()756 mBgColor = mContext.getColor(R.color.notification_shade_background_color);940 int color = ColorUtils.blendARGB(mBgColor, Color.WHITE, colorInterpolation);
37891 Landroid/media/Cea608CCWidget$CCLineBox;->mBgColor:I