Searched refs:mIconBitmapSize (Results 1 – 2 of 2) sorted by relevance
45 protected final int mIconBitmapSize; field in BaseIconFactory59 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()
161 result.icon = BitmapRenderer.createHardwareBitmap(mIconBitmapSize, mIconBitmapSize, (c) -> { in createShortcutIcon()