Searched refs:recreateIcon (Results 1 – 1 of 1) sorted by relevance
221 recreateIcon(Bitmap.createBitmap(bitmap), mCanvas); in createUserBadgedIconBitmap()279 recreateIcon(Bitmap.createBitmap(bitmap), mCanvas); in createAppBadgedIconBitmap()673 private synchronized void recreateIcon(Bitmap icon, Canvas out) { in recreateIcon() method in SimpleIconFactory674 recreateIcon(icon, mDefaultBlurMaskFilter, AMBIENT_SHADOW_ALPHA, KEY_SHADOW_ALPHA, out); in recreateIcon()677 private synchronized void recreateIcon(Bitmap icon, BlurMaskFilter blurMaskFilter, in recreateIcon() method in SimpleIconFactory