Searched refs:mAdaptiveIconScale (Results 1 – 2 of 2) sorted by relevance
76 private float mAdaptiveIconScale; field in IconNormalizer113 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()
167 mAdaptiveIconScale = SCALE_NOT_INITIALIZED; in SimpleIconFactory()451 private float mAdaptiveIconScale; field in SimpleIconFactory477 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()