Searched refs:mWrapperBackgroundColor (Results 1 – 2 of 2) sorted by relevance
105 private int mWrapperBackgroundColor = DEFAULT_WRAPPER_BACKGROUND; field in BaseIconFactory129 mWrapperBackgroundColor = DEFAULT_WRAPPER_BACKGROUND; in clear()309 mWrapperBackgroundColor = (Color.alpha(color) < 255) ? DEFAULT_WRAPPER_BACKGROUND : color; in setWrapperBackgroundColor()355 new ColorDrawable(mWrapperBackgroundColor), foreground); in wrapToAdaptiveIcon()
85 private int mWrapperBackgroundColor; field in SimpleIconFactory194 mWrapperBackgroundColor = (Color.alpha(color) < 255) ? DEFAULT_WRAPPER_BACKGROUND : color; in setWrapperBackgroundColor()440 ((ColorDrawable) dr.getBackground()).setColor(mWrapperBackgroundColor); in normalizeAndWrapToAdaptiveIcon()