Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java671 final ColorCache.IconColor iconColor = mColorCache.getIconColor( in processAdaptiveIcon()
1060 final IconColor[] mIconColors = new IconColor[CACHE_SIZE];
1084 static class IconColor extends Cache { class in SplashscreenContentDrawer.ColorCache
1091 IconColor(int hash, int fgColor, int bgColor, boolean isBgComplex, in IconColor() method in SplashscreenContentDrawer.ColorCache.IconColor
1165 @NonNull IconColor getIconColor(String packageName, int configHash, int iconResId, in getIconColor()
1172 final IconColor iconColor = getCache(colors.mIconColors, hash, leastUsedIndex); in getIconColor()
1182 final IconColor iconColor = new IconColor(hash, fgTester.getDominateColor(), in getIconColor()