Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
DStartingSurfaceDrawerTests.java191 final IntSupplier windowBgColorSupplier = () -> windowBgColor; in testColorCache() local
196 windowBgColorSupplier); in testColorCache()
202 windowBgColorSupplier); in testColorCache()
212 windowBgColorSupplier); in testColorCache()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java464 private int getBGColorFromCache(ActivityInfo ai, IntSupplier windowBgColorSupplier) { in getBGColorFromCache() argument
466 mTmpAttrs.mWindowBgColor, mTmpAttrs.mWindowBgResId, windowBgColorSupplier).mBgColor; in getBGColorFromCache()
1145 int windowBgResId, IntSupplier windowBgColorSupplier) { in getWindowColor() argument
1160 final WindowColor windowColor = new WindowColor(hash, windowBgColorSupplier.getAsInt()); in getWindowColor()