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()
358 private int mBgColor; field in NotificationStackScrollLayout551 mBgColor = context.getColor(R.color.notification_shade_background_color); in NotificationStackScrollLayout()768 mBgColor = mContext.getColor(R.color.notification_shade_background_color);958 int color = ColorUtils.blendARGB(mBgColor, Color.WHITE, colorInterpolation);
35373 Landroid/media/Cea608CCWidget$CCLineBox;->mBgColor:I