Searched refs:mWindowBgColor (Results 1 – 1 of 1) sorted by relevance
200 if (attrs.mWindowBgColor != 0) { in peekWindowBGColor()201 themeBGDrawable = new ColorDrawable(attrs.mWindowBgColor); in peekWindowBGColor()261 mTmpAttrs.mWindowBgColor, mTmpAttrs.mWindowBgResId, windowBgColorSupplier).mBgColor; in getBGColorFromCache()281 attrs.mWindowBgColor = safeReturnAttrDefault((def) -> typedArray.getColor( in getWindowAttrs()296 + Integer.toHexString(attrs.mWindowBgColor) in getWindowAttrs()305 private int mWindowBgColor = Color.TRANSPARENT; field in SplashscreenContentDrawer.SplashScreenWindowAttrs