Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DBaseIconFactory.java174 boolean shrinkNonAdaptiveIcons) { in createBadgedIconBitmap() argument
175 return createBadgedIconBitmap(icon, user, shrinkNonAdaptiveIcons, false, null); in createBadgedIconBitmap()
190 boolean shrinkNonAdaptiveIcons = ATLEAST_P || in createBadgedIconBitmap()
192 return createBadgedIconBitmap(icon, user, shrinkNonAdaptiveIcons, isInstantApp, scale); in createBadgedIconBitmap()
196 boolean shrinkNonAdaptiveIcons = ATLEAST_P || in createScaledBitmapWithoutShadow()
198 return createScaledBitmapWithoutShadow(icon, shrinkNonAdaptiveIcons); in createScaledBitmapWithoutShadow()
213 boolean shrinkNonAdaptiveIcons, boolean isInstantApp, float[] scale) { in createBadgedIconBitmap() argument
217 icon = normalizeAndWrapToAdaptiveIcon(icon, shrinkNonAdaptiveIcons, null, scale); in createBadgedIconBitmap()
263 icon = normalizeAndWrapToAdaptiveIcon(icon, shrinkNonAdaptiveIcons, iconBounds, scale); in createScaledBitmapWithoutShadow()
290 boolean shrinkNonAdaptiveIcons, RectF outIconBounds, float[] outScale) { in normalizeAndWrapToAdaptiveIcon() argument
[all …]