Searched refs:IconColor (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | SplashscreenContentDrawer.java | 432 final ColorCache.IconColor iconColor = mColorCache.getIconColor( in processAdaptiveIcon() 848 final IconColor[] mIconColors = new IconColor[CACHE_SIZE]; 872 static class IconColor extends Cache { class in SplashscreenContentDrawer.ColorCache 879 IconColor(int hash, int fgColor, int bgColor, boolean isBgComplex, in IconColor() method in SplashscreenContentDrawer.ColorCache.IconColor 953 @NonNull IconColor getIconColor(String packageName, int configHash, int iconResId, in getIconColor() 960 final IconColor iconColor = getCache(colors.mIconColors, hash, leastUsedIndex); in getIconColor() 970 final IconColor iconColor = new IconColor(hash, fgTester.getDominateColor(), in getIconColor()
|