Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
DStartingSurfaceDrawerTests.java189 final int windowBgColor = 0xff000000; in testColorCache() local
191 final IntSupplier windowBgColorSupplier = () -> windowBgColor; in testColorCache()
195 colorCache.getWindowColor(packageName, configHash, windowBgColor, windowBgResId, in testColorCache()
197 assertEquals(windowBgColor, windowColor1.mBgColor); in testColorCache()
201 colorCache.getWindowColor(packageName, configHash, windowBgColor, windowBgResId, in testColorCache()
211 colorCache.getWindowColor(packageName, configHash, windowBgColor, windowBgResId, in testColorCache()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java1144 @NonNull WindowColor getWindowColor(String packageName, int configHash, int windowBgColor, in getWindowColor() argument
1147 int hash = 31 * configHash + windowBgColor; in getWindowColor()