Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
DStartingSurfaceDrawerTests.java188 final int configHash = 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.java1144 @NonNull WindowColor getWindowColor(String packageName, int configHash, int windowBgColor, in getWindowColor() argument
1147 int hash = 31 * configHash + windowBgColor; in getWindowColor()
1165 @NonNull IconColor getIconColor(String packageName, int configHash, int iconResId, in getIconColor() argument
1169 final int hash = configHash * 31 + iconResId; in getIconColor()