Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
DStartingSurfaceDrawerTests.java190 final int windowBgResId = 1; in testColorCache() local
195 colorCache.getWindowColor(packageName, configHash, windowBgColor, windowBgResId, 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.java1145 int windowBgResId, IntSupplier windowBgColorSupplier) { in getWindowColor() argument
1148 hash = 31 * hash + windowBgResId; in getWindowColor()