Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java203 if (attrs.mWindowBgColor != 0) { in peekWindowBGColor()
204 themeBGDrawable = new ColorDrawable(attrs.mWindowBgColor); in peekWindowBGColor()
265 mTmpAttrs.mWindowBgColor, mTmpAttrs.mWindowBgResId, windowBgColorSupplier).mBgColor; in getBGColorFromCache()
285 attrs.mWindowBgColor = safeReturnAttrDefault((def) -> typedArray.getColor( in getWindowAttrs()
300 + Integer.toHexString(attrs.mWindowBgColor) in getWindowAttrs()
314 private int mWindowBgColor = Color.TRANSPARENT; field in SplashscreenContentDrawer.SplashScreenWindowAttrs