Searched refs:mSplashScreenIcon (Results 1 – 1 of 1) sorted by relevance
460 return mCanUseAppIconForSplashScreen || mTmpAttrs.mSplashScreenIcon != null in canUseIcon()489 attrs.mSplashScreenIcon = safeReturnAttrDefault((def) -> typedArray.getDrawable( in getWindowAttrs()499 Integer.toHexString(attrs.mWindowBgColor), attrs.mSplashScreenIcon != null); in getWindowAttrs()511 private Drawable mSplashScreenIcon = null; field in SplashscreenContentDrawer.SplashScreenWindowAttrs518 mSplashScreenIcon = null; in reset()607 } else if (mTmpAttrs.mSplashScreenIcon != null) { in build()609 iconDrawable = mTmpAttrs.mSplashScreenIcon; in build()