Searched refs:mWrapperBackgroundColor (Results 1 – 2 of 2) sorted by relevance
57 private int mWrapperBackgroundColor = DEFAULT_WRAPPER_BACKGROUND; field in BaseIconFactory79 mWrapperBackgroundColor = DEFAULT_WRAPPER_BACKGROUND; in clear()213 mWrapperBackgroundColor = (Color.alpha(color) < 255) ? DEFAULT_WRAPPER_BACKGROUND : color; in setWrapperBackgroundColor()246 ((ColorDrawable) dr.getBackground()).setColor(mWrapperBackgroundColor); in normalizeAndWrapToAdaptiveIcon()
83 private int mWrapperBackgroundColor; field in SimpleIconFactory181 mWrapperBackgroundColor = (Color.alpha(color) < 255) ? DEFAULT_WRAPPER_BACKGROUND : color; in setWrapperBackgroundColor()427 ((ColorDrawable) dr.getBackground()).setColor(mWrapperBackgroundColor); in normalizeAndWrapToAdaptiveIcon()