Home
last modified time | relevance | path

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

/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/
DBaseIconFactory.java49 protected final int mIconBitmapSize; field in BaseIconFactory
63 mIconBitmapSize = iconBitmapSize; in BaseIconFactory()
84 mShadowGenerator = new ShadowGenerator(mIconBitmapSize); in getShadowGenerator()
91 mNormalizer = new IconNormalizer(mContext, mIconBitmapSize, mShapeDetection); in getNormalizer()
115 if (mIconBitmapSize != icon.getWidth() || mIconBitmapSize != icon.getHeight()) { in createIconBitmap()
257 int badgeSize = getBadgeSizeForIconSize(mIconBitmapSize); in badgeWithDrawable()
258 badge.setBounds(mIconBitmapSize - badgeSize, mIconBitmapSize - badgeSize, in badgeWithDrawable()
259 mIconBitmapSize, mIconBitmapSize); in badgeWithDrawable()
264 return createIconBitmap(icon, scale, mIconBitmapSize); in createIconBitmap()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DLauncherIcons.java161 result.icon = BitmapRenderer.createHardwareBitmap(mIconBitmapSize, mIconBitmapSize, (c) -> { in createShortcutIcon()