Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java1059 final WindowColor[] mWindowColors = new WindowColor[CACHE_SIZE];
1075 static class WindowColor extends Cache { class in SplashscreenContentDrawer.ColorCache
1078 WindowColor(int hash, int bgColor) { in WindowColor() method in SplashscreenContentDrawer.ColorCache.WindowColor
1144 @NonNull WindowColor getWindowColor(String packageName, int configHash, int windowBgColor, in getWindowColor()
1151 final WindowColor windowColor = getCache(colors.mWindowColors, hash, in getWindowColor()
1160 final WindowColor windowColor = new WindowColor(hash, windowBgColorSupplier.getAsInt()); in getWindowColor()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
DStartingSurfaceDrawerTests.java194 final SplashscreenContentDrawer.ColorCache.WindowColor windowColor1 = in testColorCache()
200 final SplashscreenContentDrawer.ColorCache.WindowColor windowColor2 = in testColorCache()
210 final SplashscreenContentDrawer.ColorCache.WindowColor windowColor3 = in testColorCache()