Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DSimpleIconFactory.java78 private int mWrapperBackgroundColor; field in SimpleIconFactory
157 mWrapperBackgroundColor = (Color.alpha(color) < 255) ? DEFAULT_WRAPPER_BACKGROUND : color; in setWrapperBackgroundColor()
362 ((ColorDrawable) dr.getBackground()).setColor(mWrapperBackgroundColor); in normalizeAndWrapToAdaptiveIcon()