Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java557 private int mThemeColor; field in SplashscreenContentDrawer.SplashViewBuilder
570 mThemeColor = background; in setWindowBGColor()
613 || mTmpAttrs.mIconBgColor == mThemeColor) { in build()
658 mTmpAttrs.mIconBgColor, mThemeColor, iconDrawable, mDefaultIconSize, in createIconDrawable()
684 Integer.toHexString(mThemeColor)); in processAdaptiveIcon()
695 && (isRgbSimilarInHsv(mThemeColor, iconColor.mBgColor) in processAdaptiveIcon()
697 && !isRgbSimilarInHsv(mThemeColor, iconColor.mFgColor)))) { in processAdaptiveIcon()
730 .setBackgroundColor(mThemeColor)