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.java107 private final SplashScreenWindowAttrs mTmpAttrs = new SplashScreenWindowAttrs(); field in SplashscreenContentDrawer
244 getWindowAttrs(context, mTmpAttrs); in makeSplashScreenContentView()
248 ? peekLegacySplashscreenContent(context, mTmpAttrs) : null; in makeSplashScreenContentView()
251 : getBGColorFromCache(ai, () -> peekWindowBGColor(context, mTmpAttrs)); in makeSplashScreenContentView()
261 mTmpAttrs.mWindowBgColor, mTmpAttrs.mWindowBgResId, windowBgColorSupplier).mBgColor; in getBGColorFromCache()
350 } else if (mTmpAttrs.mSplashScreenIcon != null) { in build()
352 iconDrawable = mTmpAttrs.mSplashScreenIcon; in build()
353 animationDuration = mTmpAttrs.mAnimationDuration; in build()
356 if (mTmpAttrs.mIconBgColor == Color.TRANSPARENT in build()
357 || mTmpAttrs.mIconBgColor == mThemeColor) { in build()
[all …]