Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java440 Slog.d(TAG, "FgMainColor=" + Integer.toHexString(iconColor.mFgColor) in processAdaptiveIcon()
458 && !isRgbSimilarInHsv(mThemeColor, iconColor.mFgColor)))) { in processAdaptiveIcon()
873 final int mFgColor; field in SplashscreenContentDrawer.ColorCache.IconColor
882 mFgColor = fgColor; in IconColor()