Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DIconNormalizer.java136 public static float normalizeAdaptiveIcon(Drawable d, int size, @Nullable RectF outBounds) { in normalizeAdaptiveIcon() method in IconNormalizer
243 mAdaptiveIconScale = normalizeAdaptiveIcon(d, mMaxSize, mAdaptiveIconBounds); in getScale()