Searched refs:WindowColor (Results 1 – 2 of 2) sorted by relevance
847 final WindowColor[] mWindowColors = new WindowColor[CACHE_SIZE];863 static class WindowColor extends Cache { class in SplashscreenContentDrawer.ColorCache866 WindowColor(int hash, int bgColor) { in WindowColor() method in SplashscreenContentDrawer.ColorCache.WindowColor932 @NonNull WindowColor getWindowColor(String packageName, int configHash, int windowBgColor, in getWindowColor()939 final WindowColor windowColor = getCache(colors.mWindowColors, hash, in getWindowColor()948 final WindowColor windowColor = new WindowColor(hash, windowBgColorSupplier.getAsInt()); in getWindowColor()
215 final SplashscreenContentDrawer.ColorCache.WindowColor windowColor1 = in testColorCache()221 final SplashscreenContentDrawer.ColorCache.WindowColor windowColor2 = in testColorCache()231 final SplashscreenContentDrawer.ColorCache.WindowColor windowColor3 = in testColorCache()