Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java493 attrs.mIconBgColor = safeReturnAttrDefault((def) -> typedArray.getColor( in getWindowAttrs()
513 private int mIconBgColor = Color.TRANSPARENT; field in SplashscreenContentDrawer.SplashScreenWindowAttrs
520 mIconBgColor = Color.TRANSPARENT; in reset()
612 if (mTmpAttrs.mIconBgColor == Color.TRANSPARENT in build()
613 || mTmpAttrs.mIconBgColor == mThemeColor) { in build()
658 mTmpAttrs.mIconBgColor, mThemeColor, iconDrawable, mDefaultIconSize, in createIconDrawable()
694 if (!iconColor.mIsBgComplex && mTmpAttrs.mIconBgColor == Color.TRANSPARENT in processAdaptiveIcon()