Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java847 final WindowColor[] mWindowColors = new WindowColor[CACHE_SIZE];
863 static class WindowColor extends Cache { class in SplashscreenContentDrawer.ColorCache
866 WindowColor(int hash, int bgColor) { in WindowColor() method in SplashscreenContentDrawer.ColorCache.WindowColor
932 @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()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawerTests.java215 final SplashscreenContentDrawer.ColorCache.WindowColor windowColor1 = in testColorCache()
221 final SplashscreenContentDrawer.ColorCache.WindowColor windowColor2 = in testColorCache()
231 final SplashscreenContentDrawer.ColorCache.WindowColor windowColor3 = in testColorCache()