Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java128 private final SplashScreenWindowAttrs mTmpAttrs = new SplashScreenWindowAttrs(); field in SplashscreenContentDrawer
417 mTmpAttrs.reset(); in makeSimpleSplashScreenContentView()
435 getWindowAttrs(context, mTmpAttrs); in makeSplashScreenContentView()
442 ? peekLegacySplashscreenContent(context, mTmpAttrs) : null; in makeSplashScreenContentView()
448 : getBGColorFromCache(ai, () -> peekWindowBGColor(context, mTmpAttrs)); in makeSplashScreenContentView()
460 return mCanUseAppIconForSplashScreen || mTmpAttrs.mSplashScreenIcon != null in canUseIcon()
466 mTmpAttrs.mWindowBgColor, mTmpAttrs.mWindowBgResId, windowBgColorSupplier).mBgColor; in getBGColorFromCache()
607 } else if (mTmpAttrs.mSplashScreenIcon != null) { in build()
609 iconDrawable = mTmpAttrs.mSplashScreenIcon; in build()
612 if (mTmpAttrs.mIconBgColor == Color.TRANSPARENT in build()
[all …]