Searched refs:mWrapperIcon (Results 1 – 2 of 2) sorted by relevance
56 private Drawable mWrapperIcon; field in BaseIconFactory231 if (mWrapperIcon == null) { in normalizeAndWrapToAdaptiveIcon()232 mWrapperIcon = mContext.getDrawable(R.drawable.adaptive_icon_drawable_wrapper) in normalizeAndWrapToAdaptiveIcon()235 AdaptiveIconDrawable dr = (AdaptiveIconDrawable) mWrapperIcon; in normalizeAndWrapToAdaptiveIcon()
85 private Drawable mWrapperIcon; field in SimpleIconFactory412 if (mWrapperIcon == null) { in normalizeAndWrapToAdaptiveIcon()413 mWrapperIcon = mContext.getDrawable( in normalizeAndWrapToAdaptiveIcon()417 AdaptiveIconDrawable dr = (AdaptiveIconDrawable) mWrapperIcon; in normalizeAndWrapToAdaptiveIcon()