Searched refs:mWindowBgColor (Results 1 – 1 of 1) sorted by relevance
203 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