Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DIconNormalizer.java75 private final RectF mAdaptiveIconBounds; field in IconNormalizer
97 mAdaptiveIconBounds = new RectF(); in IconNormalizer()
243 mAdaptiveIconScale = normalizeAdaptiveIcon(d, mMaxSize, mAdaptiveIconBounds); in getScale()
246 outBounds.set(mAdaptiveIconBounds); in getScale()
/frameworks/base/core/java/com/android/internal/app/
DSimpleIconFactory.java166 mAdaptiveIconBounds = new Rect(); in SimpleIconFactory()
452 private final Rect mAdaptiveIconBounds; field in SimpleIconFactory
479 outBounds.set(mAdaptiveIconBounds); in getScale()
591 mAdaptiveIconBounds.set(mBounds); in getScale()