Searched refs:mAdaptiveIconScale (Results 1 – 1 of 1) 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()