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.java45 protected final int mIconBitmapSize; field in BaseIconFactory
59 mIconBitmapSize = iconBitmapSize; in BaseIconFactory()
80 mShadowGenerator = new ShadowGenerator(mIconBitmapSize); in getShadowGenerator()
87 mNormalizer = new IconNormalizer(mContext, mIconBitmapSize, mShapeDetection); in getNormalizer()
111 if (mIconBitmapSize != icon.getWidth() || mIconBitmapSize != icon.getHeight()) { in createIconBitmap()
251 badge.setBounds(mIconBitmapSize - badgeSize, mIconBitmapSize - badgeSize, in badgeWithDrawable()
252 mIconBitmapSize, mIconBitmapSize); in badgeWithDrawable()
257 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()