Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DSimpleIconFactory.java180 mAdaptiveIconScale = SCALE_NOT_INITIALIZED; in SimpleIconFactory()
464 private float mAdaptiveIconScale; field in SimpleIconFactory
490 if (mAdaptiveIconScale != SCALE_NOT_INITIALIZED) { in getScale()
494 return mAdaptiveIconScale; in getScale()
602 if (d instanceof AdaptiveIconDrawable && mAdaptiveIconScale == SCALE_NOT_INITIALIZED) { in getScale()
603 mAdaptiveIconScale = scale; in getScale()