Searched refs:mBgColor (Results 1 – 4 of 4) 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()119 mBgColor = gifColorToColor8888(mGif->SColorMap->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()
293 private int mBgColor; field in NotificationStackScrollLayout392 mBgColor = context.getColor(R.color.notification_shade_background_color); in NotificationStackScrollLayout()482 (int) (mBackgroundFadeAmount * Color.red(mBgColor) in updateBackgroundDimming()484 (int) (mBackgroundFadeAmount * Color.green(mBgColor) in updateBackgroundDimming()486 (int) (mBackgroundFadeAmount * Color.blue(mBgColor) in updateBackgroundDimming()