Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DSimpleIconFactory.java143 mAdaptiveIconScale = SCALE_NOT_INITIALIZED; in SimpleIconFactory()
386 private float mAdaptiveIconScale; field in SimpleIconFactory
412 if (mAdaptiveIconScale != SCALE_NOT_INITIALIZED) { in getScale()
416 return mAdaptiveIconScale; in getScale()
524 if (d instanceof AdaptiveIconDrawable && mAdaptiveIconScale == SCALE_NOT_INITIALIZED) { in getScale()
525 mAdaptiveIconScale = scale; in getScale()