Home
last modified time | relevance | path

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

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