Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DIconNormalizer.java76 private float mAdaptiveIconScale; field in IconNormalizer
113 mAdaptiveIconScale = SCALE_NOT_INITIALIZED; in IconNormalizer()
242 if (mAdaptiveIconScale == SCALE_NOT_INITIALIZED) { in getScale()
243 mAdaptiveIconScale = normalizeAdaptiveIcon(d, mMaxSize, mAdaptiveIconBounds); in getScale()
248 return mAdaptiveIconScale; in getScale()
/frameworks/base/core/java/com/android/internal/app/
DSimpleIconFactory.java167 mAdaptiveIconScale = SCALE_NOT_INITIALIZED; in SimpleIconFactory()
451 private float mAdaptiveIconScale; field in SimpleIconFactory
477 if (mAdaptiveIconScale != SCALE_NOT_INITIALIZED) { in getScale()
481 return mAdaptiveIconScale; in getScale()
589 if (d instanceof AdaptiveIconDrawable && mAdaptiveIconScale == SCALE_NOT_INITIALIZED) { in getScale()
590 mAdaptiveIconScale = scale; in getScale()