Searched refs:mWrapperIcon (Results 1 – 2 of 2) sorted by relevance
87 private Drawable mWrapperIcon; field in SimpleIconFactory425 if (mWrapperIcon == null) { in normalizeAndWrapToAdaptiveIcon()426 mWrapperIcon = mContext.getDrawable( in normalizeAndWrapToAdaptiveIcon()430 AdaptiveIconDrawable dr = (AdaptiveIconDrawable) mWrapperIcon; in normalizeAndWrapToAdaptiveIcon()
104 private Drawable mWrapperIcon; field in BaseIconFactory