Searched refs:recreateIcon (Results 1 – 4 of 4) sorted by relevance
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/ |
D | ShadowGenerator.java | 60 public synchronized void recreateIcon(Bitmap icon, Canvas out) { in recreateIcon() method in ShadowGenerator 61 recreateIcon(icon, mDefaultBlurMaskFilter, AMBIENT_SHADOW_ALPHA, KEY_SHADOW_ALPHA, out); in recreateIcon() 64 public synchronized void recreateIcon(Bitmap icon, BlurMaskFilter blurMaskFilter, in recreateIcon() method in ShadowGenerator
|
D | BaseIconFactory.java | 221 getShadowGenerator().recreateIcon(Bitmap.createBitmap(bitmap), mCanvas); in createBadgedIconBitmap() 428 getShadowGenerator().recreateIcon(source, c); in badgeBitmap()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleIconFactory.java | 118 shadowGenerator.recreateIcon(Bitmap.createBitmap(badgeAndRing), c); in getBadgeBitmap() 123 shadowGenerator.recreateIcon(Bitmap.createBitmap(userBadgedBitmap), c); in getBadgeBitmap()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | SimpleIconFactory.java | 208 recreateIcon(Bitmap.createBitmap(bitmap), mCanvas); in createUserBadgedIconBitmap() 266 recreateIcon(Bitmap.createBitmap(bitmap), mCanvas); in createAppBadgedIconBitmap() 660 private synchronized void recreateIcon(Bitmap icon, Canvas out) { in recreateIcon() method in SimpleIconFactory 661 recreateIcon(icon, mDefaultBlurMaskFilter, AMBIENT_SHADOW_ALPHA, KEY_SHADOW_ALPHA, out); in recreateIcon() 664 private synchronized void recreateIcon(Bitmap icon, BlurMaskFilter blurMaskFilter, in recreateIcon() method in SimpleIconFactory
|