/aosp12/frameworks/ex/framesequence/jni/ |
H A D | FrameSequence_gif.h | 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
|
H A D | FrameSequence_gif.cpp | 48 mLoopCount(1), mBgColor(TRANSPARENT), mPreservedFrames(NULL), mRestoringFrames(NULL) { in FrameSequence_gif() 121 mBgColor = gifColorToColor8888(cmap->Colors[mGif->SBackGroundColor]); in FrameSequence_gif()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | SplashscreenContentDrawer.java | 265 mTmpAttrs.mWindowBgColor, mTmpAttrs.mWindowBgResId, windowBgColorSupplier).mBgColor; in getBGColorFromCache() 441 + " BgMainColor=" + Integer.toHexString(iconColor.mBgColor) in processAdaptiveIcon() 456 && (isRgbSimilarInHsv(mThemeColor, iconColor.mBgColor) in processAdaptiveIcon() 864 final int mBgColor; field in SplashscreenContentDrawer.ColorCache.WindowColor 868 mBgColor = bgColor; in WindowColor() 874 final int mBgColor; field in SplashscreenContentDrawer.ColorCache.IconColor 883 mBgColor = bgColor; in IconColor()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
H A D | PreviewBackground.java | 69 private int mBgColor; field in PreviewBackground 155 mBgColor = ta.getColor(R.styleable.FolderIconPreview_folderPreviewColor, 0); in setup() 228 return mBgColor; in getBgColor()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | ClosedCaptionRenderer.java | 1270 private int mBgColor = Color.BLACK; field in Cea608CCWidget.CCLineBox 1295 mBgColor = captionStyle.backgroundColor; in setCaptionStyle() 1371 setBackgroundSpans(mBgColor); in drawEdgeOutline() 1400 setBackgroundSpans(mBgColor); in drawEdgeRaisedOrDepressed()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/ |
H A D | StartingSurfaceDrawerTests.java | 218 assertEquals(windowBgColor, windowColor1.mBgColor); in testColorCache()
|
/aosp12/packages/apps/Calendar/src/com/android/calendar/ |
H A D | DayView.java | 453 private static int mBgColor; field in DayView 792 mBgColor = mResources.getColor(R.color.calendar_hour_background); in init() 2037 p.setColor(mBgColor); in drawAllDayHighlights() 2325 p.setColor(mBgColor); in drawBgColors()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayout.java | 333 private int mBgColor; field in NotificationStackScrollLayout 580 mBgColor = Utils.getColorAttr(mContext, android.R.attr.colorBackgroundFloating) in NotificationStackScrollLayout() 710 mBgColor = Utils.getColorAttr(mContext, android.R.attr.colorBackgroundFloating) in updateBgColor() 924 int color = ColorUtils.blendARGB(mBgColor, Color.WHITE, colorInterpolation); in updateBackgroundDimming()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 28122 Landroid/media/Cea608CCWidget$CCLineBox;->mBgColor:I
|