Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java1059 final WindowColor[] mWindowColors = new WindowColor[CACHE_SIZE]; field in SplashscreenContentDrawer.ColorCache.Colors
1151 final WindowColor windowColor = getCache(colors.mWindowColors, hash, in getWindowColor()
1161 colors.mWindowColors[leastUsedIndex[0]] = windowColor; in getWindowColor()