Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java460 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.SplashScreenWindowAttrs
518 mSplashScreenIcon = null; in reset()
607 } else if (mTmpAttrs.mSplashScreenIcon != null) { in build()
609 iconDrawable = mTmpAttrs.mSplashScreenIcon; in build()