Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java1060 final IconColor[] mIconColors = new IconColor[CACHE_SIZE]; field in SplashscreenContentDrawer.ColorCache.Colors
1172 final IconColor iconColor = getCache(colors.mIconColors, hash, leastUsedIndex); in getIconColor()
1185 colors.mIconColors[leastUsedIndex[0]] = iconColor; in getIconColor()