Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java680 Integer.toHexString(iconColor.mFgColor), in processAdaptiveIcon()
697 && !isRgbSimilarInHsv(mThemeColor, iconColor.mFgColor)))) { in processAdaptiveIcon()
1085 final int mFgColor; field in SplashscreenContentDrawer.ColorCache.IconColor
1094 mFgColor = fgColor; in IconColor()