Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java294 attrs.mIconBgColor = safeReturnAttrDefault((def) -> typedArray.getColor( in getWindowAttrs()
317 private int mIconBgColor = Color.TRANSPARENT; field in SplashscreenContentDrawer.SplashScreenWindowAttrs
371 if (mTmpAttrs.mIconBgColor == Color.TRANSPARENT in build()
372 || mTmpAttrs.mIconBgColor == mThemeColor) { in build()
419 mTmpAttrs.mIconBgColor, mThemeColor, in createIconDrawable()
455 if (!iconColor.mIsBgComplex && mTmpAttrs.mIconBgColor == Color.TRANSPARENT in processAdaptiveIcon()