Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java1149 final int[] leastUsedIndex = { 0 }; in getWindowColor() local
1152 leastUsedIndex); in getWindowColor()
1161 colors.mWindowColors[leastUsedIndex[0]] = windowColor; in getWindowColor()
1170 final int[] leastUsedIndex = { 0 }; in getIconColor() local
1172 final IconColor iconColor = getCache(colors.mIconColors, hash, leastUsedIndex); in getIconColor()
1185 colors.mIconColors[leastUsedIndex[0]] = iconColor; in getIconColor()