Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DSimpleIconFactory.java87 private Drawable mWrapperIcon; field in SimpleIconFactory
425 if (mWrapperIcon == null) { in normalizeAndWrapToAdaptiveIcon()
426 mWrapperIcon = mContext.getDrawable( in normalizeAndWrapToAdaptiveIcon()
430 AdaptiveIconDrawable dr = (AdaptiveIconDrawable) mWrapperIcon; in normalizeAndWrapToAdaptiveIcon()
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DBaseIconFactory.java104 private Drawable mWrapperIcon; field in BaseIconFactory