Searched refs:mWrapperBackgroundColor (Results 1 – 2 of 2) sorted by relevance
61 private int mWrapperBackgroundColor = DEFAULT_WRAPPER_BACKGROUND; field in BaseIconFactory92 mWrapperBackgroundColor = DEFAULT_WRAPPER_BACKGROUND; in clear()279 mWrapperBackgroundColor = (Color.alpha(color) < 255) ? DEFAULT_WRAPPER_BACKGROUND : color; in setWrapperBackgroundColor()312 ((ColorDrawable) dr.getBackground()).setColor(mWrapperBackgroundColor); in normalizeAndWrapToAdaptiveIcon()
84 private int mWrapperBackgroundColor; field in SimpleIconFactory193 mWrapperBackgroundColor = (Color.alpha(color) < 255) ? DEFAULT_WRAPPER_BACKGROUND : color; in setWrapperBackgroundColor()439 ((ColorDrawable) dr.getBackground()).setColor(mWrapperBackgroundColor); in normalizeAndWrapToAdaptiveIcon()