Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DBaseIconFactory.java56 private Drawable mWrapperIcon; field in BaseIconFactory
231 if (mWrapperIcon == null) { in normalizeAndWrapToAdaptiveIcon()
232 mWrapperIcon = mContext.getDrawable(R.drawable.adaptive_icon_drawable_wrapper) in normalizeAndWrapToAdaptiveIcon()
235 AdaptiveIconDrawable dr = (AdaptiveIconDrawable) mWrapperIcon; in normalizeAndWrapToAdaptiveIcon()
/frameworks/base/core/java/com/android/internal/app/
DSimpleIconFactory.java85 private Drawable mWrapperIcon; field in SimpleIconFactory
412 if (mWrapperIcon == null) { in normalizeAndWrapToAdaptiveIcon()
413 mWrapperIcon = mContext.getDrawable( in normalizeAndWrapToAdaptiveIcon()
417 AdaptiveIconDrawable dr = (AdaptiveIconDrawable) mWrapperIcon; in normalizeAndWrapToAdaptiveIcon()