Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
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()
260 public Bitmap createScaledBitmapWithoutShadow(Drawable icon, boolean shrinkNonAdaptiveIcons) { in createScaledBitmapWithoutShadow() argument
263 icon = normalizeAndWrapToAdaptiveIcon(icon, shrinkNonAdaptiveIcons, iconBounds, scale); in createScaledBitmapWithoutShadow()
[all …]