Searched refs:mWrapperIcon (Results 1 – 2 of 2) sorted by relevance
60 private Drawable mWrapperIcon; field in BaseIconFactory297 if (mWrapperIcon == null) { in normalizeAndWrapToAdaptiveIcon()298 mWrapperIcon = mContext.getDrawable(R.drawable.adaptive_icon_drawable_wrapper) in normalizeAndWrapToAdaptiveIcon()301 AdaptiveIconDrawable dr = (AdaptiveIconDrawable) mWrapperIcon; in normalizeAndWrapToAdaptiveIcon()
86 private Drawable mWrapperIcon; field in SimpleIconFactory424 if (mWrapperIcon == null) { in normalizeAndWrapToAdaptiveIcon()425 mWrapperIcon = mContext.getDrawable( in normalizeAndWrapToAdaptiveIcon()429 AdaptiveIconDrawable dr = (AdaptiveIconDrawable) mWrapperIcon; in normalizeAndWrapToAdaptiveIcon()