Home
last modified time | relevance | path

Searched refs:mBgColor (Results 1 – 6 of 6) sorted by relevance

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DUserBadgeDrawable.java58 private final int mBgColor; field in UserBadgeDrawable
71 mBgColor = context.getColor(R.color.themed_badge_icon_background_color); in UserBadgeDrawable()
74 mBgColor = Color.WHITE; in UserBadgeDrawable()
83 mBgColor = bgColor; in UserBadgeDrawable()
99 mPaint.setColor(blendDrawableAlpha(mBgColor)); in draw()
147 getDrawable().getConstantState(), mBgColor, mBaseColor, mShouldDrawBackground); in getConstantState()
153 private final int mBgColor; field in UserBadgeDrawable.MyConstantState
160 mBgColor = bgColor; in MyConstantState()
174 mBase.newDrawable(), mBgColor, mBaseColor, mShouldDrawBackground); in newDrawable()
181 mBase.newDrawable(res), mBgColor, mBaseColor, mShouldDrawBackground); in newDrawable()
[all …]
/frameworks/base/core/java/com/android/internal/jank/
DInteractionMonitorDebugOverlay.java69 private final int mBgColor; field in InteractionMonitorDebugOverlay
76 mBgColor = bgColor; in InteractionMonitorDebugOverlay()
252 mDebugPaint.setColor(mBgColor); in onPostDraw()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java466 mTmpAttrs.mWindowBgColor, mTmpAttrs.mWindowBgResId, windowBgColorSupplier).mBgColor; in getBGColorFromCache()
681 Integer.toHexString(iconColor.mBgColor), in processAdaptiveIcon()
695 && (isRgbSimilarInHsv(mThemeColor, iconColor.mBgColor) in processAdaptiveIcon()
1076 final int mBgColor; field in SplashscreenContentDrawer.ColorCache.WindowColor
1080 mBgColor = bgColor; in WindowColor()
1086 final int mBgColor; field in SplashscreenContentDrawer.ColorCache.IconColor
1095 mBgColor = bgColor; in IconColor()
/frameworks/base/media/java/android/media/
DClosedCaptionRenderer.java1270 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()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
DStartingSurfaceDrawerTests.java197 assertEquals(windowBgColor, windowColor1.mBgColor); in testColorCache()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt25244 Landroid/media/Cea608CCWidget$CCLineBox;->mBgColor:I